From 4ad73d749ed66919fee7eb86b06a59e24827bbfd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 07:30:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a08ca7..0e243c6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@quasar/extras": "^1.0.0", - "axios": "^0.19.0", + "axios": "^1.12.0", "file-saver": "^2.0.2", "localforage": "^1.7.3", "qrcode": "^1.4.1",