From 4dc2569e7bbf041af80c72e1707f26c4d980152c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 08:15:52 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index e1bc278..7760ac8 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.21.0", "vue": "^2.5.2", "vue-router": "^3.0.1", "vuex": "^3.0.1",