Skip to content

Commit

Permalink
fix(deps): update dependency nanoid to v5 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 4ea1623 commit 4f5405c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"isomorphic-fetch": "3.0.0",
"lucide-react": "0.452.0",
"moment": "2.30.1",
"nanoid": "4.0.2",
"nanoid": "5.0.9",
"promise-polyfill": "8.3.0",
"prop-types": "15.8.1",
"raf-polyfill": "1.0.0",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18625,12 +18625,12 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:4.0.2, nanoid@npm:^4.0.0":
version: 4.0.2
resolution: "nanoid@npm:4.0.2"
"nanoid@npm:5.0.9":
version: 5.0.9
resolution: "nanoid@npm:5.0.9"
bin:
nanoid: bin/nanoid.js
checksum: 10c0/3fec62f422bc4727918eda0e7aa43e9cbb2e759be72813a0587b9dac99727d3c7ad972efce7f4f1d4cb5c7c554136a1ec3b1043d1d91d28d818d6acbe98200e5
checksum: 10c0/a2d9710525d4998a8a1610bbe6eb9a92c254ebab7c567c1ab429046fe7eed9c4df3508b59fb44c58ffdc98edb28dd6f953715c14b64ea0a3a2ce37420cdfeefd
languageName: node
linkType: hard

Expand All @@ -18643,6 +18643,15 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^4.0.0":
version: 4.0.2
resolution: "nanoid@npm:4.0.2"
bin:
nanoid: bin/nanoid.js
checksum: 10c0/3fec62f422bc4727918eda0e7aa43e9cbb2e759be72813a0587b9dac99727d3c7ad972efce7f4f1d4cb5c7c554136a1ec3b1043d1d91d28d818d6acbe98200e5
languageName: node
linkType: hard

"napi-build-utils@npm:^1.0.1":
version: 1.0.2
resolution: "napi-build-utils@npm:1.0.2"
Expand Down Expand Up @@ -25492,7 +25501,7 @@ __metadata:
lint-staged: "npm:15.2.10"
lucide-react: "npm:0.452.0"
moment: "npm:2.30.1"
nanoid: "npm:4.0.2"
nanoid: "npm:5.0.9"
prettier: "npm:3.3.3"
promise-polyfill: "npm:8.3.0"
prop-types: "npm:15.8.1"
Expand Down

0 comments on commit 4f5405c

Please sign in to comment.