From 98aab6cd5dfc38bf05679fdd417b3d4a098ab5ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 14:43:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 605a9c4..1069a9e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "axios": "^0.19.0", + "axios": "^1.6.3", "core-js": "^3.13.1", "vue": "^2.6.13" },