Skip to content

Commit 3a8106c

Browse files
fix(deps): update dependency nanoid to v5 [security]
1 parent e096216 commit 3a8106c

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"isomorphic-fetch": "3.0.0",
6767
"lucide-react": "0.452.0",
6868
"moment": "2.30.1",
69-
"nanoid": "4.0.2",
69+
"nanoid": "5.0.9",
7070
"promise-polyfill": "8.3.0",
7171
"prop-types": "15.8.1",
7272
"raf-polyfill": "1.0.0",

yarn.lock

+14-5
Original file line numberDiff line numberDiff line change
@@ -18625,12 +18625,12 @@ __metadata:
1862518625
languageName: node
1862618626
linkType: hard
1862718627

18628-
"nanoid@npm:4.0.2, nanoid@npm:^4.0.0":
18629-
version: 4.0.2
18630-
resolution: "nanoid@npm:4.0.2"
18628+
"nanoid@npm:5.0.9":
18629+
version: 5.0.9
18630+
resolution: "nanoid@npm:5.0.9"
1863118631
bin:
1863218632
nanoid: bin/nanoid.js
18633-
checksum: 10c0/3fec62f422bc4727918eda0e7aa43e9cbb2e759be72813a0587b9dac99727d3c7ad972efce7f4f1d4cb5c7c554136a1ec3b1043d1d91d28d818d6acbe98200e5
18633+
checksum: 10c0/a2d9710525d4998a8a1610bbe6eb9a92c254ebab7c567c1ab429046fe7eed9c4df3508b59fb44c58ffdc98edb28dd6f953715c14b64ea0a3a2ce37420cdfeefd
1863418634
languageName: node
1863518635
linkType: hard
1863618636

@@ -18643,6 +18643,15 @@ __metadata:
1864318643
languageName: node
1864418644
linkType: hard
1864518645

18646+
"nanoid@npm:^4.0.0":
18647+
version: 4.0.2
18648+
resolution: "nanoid@npm:4.0.2"
18649+
bin:
18650+
nanoid: bin/nanoid.js
18651+
checksum: 10c0/3fec62f422bc4727918eda0e7aa43e9cbb2e759be72813a0587b9dac99727d3c7ad972efce7f4f1d4cb5c7c554136a1ec3b1043d1d91d28d818d6acbe98200e5
18652+
languageName: node
18653+
linkType: hard
18654+
1864618655
"napi-build-utils@npm:^1.0.1":
1864718656
version: 1.0.2
1864818657
resolution: "napi-build-utils@npm:1.0.2"
@@ -25492,7 +25501,7 @@ __metadata:
2549225501
lint-staged: "npm:15.2.10"
2549325502
lucide-react: "npm:0.452.0"
2549425503
moment: "npm:2.30.1"
25495-
nanoid: "npm:4.0.2"
25504+
nanoid: "npm:5.0.9"
2549625505
prettier: "npm:3.3.3"
2549725506
promise-polyfill: "npm:8.3.0"
2549825507
prop-types: "npm:15.8.1"

0 commit comments

Comments
 (0)