From 204173c718e34f5be5288297ae68e848e4263457 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 05:09:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d4c2967..d92f967 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ }, "dependencies": { "@babel/core": "^7.8.3", - "@storybook/addon-knobs": "5.3.21", - "@storybook/vue": "5.3.21", + "@storybook/addon-knobs": "7.0.0", + "@storybook/vue": "7.6.17", "@tournant/communard": "^2.2.0", "@vue/babel-preset-app": "^4.1.2", "@vue/cli-plugin-babel": "^4.1.2", @@ -42,7 +42,7 @@ "husky": "^4.0.10", "jest": "^24.9.0", "lerna": "^3.18.0", - "lint-staged": "^9.0.2", + "lint-staged": "^16.0.0", "node-sass": "^4.13.0", "prettier": "^1.17.0", "rollup": "^1.27.8",