From 938ff8dfa01d4e3461aa0bac23d8083dc1b0fb8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Dec 2024 05:21:19 +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 d67cace..77db0c9 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@types/grecaptcha": "^3.0.4", "angular-idle-preload": "3.0.0", "angulartics2": "^12.2.0", - "axios": "^0.27.2", + "axios": "^1.7.8", "bootstrap": "^4.6.1", "cerialize": "0.1.18", "cli-progress": "^3.12.0",