Skip to content
Closed
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 packages/snaps-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"get-npm-tarball-url": "^2.0.3",
"immer": "^9.0.6",
"luxon": "^3.5.0",
"nanoid": "^3.3.10",
"nanoid": "^5.0.9",
"readable-stream": "^3.6.2",
"readable-web-to-node-stream": "^3.0.2",
"semver": "^7.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-execution-environments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@metamask/snaps-utils": "workspace:^",
"@metamask/superstruct": "^3.1.0",
"@metamask/utils": "^11.2.0",
"nanoid": "^3.3.10",
"nanoid": "^5.0.9",
"readable-stream": "^3.6.2"
},
"devDependencies": {
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5647,7 +5647,7 @@ __metadata:
jest-silent-reporter: "npm:^0.6.0"
luxon: "npm:^3.5.0"
mkdirp: "npm:^1.0.4"
nanoid: "npm:^3.3.10"
nanoid: "npm:^5.0.9"
prettier: "npm:^3.3.3"
readable-stream: "npm:^3.6.2"
readable-web-to-node-stream: "npm:^3.0.2"
Expand Down Expand Up @@ -5720,7 +5720,7 @@ __metadata:
jest-silent-reporter: "npm:^0.6.0"
lavamoat: "npm:^8.0.4"
lavamoat-browserify: "npm:^17.0.5"
nanoid: "npm:^3.3.10"
nanoid: "npm:^5.0.9"
prettier: "npm:^3.3.3"
readable-stream: "npm:^3.6.2"
rimraf: "npm:^4.1.2"
Expand Down Expand Up @@ -17854,7 +17854,7 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.3.10, nanoid@npm:^3.3.8":
"nanoid@npm:^3.3.8":
version: 3.3.11
resolution: "nanoid@npm:3.3.11"
bin:
Expand All @@ -17863,6 +17863,15 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^5.0.9":
version: 5.1.5
resolution: "nanoid@npm:5.1.5"
bin:
nanoid: bin/nanoid.js
checksum: 10/6de2d006b51c983be385ef7ee285f7f2a57bd96f8c0ca881c4111461644bd81fafc2544f8e07cb834ca0f3e0f3f676c1fe78052183f008b0809efe6e273119f5
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 @@ -21742,14 +21751,14 @@ __metadata:
linkType: hard

"tar-fs@npm:^2.0.0":
version: 2.1.1
resolution: "tar-fs@npm:2.1.1"
version: 2.1.2
resolution: "tar-fs@npm:2.1.2"
dependencies:
chownr: "npm:^1.1.1"
mkdirp-classic: "npm:^0.5.2"
pump: "npm:^3.0.0"
tar-stream: "npm:^2.1.4"
checksum: 10/526deae025453e825f87650808969662fbb12eb0461d033e9b447de60ec951c6c4607d0afe7ce057defe9d4e45cf80399dd74bc15f9d9e0773d5e990a78ce4ac
checksum: 10/623f7e8e58a43578ba7368002c3cc7e321f6d170053ac0691d95172dbc7daf5dcf4347eb061277627340870ce6cfda89f5a5d633cc274c41ae6d69f54a2374e7
languageName: node
linkType: hard

Expand Down
Loading