From 1597a7ce84cfbdce327a6e9cba001bc52b19c5af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 05:25:37 +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-12613773 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index e1bc278..32cbeeb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ "prod": "history-server dist/" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^1.12.0", "dotenv": "^6.0.0", "dotenv-webpack": "^1.5.7", "history-server": "^1.3.1",