From 5af8ba07962bccad91a3e6d1e49d96762926922e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Nov 2023 23:12:58 +0000 Subject: [PATCH] fix: app/svelte/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-POSTCSS-5926692 - 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 - https://dev.snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- app/svelte/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/svelte/package.json b/app/svelte/package.json index 4ada252744e3..54cbda72be8f 100644 --- a/app/svelte/package.json +++ b/app/svelte/package.json @@ -32,7 +32,7 @@ "prepare": "node ../../scripts/prepare.js" }, "dependencies": { - "@storybook/core": "5.3.0-alpha.22", + "@storybook/core": "6.2.0", "core-js": "^3.0.1", "global": "^4.3.2", "regenerator-runtime": "^0.13.3",