From 269aa59c4dfb6f889188bf1ef3a55e561e01e8fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Mar 2025 04:59:07 +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-9403194 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index e1bc278..ba0269c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ "prod": "history-server dist/" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^0.30.0", "dotenv": "^6.0.0", "dotenv-webpack": "^1.5.7", "history-server": "^1.3.1",