Skip to content
Closed
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
16 changes: 12 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5488,20 +5488,21 @@ __metadata:
linkType: hard

"@metamask/utils@npm:^11.0.1, @metamask/utils@npm:^11.1.0, @metamask/utils@npm:^11.4.0, @metamask/utils@npm:^11.4.2":
version: 11.4.2
resolution: "@metamask/utils@npm:11.4.2"
version: 11.6.0
resolution: "@metamask/utils@npm:11.6.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: PR Version Mismatch Causes Confusion

The PR description indicates an upgrade of @metamask/utils to 11.5.0, but the yarn.lock actually updates it to 11.6.0. This version mismatch creates confusion and may lead to unexpected behavior.

Fix in Cursor Fix in Web

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
"@types/lodash": ^4.17.20
debug: ^4.3.4
lodash.memoize: ^4.1.2
lodash: ^4.17.21
pony-cause: ^2.1.10
semver: ^7.5.4
uuid: ^9.0.1
checksum: 11061a93f49684563a14caaaab2d8dbb969c907dbc24358cf188dd10ec00ac91e5d04369ef605e9d78e75f8ad53d9a0fbdb65f2325b12ef6c8db85bb46160dff
checksum: 609fb64331d8f9eea48cb852925a53b31cc9917a1555a786fb6db8bb5540182c93ed9ca79607ecd64ebe9959d6730b092301db273da2869ce68a3fce6848aee7
languageName: node
linkType: hard

Expand Down Expand Up @@ -7111,6 +7112,13 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash@npm:^4.17.20":
version: 4.17.20
resolution: "@types/lodash@npm:4.17.20"
checksum: dc7bb4653514dd91117a4c4cec2c37e2b5a163d7643445e4757d76a360fabe064422ec7a42dde7450c5e7e0e7e678d5e6eae6d2a919abcddf581d81e63e63839
languageName: node
linkType: hard

"@types/minimatch@npm:*, @types/minimatch@npm:^5.1.2":
version: 5.1.2
resolution: "@types/minimatch@npm:5.1.2"
Expand Down
Loading