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

deps(connect-plugin-ethereum): @metamask/eth-sig-util@^7.0.0->^7.0.1 #10378

Merged
merged 1 commit into from
Dec 27, 2023
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
4 changes: 2 additions & 2 deletions packages/connect-plugin-ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"lib/"
],
"peerDependencies": {
"@metamask/eth-sig-util": "^7.0.0",
"@metamask/eth-sig-util": "^7.0.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@metamask/eth-sig-util": "^7.0.0",
"@metamask/eth-sig-util": "^7.0.1",
"jest": "29.5.0",
"rimraf": "^5.0.5",
"typescript": "5.3.2"
Expand Down
23 changes: 6 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3863,18 +3863,17 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eth-sig-util@npm:^7.0.0":
version: 7.0.0
resolution: "@metamask/eth-sig-util@npm:7.0.0"
"@metamask/eth-sig-util@npm:^7.0.1":
version: 7.0.1
resolution: "@metamask/eth-sig-util@npm:7.0.1"
dependencies:
"@ethereumjs/util": "npm:^8.1.0"
"@metamask/abi-utils": "npm:^2.0.2"
"@metamask/utils": "npm:^8.1.0"
ethereum-cryptography: "npm:^2.1.2"
ethjs-util: "npm:^0.1.6"
tweetnacl: "npm:^1.0.3"
tweetnacl-util: "npm:^0.15.1"
checksum: c399e615749ac78224d5e68883eff9bfb856eb26225d218937ac5ccb84e529157c0b1244dce449eb3dcb408a7830f2b4c0c1b2a6b1653049d93b3d76aae17860
checksum: e2aa3f0ad4db75b872705863a502414e17cd72d70c8b2a3f49c700ee237c428919161f345d42c6d00c5267fe87909ec021dee601cc02cb65bab04db2ec771997
languageName: node
linkType: hard

Expand Down Expand Up @@ -8544,12 +8543,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@trezor/connect-plugin-ethereum@workspace:packages/connect-plugin-ethereum"
dependencies:
"@metamask/eth-sig-util": "npm:^7.0.0"
"@metamask/eth-sig-util": "npm:^7.0.1"
jest: "npm:29.5.0"
rimraf: "npm:^5.0.5"
typescript: "npm:5.3.2"
peerDependencies:
"@metamask/eth-sig-util": ^7.0.0
"@metamask/eth-sig-util": ^7.0.1
tslib: ^2.6.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -17874,16 +17873,6 @@ __metadata:
languageName: node
linkType: hard

"ethjs-util@npm:^0.1.6":
version: 0.1.6
resolution: "ethjs-util@npm:0.1.6"
dependencies:
is-hex-prefixed: "npm:1.0.0"
strip-hex-prefix: "npm:1.0.0"
checksum: 02e1d37f743a78742651a11be35461dfe8ed653f113d630435aada8036e1e199691c2cfffbbf1e800bfdeb14bb34c7ed69fab5d3c727058c1daf3effc6bf6f69
languageName: node
linkType: hard

"event-emitter@npm:^0.3.5, event-emitter@npm:~0.3.5":
version: 0.3.5
resolution: "event-emitter@npm:0.3.5"
Expand Down
Loading