From aef44799f1731ca452c734851ed0dec7c1037ab0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Mar 2025 03:56:47 +0000 Subject: [PATCH] fix: packages/blockchain-wallet-v4/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- packages/blockchain-wallet-v4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 packages/blockchain-wallet-v4/package.json diff --git a/packages/blockchain-wallet-v4/package.json b/packages/blockchain-wallet-v4/package.json old mode 100755 new mode 100644 index 3814c5ad45..5a87b90f78 --- a/packages/blockchain-wallet-v4/package.json +++ b/packages/blockchain-wallet-v4/package.json @@ -56,7 +56,7 @@ }, "dependencies": { "@opensea/seaport-js": "1.0.2", - "axios": "0.21.4", + "axios": "1.8.2", "bech32": "1.1.3", "big-rational": "0.10.9", "bigi": "1.4.2",