Skip to content

Commit c0c2a89

Browse files
chore(deps): update dependency @types/uuid to v11 (#741)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5bc60c commit c0c2a89

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/node": "^22.0.0",
5454
"@types/react": "19.1.13",
5555
"@types/react-dom": "19.1.9",
56-
"@types/uuid": "^10.0.0",
56+
"@types/uuid": "^11.0.0",
5757
"astro": "5.13.7",
5858
"dotenv": "17.2.2",
5959
"eslint": "^9.13.0",

yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ __metadata:
10151015
"@types/ramda": "npm:^0.31.0"
10161016
"@types/react": "npm:19.1.13"
10171017
"@types/react-dom": "npm:19.1.9"
1018-
"@types/uuid": "npm:^10.0.0"
1018+
"@types/uuid": "npm:^11.0.0"
10191019
astro: "npm:5.13.7"
10201020
bignumber.js: "npm:9.3.1"
10211021
cross-fetch: "npm:^4.0.0"
@@ -2997,10 +2997,12 @@ __metadata:
29972997
languageName: node
29982998
linkType: hard
29992999

3000-
"@types/uuid@npm:^10.0.0":
3001-
version: 10.0.0
3002-
resolution: "@types/uuid@npm:10.0.0"
3003-
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
3000+
"@types/uuid@npm:^11.0.0":
3001+
version: 11.0.0
3002+
resolution: "@types/uuid@npm:11.0.0"
3003+
dependencies:
3004+
uuid: "npm:*"
3005+
checksum: 10c0/6ebf1448d8fdc78d348a8a84389b74083f2f58bed75a5a6cf3be8419d33dcf757735c8b2de746b066ff8ef07f4384d02549774dc84195ffa46b24745471e9d8e
30043006
languageName: node
30053007
linkType: hard
30063008

@@ -10751,6 +10753,15 @@ __metadata:
1075110753
languageName: node
1075210754
linkType: hard
1075310755

10756+
"uuid@npm:*":
10757+
version: 13.0.0
10758+
resolution: "uuid@npm:13.0.0"
10759+
bin:
10760+
uuid: dist-node/bin/uuid
10761+
checksum: 10c0/950e4c18d57fef6c69675344f5700a08af21e26b9eff2bf2180427564297368c538ea11ac9fb2e6528b17fc3966a9fd2c5049361b0b63c7d654f3c550c9b3d67
10762+
languageName: node
10763+
linkType: hard
10764+
1075410765
"vfile-location@npm:^5.0.0":
1075510766
version: 5.0.3
1075610767
resolution: "vfile-location@npm:5.0.3"

0 commit comments

Comments
 (0)