Skip to content

Commit

Permalink
[snaps-controllers] Bump dependency nanoid from ^3.1.31 to `^3.3.…
Browse files Browse the repository at this point in the history
…7` for CJS-compatibility
  • Loading branch information
MajorLift committed Jun 25, 2024
1 parent ffc5b57 commit e634370
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/snaps-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"fast-deep-equal": "^3.1.3",
"get-npm-tarball-url": "^2.0.3",
"immer": "^9.0.6",
"nanoid": "^3.1.31",
"nanoid": "^3.3.7",
"readable-stream": "^3.6.2",
"readable-web-to-node-stream": "^3.0.2",
"tar-stream": "^3.1.7"
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 @@ -60,7 +60,7 @@
"@metamask/snaps-utils": "workspace:^",
"@metamask/superstruct": "^3.0.0",
"@metamask/utils": "^8.5.0",
"nanoid": "^3.1.31",
"nanoid": "^3.3.7",
"readable-stream": "^3.6.2"
},
"devDependencies": {
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5635,7 +5635,7 @@ __metadata:
jest: ^29.0.2
jest-fetch-mock: ^3.0.3
mkdirp: ^1.0.4
nanoid: ^3.1.31
nanoid: ^3.3.7
prettier: ^2.7.1
prettier-plugin-packagejson: ^2.2.11
readable-stream: ^3.6.2
Expand Down Expand Up @@ -5720,7 +5720,7 @@ __metadata:
jest-fetch-mock: ^3.0.3
lavamoat: ^8.0.4
lavamoat-browserify: ^17.0.5
nanoid: ^3.1.31
nanoid: ^3.3.7
prettier: ^2.7.1
prettier-plugin-packagejson: ^2.2.11
readable-stream: ^3.6.2
Expand Down Expand Up @@ -17864,6 +17864,15 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.3.7":
version: 3.3.7
resolution: "nanoid@npm:3.3.7"
bin:
nanoid: bin/nanoid.cjs
checksum: d36c427e530713e4ac6567d488b489a36582ef89da1d6d4e3b87eded11eb10d7042a877958c6f104929809b2ab0bafa17652b076cdf84324aa75b30b722204f2
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

0 comments on commit e634370

Please sign in to comment.