Skip to content

Commit

Permalink
Update "@metamask/utils" to version "^5.0.1" in all package.json files
Browse files Browse the repository at this point in the history
This updates the version of "@metamask/utils" to version "^5.0.1" in all relevant package.json files and the yarn.lock file.
  • Loading branch information
Mrtenz committed Apr 17, 2023
1 parent ba1c7f1 commit 49be581
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@metamask/metamask-eth-abis": "3.0.0",
"@metamask/network-controller": "workspace:^",
"@metamask/preferences-controller": "workspace:^",
"@metamask/utils": "^3.3.1",
"@metamask/utils": "^5.0.1",
"@types/uuid": "^8.3.0",
"abort-controller": "^3.0.0",
"async-mutex": "^0.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/controller-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@metamask/utils": "^3.3.1",
"@metamask/utils": "^5.0.1",
"@spruceid/siwe-parser": "1.1.3",
"eth-ens-namehash": "^2.0.8",
"eth-rpc-errors": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/network-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@metamask/base-controller": "workspace:^",
"@metamask/controller-utils": "workspace:^",
"@metamask/swappable-obj-proxy": "^2.1.0",
"@metamask/utils": "^3.3.1",
"@metamask/utils": "^5.0.1",
"async-mutex": "^0.2.6",
"babel-runtime": "^6.26.0",
"eth-json-rpc-infura": "^5.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ __metadata:
"@metamask/metamask-eth-abis": 3.0.0
"@metamask/network-controller": "workspace:^"
"@metamask/preferences-controller": "workspace:^"
"@metamask/utils": ^3.3.1
"@metamask/utils": ^5.0.1
"@types/jest": ^26.0.22
"@types/node": ^14.14.31
"@types/uuid": ^8.3.0
Expand Down Expand Up @@ -1314,7 +1314,7 @@ __metadata:
resolution: "@metamask/controller-utils@workspace:packages/controller-utils"
dependencies:
"@metamask/auto-changelog": ^3.1.0
"@metamask/utils": ^3.3.1
"@metamask/utils": ^5.0.1
"@spruceid/siwe-parser": 1.1.3
"@types/jest": ^26.0.22
abort-controller: ^3.0.0
Expand Down Expand Up @@ -1614,7 +1614,7 @@ __metadata:
"@metamask/base-controller": "workspace:^"
"@metamask/controller-utils": "workspace:^"
"@metamask/swappable-obj-proxy": ^2.1.0
"@metamask/utils": ^3.3.1
"@metamask/utils": ^5.0.1
"@types/jest": ^26.0.22
"@types/lodash": ^4.14.191
async-mutex: ^0.2.6
Expand Down Expand Up @@ -1841,7 +1841,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/utils@npm:^3.0.3, @metamask/utils@npm:^3.2.0, @metamask/utils@npm:^3.3.1":
"@metamask/utils@npm:^3.0.3, @metamask/utils@npm:^3.2.0":
version: 3.3.1
resolution: "@metamask/utils@npm:3.3.1"
dependencies:
Expand Down

0 comments on commit 49be581

Please sign in to comment.