Skip to content

Commit

Permalink
deps: uuid@^8.3.2->^10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Oct 22, 2024
1 parent 70bd65f commit e632297
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 30 deletions.
4 changes: 2 additions & 2 deletions packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@
"@metamask/rpc-errors": "^7.0.0",
"@metamask/utils": "^9.1.0",
"@types/bn.js": "^5.1.5",
"@types/uuid": "^8.3.0",
"@types/uuid": "^10.0.0",
"async-mutex": "^0.5.0",
"bn.js": "^5.2.1",
"cockatiel": "^3.1.2",
"immer": "^9.0.6",
"lodash": "^4.17.21",
"multiformats": "^13.1.0",
"single-call-balance-checker-abi": "^1.0.0",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@metamask/accounts-controller": "^18.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/gas-fee-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"@metamask/polling-controller": "^11.0.0",
"@metamask/utils": "^9.1.0",
"@types/bn.js": "^5.1.5",
"@types/uuid": "^8.3.0",
"@types/uuid": "^10.0.0",
"bn.js": "^5.2.1",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"typedoc": "^0.24.8",
"typedoc-plugin-missing-exports": "^2.0.0",
"typescript": "~5.2.2",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"engines": {
"node": "^18.18 || >=20"
Expand Down
2 changes: 1 addition & 1 deletion packages/logging-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@metamask/base-controller": "^7.0.1",
"@metamask/controller-utils": "^11.3.0",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/message-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"@metamask/controller-utils": "^11.3.0",
"@metamask/eth-sig-util": "^7.0.1",
"@metamask/utils": "^9.1.0",
"@types/uuid": "^8.3.0",
"jsonschema": "^1.2.4",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
"@types/jest": "^27.4.1",
"@types/uuid": "^10.0.0",
"deepmerge": "^4.2.2",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/notification-services-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"bignumber.js": "^4.1.0",
"firebase": "^10.11.0",
"loglevel": "^1.8.1",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^3.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/polling-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"@metamask/base-controller": "^7.0.1",
"@metamask/controller-utils": "^11.3.0",
"@metamask/utils": "^9.1.0",
"@types/uuid": "^8.3.0",
"@types/uuid": "^10.0.0",
"fast-json-stable-stringify": "^2.1.0",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/signature-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@metamask/utils": "^9.1.0",
"jsonschema": "^1.2.4",
"lodash": "^4.17.21",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@metamask/approval-controller": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/user-operation-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"bn.js": "^5.2.1",
"immer": "^9.0.6",
"lodash": "^4.17.21",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@metamask/approval-controller": "^7.1.0",
Expand Down
43 changes: 26 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ __metadata:
"@types/jest": "npm:^27.4.1"
"@types/lodash": "npm:^4.14.191"
"@types/node": "npm:^16.18.54"
"@types/uuid": "npm:^8.3.0"
"@types/uuid": "npm:^10.0.0"
async-mutex: "npm:^0.5.0"
bn.js: "npm:^5.2.1"
cockatiel: "npm:^3.1.2"
Expand All @@ -2170,7 +2170,7 @@ __metadata:
typedoc: "npm:^0.24.8"
typedoc-plugin-missing-exports: "npm:^2.0.0"
typescript: "npm:~5.2.2"
uuid: "npm:^8.3.2"
uuid: "npm:^10.0.0"
peerDependencies:
"@metamask/accounts-controller": ^18.0.0
"@metamask/approval-controller": ^7.0.0
Expand Down Expand Up @@ -2816,7 +2816,7 @@ __metadata:
"@types/bn.js": "npm:^5.1.5"
"@types/jest": "npm:^27.4.1"
"@types/jest-when": "npm:^2.7.3"
"@types/uuid": "npm:^8.3.0"
"@types/uuid": "npm:^10.0.0"
bn.js: "npm:^5.2.1"
deepmerge: "npm:^4.2.2"
jest: "npm:^27.5.1"
Expand All @@ -2827,7 +2827,7 @@ __metadata:
typedoc: "npm:^0.24.8"
typedoc-plugin-missing-exports: "npm:^2.0.0"
typescript: "npm:~5.2.2"
uuid: "npm:^8.3.2"
uuid: "npm:^10.0.0"
peerDependencies:
"@metamask/network-controller": ^21.0.0
languageName: unknown
Expand Down Expand Up @@ -2947,7 +2947,7 @@ __metadata:
typedoc: "npm:^0.24.8"
typedoc-plugin-missing-exports: "npm:^2.0.0"
typescript: "npm:~5.2.2"
uuid: "npm:^8.3.2"
uuid: "npm:^10.0.0"
languageName: unknown
linkType: soft

Expand All @@ -2965,7 +2965,7 @@ __metadata:
typedoc: "npm:^0.24.8"
typedoc-plugin-missing-exports: "npm:^2.0.0"
typescript: "npm:~5.2.2"
uuid: "npm:^8.3.2"
uuid: "npm:^10.0.0"
languageName: unknown
linkType: soft

Expand All @@ -2979,15 +2979,15 @@ __metadata:
"@metamask/eth-sig-util": "npm:^7.0.1"
"@metamask/utils": "npm:^9.1.0"
"@types/jest": "npm:^27.4.1"
"@types/uuid": "npm:^8.3.0"
"@types/uuid": "npm:^10.0.0"
deepmerge: "npm:^4.2.2"
jest: "npm:^27.5.1"
jsonschema: "npm:^1.2.4"
ts-jest: "npm:^27.1.4"
typedoc: "npm:^0.24.8"
typedoc-plugin-missing-exports: "npm:^2.0.0"
typescript: "npm:~5.2.2"
uuid: "npm:^8.3.2"
uuid: "npm:^10.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3127,7 +3127,7 @@ __metadata:
typedoc: "npm:^0.24.8"
typedoc-plugin-missing-exports: "npm:^2.0.0"
typescript: "npm:~5.2.2"
uuid: "npm:^8.3.2"
uuid: "npm:^10.0.0"
peerDependencies:
"@metamask/keyring-controller": ^17.0.0
"@metamask/profile-sync-controller": ^0.0.0
Expand Down Expand Up @@ -3246,7 +3246,7 @@ __metadata:
"@metamask/network-controller": "npm:^21.1.0"
"@metamask/utils": "npm:^9.1.0"
"@types/jest": "npm:^27.4.1"
"@types/uuid": "npm:^8.3.0"
"@types/uuid": "npm:^10.0.0"
deepmerge: "npm:^4.2.2"
fast-json-stable-stringify: "npm:^2.1.0"
jest: "npm:^27.5.1"
Expand All @@ -3255,7 +3255,7 @@ __metadata:
typedoc: "npm:^0.24.8"
typedoc-plugin-missing-exports: "npm:^2.0.0"
typescript: "npm:~5.2.2"
uuid: "npm:^8.3.2"
uuid: "npm:^10.0.0"
peerDependencies:
"@metamask/network-controller": ^21.0.0
languageName: unknown
Expand Down Expand Up @@ -3483,7 +3483,7 @@ __metadata:
typedoc: "npm:^0.24.8"
typedoc-plugin-missing-exports: "npm:^2.0.0"
typescript: "npm:~5.2.2"
uuid: "npm:^8.3.2"
uuid: "npm:^10.0.0"
peerDependencies:
"@metamask/approval-controller": ^7.0.0
"@metamask/keyring-controller": ^17.0.0
Expand Down Expand Up @@ -3739,7 +3739,7 @@ __metadata:
typedoc: "npm:^0.24.8"
typedoc-plugin-missing-exports: "npm:^2.0.0"
typescript: "npm:~5.2.2"
uuid: "npm:^8.3.2"
uuid: "npm:^10.0.0"
peerDependencies:
"@metamask/approval-controller": ^7.0.0
"@metamask/gas-fee-controller": ^21.0.0
Expand Down Expand Up @@ -4530,10 +4530,10 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^8.3.0":
version: 8.3.4
resolution: "@types/uuid@npm:8.3.4"
checksum: 10/6f11f3ff70f30210edaa8071422d405e9c1d4e53abbe50fdce365150d3c698fe7bbff65c1e71ae080cbfb8fded860dbb5e174da96fdbbdfcaa3fb3daa474d20f
"@types/uuid@npm:^10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10/e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944
languageName: node
linkType: hard

Expand Down Expand Up @@ -12340,6 +12340,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
uuid: dist/bin/uuid
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
languageName: node
linkType: hard

"uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
Expand Down

0 comments on commit e632297

Please sign in to comment.