From 682b274516dd9d9a00663b1f73a840f28defa65b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 09:09:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04821480d..2cafddee2 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@vueuse/components": "^12.0.0", "@vueuse/core": "^12.0.0", "activestorage": "^5.2.6", - "axios": "^1.13.2", + "axios": "^1.13.5", "camelcase-keys": "^9.1.3", "chart.js": "~4.4.4", "color2k": "^2.0.2",