Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @metamask/rpc-errors from 6.3.0 to 7.0.1 #2006

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/core-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@invertase/react-native-apple-authentication": "2.4.0",
"@lavamoat/preinstall-always-fail": "2.1.0",
"@metamask/eth-sig-util": "7.0.3",
"@metamask/rpc-errors": "6.3.0",
"@metamask/rpc-errors": "7.0.1",
"@noble/secp256k1": "2.1.0",
"@notifee/react-native": "9.1.1",
"@openzeppelin/contracts": "5.0.2",
Expand Down
29 changes: 28 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ __metadata:
"@lavamoat/allow-scripts": 3.2.1
"@lavamoat/preinstall-always-fail": 2.1.0
"@metamask/eth-sig-util": 7.0.3
"@metamask/rpc-errors": 6.3.0
"@metamask/rpc-errors": 7.0.1
"@noble/secp256k1": 2.1.0
"@notifee/react-native": 9.1.1
"@openzeppelin/contracts": 5.0.2
Expand Down Expand Up @@ -7311,13 +7311,40 @@ __metadata:
languageName: node
linkType: hard

"@metamask/rpc-errors@npm:7.0.1":
version: 7.0.1
resolution: "@metamask/rpc-errors@npm:7.0.1"
dependencies:
"@metamask/utils": ^10.0.0
fast-safe-stringify: ^2.0.6
checksum: 20b300d26550c667a635eb5f97784c80d86c0b765433a32a9bced5b4c2a05a783cf2cd3a2bfe2aca6382181f53458bd2e7dc1bbb02e28005d3b4d0f3a46ca3ac
languageName: node
linkType: hard

"@metamask/superstruct@npm:^3.0.0, @metamask/superstruct@npm:^3.1.0":
version: 3.1.0
resolution: "@metamask/superstruct@npm:3.1.0"
checksum: 00e4d0c0aae8b25ccc1885c1db0bb4ed1590010570140c255e4deee3bf8a10c859c8fce5e475b4ae09c8a56316207af87585b91f7f5a5c028d668ccd111f19e3
languageName: node
linkType: hard

"@metamask/utils@npm:^10.0.0":
version: 10.0.1
resolution: "@metamask/utils@npm:10.0.1"
dependencies:
"@ethereumjs/tx": ^4.2.0
"@metamask/superstruct": ^3.1.0
"@noble/hashes": ^1.3.1
"@scure/base": ^1.1.3
"@types/debug": ^4.1.7
debug: ^4.3.4
pony-cause: ^2.1.10
semver: ^7.5.4
uuid: ^9.0.1
checksum: 4c350c7a1c881c6af446319942392e6eb62411bff9c512166d816d39702c7b4926a982ebfd56ada317f9332a5416b3211c09e022674cee8272228658977ba851
languageName: node
linkType: hard

"@metamask/utils@npm:^8.1.0, @metamask/utils@npm:^8.3.0":
version: 8.5.0
resolution: "@metamask/utils@npm:8.5.0"
Expand Down
Loading