From 51e5297f3b159b303ed6e114b7ef21634c86b896 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Sep 2023 21:03:03 +0000 Subject: [PATCH] fix: addons/viewport/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-HIGHLIGHTJS-1045326 - https://dev.snyk.io/vuln/SNYK-JS-HIGHLIGHTJS-1048676 - https://dev.snyk.io/vuln/SNYK-JS-MARKDOWNTOJSX-3310443 - https://dev.snyk.io/vuln/SNYK-JS-PRISMJS-1076581 - https://dev.snyk.io/vuln/SNYK-JS-PRISMJS-1314893 - https://dev.snyk.io/vuln/SNYK-JS-PRISMJS-1585202 - https://dev.snyk.io/vuln/SNYK-JS-PRISMJS-2404333 - https://dev.snyk.io/vuln/SNYK-JS-PRISMJS-597628 --- addons/viewport/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/viewport/package.json b/addons/viewport/package.json index 9e99b9a3a3c9..3f3472c4a1f1 100644 --- a/addons/viewport/package.json +++ b/addons/viewport/package.json @@ -31,7 +31,7 @@ "@storybook/addons": "5.3.0-alpha.22", "@storybook/api": "5.3.0-alpha.22", "@storybook/client-logger": "5.3.0-alpha.22", - "@storybook/components": "5.3.0-alpha.22", + "@storybook/components": "6.2.0", "@storybook/core-events": "5.3.0-alpha.22", "@storybook/theming": "5.3.0-alpha.22", "core-js": "^3.0.1",