Skip to content

Commit

Permalink
fix: package.json & yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337
  • Loading branch information
snyk-bot committed Dec 29, 2024
1 parent 9f851f2 commit 690b30d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jest-extended": "^4.0.2",
"lodash": "^4.17.21",
"long": "^5.2.1",
"merkletreejs": "^0.3.9",
"merkletreejs": "^0.4.1",
"sinon": "^18.0.0",
"yesno": "^0.4.0"
},
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3546,6 +3546,15 @@ merkletreejs@^0.3.9:
treeify "^1.1.0"
web3-utils "^1.3.4"

merkletreejs@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/merkletreejs/-/merkletreejs-0.4.1.tgz#a77a0c3d16adec71a09ef7e5b7e055dde29d30e1"
integrity sha512-W2VSHeGTdAnWtedee+pgGn7SHvncMdINnMeHAaXrfarSaMNLff/pm7RCr/QXYxN6XzJFgJZY+28ejO0lAosW4A==
dependencies:
buffer-reverse "^1.0.1"
crypto-js "^4.2.0"
treeify "^1.1.0"

methods@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
Expand Down

0 comments on commit 690b30d

Please sign in to comment.