From 395f166f697e6816a1a08faf3e722d7cf1345b59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 14:44:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b33243f..a3c574b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@fullhuman/postcss-purgecss": "^2.3.0", "autoprefixer": "^9.8.6", - "axios": "^0.19.2", + "axios": "^1.6.4", "axios-retry": "^3.1.8", "core-js": "^3.6.4", "countdown-vue": "^1.1.5",