From f562d6362ccbb6525d64ed3f27170ac4a667f3a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Dec 2024 06:18:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 382be87..813e964 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "Al Diaz", "license": "MIT", "dependencies": { - "axios": "^0.19.0", + "axios": "^1.7.8", "core-js": "^3.13.1", "vue": "^2.6.13", "vuex": "^3.6.2"