mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
fix(deps): update dependency uuid to v11 (#10226)
This commit is contained in:
parent
75488a01b0
commit
55b8941306
@ -130,7 +130,7 @@
|
|||||||
"type-is": "^2.0.0",
|
"type-is": "^2.0.0",
|
||||||
"ulidx": "^2.4.1",
|
"ulidx": "^2.4.1",
|
||||||
"unleash-client": "^6.7.0-beta.0",
|
"unleash-client": "^6.7.0-beta.0",
|
||||||
"uuid": "^9.0.0"
|
"uuid": "^11.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@apidevtools/swagger-parser": "10.1.1",
|
"@apidevtools/swagger-parser": "10.1.1",
|
||||||
|
|||||||
20
yarn.lock
20
yarn.lock
@ -7875,7 +7875,7 @@ __metadata:
|
|||||||
typescript: "npm:5.8.3"
|
typescript: "npm:5.8.3"
|
||||||
ulidx: "npm:^2.4.1"
|
ulidx: "npm:^2.4.1"
|
||||||
unleash-client: "npm:^6.7.0-beta.0"
|
unleash-client: "npm:^6.7.0-beta.0"
|
||||||
uuid: "npm:^9.0.0"
|
uuid: "npm:^11.0.0"
|
||||||
vite-node: "npm:^3.1.3"
|
vite-node: "npm:^3.1.3"
|
||||||
vitest: "npm:^3.1.3"
|
vitest: "npm:^3.1.3"
|
||||||
wait-on: "npm:^8.0.0"
|
wait-on: "npm:^8.0.0"
|
||||||
@ -7950,6 +7950,15 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"uuid@npm:^11.0.0":
|
||||||
|
version: 11.1.0
|
||||||
|
resolution: "uuid@npm:11.1.0"
|
||||||
|
bin:
|
||||||
|
uuid: dist/esm/bin/uuid
|
||||||
|
checksum: 10c0/34aa51b9874ae398c2b799c88a127701408cd581ee89ec3baa53509dd8728cbb25826f2a038f9465f8b7be446f0fbf11558862965b18d21c993684297628d4d3
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"uuid@npm:^3.3.2":
|
"uuid@npm:^3.3.2":
|
||||||
version: 3.4.0
|
version: 3.4.0
|
||||||
resolution: "uuid@npm:3.4.0"
|
resolution: "uuid@npm:3.4.0"
|
||||||
@ -7959,15 +7968,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"uuid@npm:^9.0.0":
|
|
||||||
version: 9.0.1
|
|
||||||
resolution: "uuid@npm:9.0.1"
|
|
||||||
bin:
|
|
||||||
uuid: dist/bin/uuid
|
|
||||||
checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"v8-compile-cache-lib@npm:^3.0.1":
|
"v8-compile-cache-lib@npm:^3.0.1":
|
||||||
version: 3.0.1
|
version: 3.0.1
|
||||||
resolution: "v8-compile-cache-lib@npm:3.0.1"
|
resolution: "v8-compile-cache-lib@npm:3.0.1"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user