From 0b4e234d35021dcf2c28b4a637ceda6afdcb0c62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Sep 2023 11:18:51 +0000 Subject: [PATCH] fix: lib/ui/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 --- lib/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/package.json b/lib/ui/package.json index 410d15181f34..a48085a7fb77 100644 --- a/lib/ui/package.json +++ b/lib/ui/package.json @@ -31,7 +31,7 @@ "@storybook/api": "5.3.0-alpha.22", "@storybook/channels": "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/router": "5.3.0-alpha.22", "@storybook/theming": "5.3.0-alpha.22",