From c80320e8a01806577f82250956d13eddee447c64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Aug 2025 03:15:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 - 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..036f056 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@babel/core": "^7.8.3", "@storybook/addon-knobs": "5.3.21", - "@storybook/vue": "5.3.21", + "@storybook/vue": "7.6.17", "@tournant/communard": "^2.2.0", "@vue/babel-preset-app": "^4.1.2", "@vue/cli-plugin-babel": "^4.1.2", @@ -35,13 +35,13 @@ "babel-loader": "^8.1.0", "babel-preset-vue": "^2.0.2", "codecov": "^3.5.0", - "eslint": "^6.7.1", + "eslint": "^9.0.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-vue": "^6.0.1", "husky": "^4.0.10", "jest": "^24.9.0", - "lerna": "^3.18.0", + "lerna": "^6.5.0", "lint-staged": "^9.0.2", "node-sass": "^4.13.0", "prettier": "^1.17.0",