From c8131183ded4af7a9ce91f53e5396ea0ec902444 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 10:09:53 +0000 Subject: [PATCH] fix: 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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-INI-1048974 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 621ceb3..f2d320f 100644 --- a/package.json +++ b/package.json @@ -19,16 +19,16 @@ }, "dependencies": { "@saeris/vue-spinners": "^1.0.8", - "@storybook/vue": "^6.2.9", + "@storybook/vue": "^7.6.17", "axios": "^0.21.1", "compression": "^1.7.4", "core-js": "^3.4.4", "express": "^4.17.1", "helmet": "^3.22.0", "js-cookie": "^2.2.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "register-service-worker": "^1.7.1", - "snyk": "^1.595.0", + "snyk": "^1.996.0", "vue": "^2.6.10", "vue-analytics": "^5.22.1", "vue-i18n": "^8.17.5",