From 579a7059ea0326f1542bd3fe22f943485a8752b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Sep 2023 20:22:23 +0000 Subject: [PATCH] fix: lib/core/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - 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/core/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/package.json b/lib/core/package.json index 2070461a54e4..431d27598bce 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -37,10 +37,10 @@ "@storybook/client-api": "5.3.0-alpha.22", "@storybook/client-logger": "5.3.0-alpha.22", "@storybook/core-events": "5.3.0-alpha.22", - "@storybook/node-logger": "5.3.0-alpha.22", + "@storybook/node-logger": "6.4.0", "@storybook/router": "5.3.0-alpha.22", "@storybook/theming": "5.3.0-alpha.22", - "@storybook/ui": "5.3.0-alpha.22", + "@storybook/ui": "6.4.0", "airbnb-js-shims": "^1 || ^2", "ansi-to-html": "^0.6.11", "autoprefixer": "^9.4.9",