From 931d7a6095bcc095c1facdf39a66462d315cd0cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 14:05:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a43fa667..f34f16a2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "apollo-cache-inmemory": "^1.6.6", "apollo-client": "^2.6.10", "apollo-link-http": "^1.5.17", - "axios": "^0.27.2", + "axios": "^1.6.3", "bcrypt": "^5.0.1", "big.js": "^6.0.3", "bip32": "^4.0.0",