From 14908de8f32da3b2c9e077d669ad0456dfb2d21e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 03:13:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a43fa667..bd4e108a 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.0", "bcrypt": "^5.0.1", "big.js": "^6.0.3", "bip32": "^4.0.0",