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

Update dependency nanoid to v5 [SECURITY] #66

Open
wants to merge 1 commit into
base: next
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 code/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
"markdown-to-jsx": "^7.4.5",
"memfs": "^4.11.1",
"memoizerific": "^1.11.3",
"nanoid": "^4.0.2",
"nanoid": "^5.0.0",
"npmlog": "^7.0.0",
"open": "^8.4.0",
"picomatch": "^2.3.0",
Expand Down
10 changes: 5 additions & 5 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6539,7 +6539,7 @@ __metadata:
markdown-to-jsx: "npm:^7.4.5"
memfs: "npm:^4.11.1"
memoizerific: "npm:^1.11.3"
nanoid: "npm:^4.0.2"
nanoid: "npm:^5.0.0"
npmlog: "npm:^7.0.0"
open: "npm:^8.4.0"
picomatch: "npm:^2.3.0"
Expand Down Expand Up @@ -21845,12 +21845,12 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^4.0.2":
version: 4.0.2
resolution: "nanoid@npm:4.0.2"
"nanoid@npm:^5.0.0":
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 Down
Loading