From a9fc0c210772a90e57a873627773dab5a78b9dc7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 20:27:41 +0000 Subject: [PATCH] fix: app/vue/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- app/vue/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vue/package.json b/app/vue/package.json index e1f7f8458898..2cc654062c5f 100644 --- a/app/vue/package.json +++ b/app/vue/package.json @@ -34,13 +34,13 @@ }, "dependencies": { "@storybook/addons": "5.3.0-alpha.22", - "@storybook/core": "5.3.0-alpha.22", + "@storybook/core": "6.2.0", "@types/webpack-env": "^1.13.9", "core-js": "^3.0.1", "global": "^4.3.2", "regenerator-runtime": "^0.13.3", "ts-dedent": "^1.1.0", - "webpack": "^4.33.0" + "webpack": "^5.1.1" }, "devDependencies": { "@types/mini-css-extract-plugin": "^0.8.0",