From 971c746b509a5240e663e665b7d777f1db48aa4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Apr 2026 14:28:15 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15965856 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 14a59b82..efa0e0fc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "dependencies": { "@simplewebauthn/browser": "^13.2.2", "@tailwindcss/vite": "^4.2.0", - "axios": "^1.13.5", + "axios": "^1.15.0", "clsx": "^2.1.1", "date-fns": "^4.1.0", "jose": "^6.1.3",