Skip to content
Merged
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/assets-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@metamask/utils": "^8.3.0",
"@types/bn.js": "^5.1.5",
"@types/uuid": "^8.3.0",
"async-mutex": "^0.2.6",
"async-mutex": "^0.5.0",
"bn.js": "^5.2.1",
"cockatiel": "^3.1.2",
"lodash": "^4.17.21",
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 @@ -51,7 +51,7 @@
"@metamask/keyring-api": "^6.1.1",
"@metamask/message-manager": "^8.0.2",
"@metamask/utils": "^8.3.0",
"async-mutex": "^0.2.6",
"async-mutex": "^0.5.0",
"ethereumjs-wallet": "^1.0.1",
"immer": "^9.0.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/name-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@metamask/base-controller": "^5.0.2",
"@metamask/controller-utils": "^10.0.0",
"@metamask/utils": "^8.3.0",
"async-mutex": "^0.2.6"
"async-mutex": "^0.5.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
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 @@ -52,7 +52,7 @@
"@metamask/rpc-errors": "^6.2.1",
"@metamask/swappable-obj-proxy": "^2.2.0",
"@metamask/utils": "^8.3.0",
"async-mutex": "^0.2.6",
"async-mutex": "^0.5.0",
"immer": "^9.0.6",
"uuid": "^8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@metamask/nonce-tracker": "^5.0.0",
"@metamask/rpc-errors": "^6.2.1",
"@metamask/utils": "^8.3.0",
"async-mutex": "^0.2.6",
"async-mutex": "^0.5.0",
"bn.js": "^5.2.1",
"eth-method-registry": "^4.0.0",
"fast-json-patch": "^3.1.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ __metadata:
"@types/lodash": ^4.14.191
"@types/node": ^16.18.54
"@types/uuid": ^8.3.0
async-mutex: ^0.2.6
async-mutex: ^0.5.0
bn.js: ^5.2.1
cockatiel: ^3.1.2
deepmerge: ^4.2.2
Expand Down Expand Up @@ -2438,7 +2438,7 @@ __metadata:
"@metamask/scure-bip39": ^2.1.1
"@metamask/utils": ^8.3.0
"@types/jest": ^27.4.1
async-mutex: ^0.2.6
async-mutex: ^0.5.0
deepmerge: ^4.2.2
ethereumjs-wallet: ^1.0.1
immer: ^9.0.6
Expand Down Expand Up @@ -2509,7 +2509,7 @@ __metadata:
"@metamask/controller-utils": ^10.0.0
"@metamask/utils": ^8.3.0
"@types/jest": ^27.4.1
async-mutex: ^0.2.6
async-mutex: ^0.5.0
deepmerge: ^4.2.2
jest: ^27.5.1
ts-jest: ^27.1.4
Expand Down Expand Up @@ -2539,7 +2539,7 @@ __metadata:
"@types/jest": ^27.4.1
"@types/jest-when": ^2.7.3
"@types/lodash": ^4.14.191
async-mutex: ^0.2.6
async-mutex: ^0.5.0
deepmerge: ^4.2.2
immer: ^9.0.6
jest: ^27.5.1
Expand Down Expand Up @@ -3062,7 +3062,7 @@ __metadata:
"@types/bn.js": ^5.1.5
"@types/jest": ^27.4.1
"@types/node": ^16.18.54
async-mutex: ^0.2.6
async-mutex: ^0.5.0
bn.js: ^5.2.1
deepmerge: ^4.2.2
eth-method-registry: ^4.0.0
Expand Down Expand Up @@ -4506,15 +4506,6 @@ __metadata:
languageName: node
linkType: hard

"async-mutex@npm:^0.2.6":
version: 0.2.6
resolution: "async-mutex@npm:0.2.6"
dependencies:
tslib: ^2.0.0
checksum: f50102e0c57f6a958528cff7dff13da070897f17107b42274417a7248905b927b6e51c3387f8aed1f5cd6005b0e692d64a83a0789be602e4e7e7da4afe08b889
languageName: node
linkType: hard

"async-mutex@npm:^0.3.1":
version: 0.3.2
resolution: "async-mutex@npm:0.3.2"
Expand All @@ -4524,6 +4515,15 @@ __metadata:
languageName: node
linkType: hard

"async-mutex@npm:^0.5.0":
version: 0.5.0
resolution: "async-mutex@npm:0.5.0"
dependencies:
tslib: ^2.4.0
checksum: be1587f4875f3bb15e34e9fcce82eac2966daef4432c8d0046e61947fb9a1b95405284601bc7ce4869319249bc07c75100880191db6af11d1498931ac2a2f9ea
languageName: node
linkType: hard

"asynckit@npm:^0.4.0":
version: 0.4.0
resolution: "asynckit@npm:0.4.0"
Expand Down Expand Up @@ -11437,7 +11437,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.0.0, tslib@npm:^2.3.0, tslib@npm:^2.3.1, tslib@npm:^2.6.2":
"tslib@npm:^2.3.0, tslib@npm:^2.3.1, tslib@npm:^2.4.0, tslib@npm:^2.6.2":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: 329ea56123005922f39642318e3d1f0f8265d1e7fcb92c633e0809521da75eeaca28d2cf96d7248229deb40e5c19adf408259f4b9640afd20d13aecc1430f3ad
Expand Down