From 0994c3976acc32d2a0273bb9d302ddba8c170e61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 08:06:23 +0000 Subject: [PATCH] fix: app/vue/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- app/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vue/package.json b/app/vue/package.json index 6bb0995b6e6a..7fb19c35aa9f 100644 --- a/app/vue/package.json +++ b/app/vue/package.json @@ -25,7 +25,7 @@ "dependencies": { "@storybook/addons": "3.4.0-rc.2", "@storybook/channel-postmessage": "3.4.0-rc.2", - "@storybook/core": "3.4.0-rc.2", + "@storybook/core": "6.2.0", "@storybook/ui": "3.4.0-rc.2", "airbnb-js-shims": "^1.4.1", "babel-loader": "^7.1.4",