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
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@metamask/json-rpc-engine": "^10.2.0",
"@metamask/json-rpc-middleware-stream": "^8.0.8",
"@metamask/post-message-stream": "^10.0.0",
"@metamask/utils": "^11.8.1",
"@metamask/utils": "^11.9.0",
"eth-json-rpc-filters": "^6.0.1",
"eth-rpc-errors": "^4.0.3",
"eventemitter3": "^5.0.1",
Expand Down Expand Up @@ -63,5 +63,5 @@
"web-ext": "^9.2.0",
"yargs": "^18.0.0"
},
"packageManager": "yarn@4.9.2"
"packageManager": "yarn@4.12.0"
}
21 changes: 20 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ __metadata:
"@metamask/json-rpc-engine": "npm:^10.2.0"
"@metamask/json-rpc-middleware-stream": "npm:^8.0.8"
"@metamask/post-message-stream": "npm:^10.0.0"
"@metamask/utils": "npm:^11.8.1"
"@metamask/utils": "npm:^11.9.0"
"@types/chrome": "npm:^0.1.0"
"@types/json-merge-patch": "npm:^1.0.0"
"@types/node": "npm:^22.14.0"
Expand Down Expand Up @@ -1195,6 +1195,25 @@ __metadata:
languageName: node
linkType: hard

"@metamask/utils@npm:^11.9.0":
version: 11.9.0
resolution: "@metamask/utils@npm:11.9.0"
dependencies:
"@ethereumjs/tx": "npm:^4.2.0"
"@metamask/superstruct": "npm:^3.1.0"
"@noble/hashes": "npm:^1.3.1"
"@scure/base": "npm:^1.1.3"
"@types/debug": "npm:^4.1.7"
"@types/lodash": "npm:^4.17.20"
debug: "npm:^4.3.4"
lodash: "npm:^4.17.21"
pony-cause: "npm:^2.1.10"
semver: "npm:^7.5.4"
uuid: "npm:^9.0.1"
checksum: 10c0/8aa17d68a374a2401a159311298de74da312f182090b00cb9948f5d806b03983c807f97d23c1d68e8f5a86723a1abdac07eefe5537995c6ac81ee3a5a427dda0
languageName: node
linkType: hard

"@noble/curves@npm:1.4.2, @noble/curves@npm:~1.4.0":
version: 1.4.2
resolution: "@noble/curves@npm:1.4.2"
Expand Down