From df6df6c929c1bda33c79ab704bfa56b5dcc73f66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 15:21: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-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f331d1d..0216e1d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/vue-fontawesome": "^3.0.0-4", "@vue/cli": "^5.0.0-rc.0", - "axios": "^0.23.0", + "axios": "^1.6.3", "bootstrap": "^4.6.0", "colors": "1.4.0", "core-js": "^3.6.5",