From a59f346df9c58496b74b1042c156b16dfa515459 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 04:47:28 +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 5cba2c8..3e4a2d4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@babel/runtime": "^7.16.3", "@quasar/extras": "^1.12.1", - "axios": "^0.24.0", + "axios": "^1.6.0", "core-js": "^3.19.2", "file-saver": "^2.0.5", "instantsearch.css": "^7.4.5",