mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-17 12:06:31 +00:00
Update dependency uuid to v11 (#32676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
319109029d
commit
54a7c1898e
|
@ -27,7 +27,7 @@
|
||||||
"pino": "^9.0.0",
|
"pino": "^9.0.0",
|
||||||
"pino-http": "^10.0.0",
|
"pino-http": "^10.0.0",
|
||||||
"prom-client": "^15.0.0",
|
"prom-client": "^15.0.0",
|
||||||
"uuid": "^10.0.0",
|
"uuid": "^11.0.0",
|
||||||
"ws": "^8.12.1"
|
"ws": "^8.12.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -3027,7 +3027,7 @@ __metadata:
|
||||||
prom-client: "npm:^15.0.0"
|
prom-client: "npm:^15.0.0"
|
||||||
typescript: "npm:^5.0.4"
|
typescript: "npm:^5.0.4"
|
||||||
utf-8-validate: "npm:^6.0.3"
|
utf-8-validate: "npm:^6.0.3"
|
||||||
uuid: "npm:^10.0.0"
|
uuid: "npm:^11.0.0"
|
||||||
ws: "npm:^8.12.1"
|
ws: "npm:^8.12.1"
|
||||||
dependenciesMeta:
|
dependenciesMeta:
|
||||||
bufferutil:
|
bufferutil:
|
||||||
|
@ -17680,12 +17680,12 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"uuid@npm:^10.0.0":
|
"uuid@npm:^11.0.0":
|
||||||
version: 10.0.0
|
version: 11.0.1
|
||||||
resolution: "uuid@npm:10.0.0"
|
resolution: "uuid@npm:11.0.1"
|
||||||
bin:
|
bin:
|
||||||
uuid: dist/bin/uuid
|
uuid: dist/esm/bin/uuid
|
||||||
checksum: 10c0/eab18c27fe4ab9fb9709a5d5f40119b45f2ec8314f8d4cf12ce27e4c6f4ffa4a6321dc7db6c515068fa373c075b49691ba969f0010bf37f44c37ca40cd6bf7fe
|
checksum: 10c0/cd5a1d7eccfd6da80382ec88cfa28b68dce2c1c1402228b813fc0065ab8b29d20594cffeb67d850bc166ade677a6c35741072bd9dd0cc7d565c1fe8eca14ef22
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue