From 9cb14c6f37b8380cc58eb9715158295153948d21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 21:37:48 +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-15252993 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index e1bc278..db87f50 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,12 +12,12 @@ "prod": "history-server dist/" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^1.13.5", "dotenv": "^6.0.0", "dotenv-webpack": "^1.5.7", "history-server": "^1.3.1", "lodash": "^4.17.10", - "npm": "^6.1.0", + "npm": "^7.0.0", "vue": "^2.5.2", "vue-router": "^3.0.1", "vuex": "^3.0.1",