Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency nanoid to v5 [security] #5334

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading