From 37af6623eda6795779ac3b822d9cae0a6fd8de62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Feb 2025 14:53:52 +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 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ec3f11..8ba6a47 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "node index.js" }, "dependencies": { - "axios": "^0.21.1", + "axios": "^1.7.8", "jwt-decode": "^3.1.2" } }