From 60077e831cb23c4c548394ce39f65c61ec21b9d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 17:17:12 +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 57c791d..f0d21f2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@snyk/configstore": "^3.2.0-rc1", "@types/node": "^20.3.2", - "axios": "^0.27.2", + "axios": "^1.6.0", "debug": "^4.1.1", "lodash": "^4.17.21", "snyk-config": "^4.0.0",