From ab7ee879d2524697cc89d6f4d3dca4063ad5885b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 14:17:42 +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 2ea2eb9a..70e5723f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "dist/*" ], "dependencies": { - "axios": "^0.15.2", + "axios": "^1.6.0", "debug": "^2.2.0", "js-base64": "^2.1.9", "utf8": "^2.1.1"