Skip to content

Commit

Permalink
chore(deps): bump @metamask/* dependencies (#177)
Browse files Browse the repository at this point in the history
This PR bumps:

- `@metamask/eth-sig-util` to `8.2.0`
- `@metamask/snaps-controllers` to `9.18.0`
- `@metamask/snaps-sdk` to `6.16.0`
- `@metamask/snaps-utils` to `8.9.1`
- `@metamask/providers` to `19.0.0`
  • Loading branch information
danroc authored Feb 3, 2025
1 parent cd16686 commit 31d4bf5
Show file tree
Hide file tree
Showing 9 changed files with 142 additions and 181 deletions.
2 changes: 1 addition & 1 deletion packages/keyring-eth-hd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@ethereumjs/util": "^8.1.0",
"@metamask/eth-sig-util": "^8.1.2",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/key-tree": "^10.0.2",
"@metamask/scure-bip39": "^2.1.1",
"@metamask/utils": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-eth-ledger-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@ethereumjs/tx": "^4.2.0",
"@ethereumjs/util": "^8.1.0",
"@ledgerhq/hw-app-eth": "^6.42.0",
"@metamask/eth-sig-util": "^8.1.2",
"@metamask/eth-sig-util": "^8.2.0",
"hdkey": "^2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-eth-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@ethereumjs/util": "^8.1.0",
"@metamask/eth-sig-util": "^8.1.2",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/utils": "^11.1.0",
"ethereum-cryptography": "^2.1.2",
"randombytes": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-eth-trezor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@ethereumjs/tx": "^4.2.0",
"@ethereumjs/util": "^8.1.0",
"@metamask/eth-sig-util": "^8.1.2",
"@metamask/eth-sig-util": "^8.2.0",
"@trezor/connect-plugin-ethereum": "^9.0.3",
"@trezor/connect-web": "^9.1.11",
"hdkey": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/keyring-internal-snap-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/snaps-controllers": "^9.10.0",
"@metamask/snaps-sdk": "^6.7.0",
"@metamask/snaps-utils": "^8.3.0",
"@metamask/snaps-controllers": "^9.18.0",
"@metamask/snaps-sdk": "^6.16.0",
"@metamask/snaps-utils": "^8.9.1",
"@metamask/utils": "^11.1.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
Expand Down
8 changes: 4 additions & 4 deletions packages/keyring-snap-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@ethereumjs/tx": "^4.2.0",
"@metamask/base-controller": "^7.1.1",
"@metamask/eth-sig-util": "^8.1.2",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/keyring-api": "workspace:^",
"@metamask/keyring-internal-api": "workspace:^",
"@metamask/keyring-internal-snap-client": "workspace:^",
Expand All @@ -53,9 +53,9 @@
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/snaps-controllers": "^9.10.0",
"@metamask/snaps-sdk": "^6.7.0",
"@metamask/snaps-utils": "^8.3.0",
"@metamask/snaps-controllers": "^9.18.0",
"@metamask/snaps-sdk": "^6.16.0",
"@metamask/snaps-utils": "^8.9.1",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/keyring-snap-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/providers": "^18.3.1",
"@metamask/providers": "^19.0.0",
"@metamask/utils": "^11.1.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
Expand All @@ -73,7 +73,7 @@
"typescript": "~5.6.3"
},
"peerDependencies": {
"@metamask/providers": "^18.3.1"
"@metamask/providers": "^19.0.0"
},
"engines": {
"node": "^18.18 || >=20"
Expand Down
6 changes: 3 additions & 3 deletions packages/keyring-snap-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@metamask/keyring-utils": "workspace:^",
"@metamask/snaps-sdk": "^6.7.0",
"@metamask/snaps-sdk": "^6.16.0",
"@metamask/superstruct": "^3.1.0",
"@metamask/utils": "^11.1.0",
"webextension-polyfill": "^0.12.0"
Expand All @@ -56,7 +56,7 @@
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/keyring-api": "workspace:^",
"@metamask/providers": "^18.3.1",
"@metamask/providers": "^19.0.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
Expand All @@ -72,7 +72,7 @@
"typescript": "~5.6.3"
},
"peerDependencies": {
"@metamask/providers": "^18.3.1"
"@metamask/providers": "^19.0.0"
},
"engines": {
"node": "^18.18 || >=20"
Expand Down
Loading

0 comments on commit 31d4bf5

Please sign in to comment.