From 27298bf4b07ea77b973a821901774a8c08e1b01a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 10:23:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 39cdece..e095205 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "core-js": "^2.6.5", "file-saver": "^2.0.1", "highlight.js": "^9.15.6", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "path": "^0.12.7", "quasar": "^1.0.0-beta.23", "quasar-extras": "^2.0.9", @@ -30,7 +30,7 @@ "vue-highlight.js": "^3.1.0", "vue-router": "^3.0.3", "vue2-filters": "^0.6.0", - "snyk": "^1.290.1" + "snyk": "^1.996.0" }, "devDependencies": { "@testerum/ejs-compiled-loader-webpack4-nodeps": "0.0.1",