File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 53
53
"@types/node" : " ^22.0.0" ,
54
54
"@types/react" : " 19.1.13" ,
55
55
"@types/react-dom" : " 19.1.9" ,
56
- "@types/uuid" : " ^10 .0.0" ,
56
+ "@types/uuid" : " ^11 .0.0" ,
57
57
"astro" : " 5.13.7" ,
58
58
"dotenv" : " 17.2.2" ,
59
59
"eslint" : " ^9.13.0" ,
Original file line number Diff line number Diff line change @@ -1015,7 +1015,7 @@ __metadata:
1015
1015
" @types/ramda " : " npm:^0.31.0"
1016
1016
" @types/react " : " npm:19.1.13"
1017
1017
" @types/react-dom " : " npm:19.1.9"
1018
- " @types/uuid " : " npm:^10 .0.0"
1018
+ " @types/uuid " : " npm:^11 .0.0"
1019
1019
astro : " npm:5.13.7"
1020
1020
bignumber.js : " npm:9.3.1"
1021
1021
cross-fetch : " npm:^4.0.0"
@@ -2997,10 +2997,12 @@ __metadata:
2997
2997
languageName : node
2998
2998
linkType : hard
2999
2999
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
3004
3006
languageName : node
3005
3007
linkType : hard
3006
3008
@@ -10751,6 +10753,15 @@ __metadata:
10751
10753
languageName : node
10752
10754
linkType : hard
10753
10755
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
+
10754
10765
" vfile-location@npm:^5.0.0 " :
10755
10766
version : 5.0.3
10756
10767
resolution : " vfile-location@npm:5.0.3"
You can’t perform that action at this time.
0 commit comments