From 97da4962cfc58dff9542114f99e486998ec2e23f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Feb 2026 13:33:43 +0000 Subject: [PATCH] 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 --- libs/ethereumjs-util/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ethereumjs-util/package.json b/libs/ethereumjs-util/package.json index a49746f..d61fd96 100644 --- a/libs/ethereumjs-util/package.json +++ b/libs/ethereumjs-util/package.json @@ -104,13 +104,13 @@ }, "homepage": "https://github.com/ethereumjs/ethereumjs-util", "dependencies": { - "bn.js": "^4.11.0", + "bn.js": "^5.2.3", "create-hash": "^1.1.2", "ethjs-util": "^0.1.6", "keccak": "^1.0.2", "rlp": "^2.0.0", "safe-buffer": "^5.1.1", - "secp256k1": "^3.0.1" + "secp256k1": "^4.0.0" }, "devDependencies": {}, "standard": {