From 517b0641062f13ad23de36cefa7cceff154ebb2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 07:55:16 +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-15038581 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index e1bc278..bf3cfa5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,8 +16,8 @@ "dotenv": "^6.0.0", "dotenv-webpack": "^1.5.7", "history-server": "^1.3.1", - "lodash": "^4.17.10", - "npm": "^6.1.0", + "lodash": "^4.17.23", + "npm": "^7.21.0", "vue": "^2.5.2", "vue-router": "^3.0.1", "vuex": "^3.0.1",