From 5a749ad8302ccf36ffa555f7d1b7c9369c089f94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 13:47:02 +0000 Subject: [PATCH] fix: src/frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- src/frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/package.json b/src/frontend/package.json index 7a6e54606..7f61f4ae3 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -33,12 +33,12 @@ "@tabler/icons-react": "^2.32.0", "@tailwindcss/forms": "^0.5.6", "@tailwindcss/line-clamp": "^0.4.4", - "@types/axios": "^0.14.0", + "@types/axios": "^0.14.4", "accordion": "^3.0.2", "ace-builds": "^1.24.1", "add": "^2.0.6", "ansi-to-html": "^0.7.2", - "axios": "^1.5.0", + "axios": "^1.13.5", "base64-js": "^1.5.1", "class-variance-authority": "^0.6.1", "clsx": "^2.0.0",