From 189d4fb8157746f9e470bad24026922768a4f1ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 17:41:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2546d1..5803d96 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "async": "^2.1.4", - "axios": "^0.17.1", + "axios": "^1.6.4", "babel-preset-stage-1": "^6.16.0", "bcrypt": "^1.0.3", "body-parser": "~1.18.2",