From 4076dcffe2d7a0ce53e0af3da3f16aeec98a1702 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Sep 2023 19:36:58 +0000 Subject: [PATCH] fix: app/rax/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-BROWSERSLIST-1090194 - https://dev.snyk.io/vuln/SNYK-JS-EJS-1049328 - https://dev.snyk.io/vuln/SNYK-JS-EJS-2803307 - https://dev.snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - 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-IMMER-1019369 - https://dev.snyk.io/vuln/SNYK-JS-IMMER-1540542 - https://dev.snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 - https://dev.snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 - https://dev.snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 - https://dev.snyk.io/vuln/SNYK-JS-MARKDOWNTOJSX-3310443 - https://dev.snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - 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 - https://dev.snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 - https://dev.snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- app/rax/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/rax/package.json b/app/rax/package.json index 1916e9b57fa5..353e6f8254dc 100644 --- a/app/rax/package.json +++ b/app/rax/package.json @@ -33,7 +33,7 @@ "prepare": "node ../../scripts/prepare.js" }, "dependencies": { - "@storybook/core": "5.3.0-alpha.22", + "@storybook/core": "6.2.0", "babel-preset-rax": "^1.0.0-beta.0", "core-js": "^3.0.1", "driver-dom": "^2.0.0",