fix: libs/ethereumjs-util/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BNJS-15274301
This commit is contained in:
snyk-bot
2026-02-19 13:33:43 +00:00
parent fff0de03b8
commit 97da4962cf

View File

@@ -104,13 +104,13 @@
}, },
"homepage": "https://github.com/ethereumjs/ethereumjs-util", "homepage": "https://github.com/ethereumjs/ethereumjs-util",
"dependencies": { "dependencies": {
"bn.js": "^4.11.0", "bn.js": "^5.2.3",
"create-hash": "^1.1.2", "create-hash": "^1.1.2",
"ethjs-util": "^0.1.6", "ethjs-util": "^0.1.6",
"keccak": "^1.0.2", "keccak": "^1.0.2",
"rlp": "^2.0.0", "rlp": "^2.0.0",
"safe-buffer": "^5.1.1", "safe-buffer": "^5.1.1",
"secp256k1": "^3.0.1" "secp256k1": "^4.0.0"
}, },
"devDependencies": {}, "devDependencies": {},
"standard": { "standard": {