From 84fd55b63c3084343932c95006bdc1f92f37e2fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 07:24:35 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index e1bc278..235ab26 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "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",