Skip to content

Bump @metamask/rpc-errors from 6.3.0 to 7.0.3 #3029

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

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 @@ -57,7 +57,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.3",
"@noble/secp256k1": "2.1.0",
"@notifee/react-native": "9.1.8",
"@openzeppelin/contracts": "5.0.2",
Expand Down
32 changes: 30 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,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.3
"@noble/secp256k1": 2.1.0
"@notifee/react-native": 9.1.8
"@openzeppelin/contracts": 5.0.2
Expand Down Expand Up @@ -7619,6 +7619,16 @@ __metadata:
languageName: node
linkType: hard

"@metamask/rpc-errors@npm:7.0.3":
version: 7.0.3
resolution: "@metamask/rpc-errors@npm:7.0.3"
dependencies:
"@metamask/utils": ^11.4.2
fast-safe-stringify: ^2.0.6
checksum: 274ec61d1a567a0a34cda6202af8e91dc2822dc24f0280358c6efedbca8bda1bfb87609fb448ee90652bc597be6a3d678da315ca3ead92f90a89933975c98107
languageName: node
linkType: hard

"@metamask/rpc-errors@npm:^6.2.1":
version: 6.4.0
resolution: "@metamask/rpc-errors@npm:6.4.0"
Expand Down Expand Up @@ -7722,6 +7732,24 @@ __metadata:
languageName: node
linkType: hard

"@metamask/utils@npm:^11.4.2":
version: 11.4.2
resolution: "@metamask/utils@npm:11.4.2"
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
lodash.memoize: ^4.1.2
pony-cause: ^2.1.10
semver: ^7.5.4
uuid: ^9.0.1
checksum: 11061a93f49684563a14caaaab2d8dbb969c907dbc24358cf188dd10ec00ac91e5d04369ef605e9d78e75f8ad53d9a0fbdb65f2325b12ef6c8db85bb46160dff
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 Expand Up @@ -27765,7 +27793,7 @@ react-native-webview@ava-labs/react-native-webview:
peerDependencies:
react: "*"
react-native: "*"
checksum: 1aa0b34afe09465996e73a92ea287d57280dfdafeb843d963045bd203cbff56e2b71196983d2731725cc17e8032b059bf0c44c18a3e86d001013609d3c458572
checksum: ec24cd7af3c8075c5f7bdee462508fc7c6a295d80ffc538a588644a35c2fcc457fb490cd844c5eff9056350e03c0e890287365ca5a77e11dd4437b27d2171926
languageName: node
linkType: hard

Expand Down
Loading