From 04a4d06bf67567d34de16ad87d4ea895f25e7e35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 00:40: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-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 382be87..1d080dc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "Al Diaz", "license": "MIT", "dependencies": { - "axios": "^0.19.0", + "axios": "^1.6.0", "core-js": "^3.13.1", "vue": "^2.6.13", "vuex": "^3.6.2"