From e132a939accdd078a509f940666a05058ad8ceea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 13:43:48 +0000 Subject: [PATCH] fix: app/preact/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://dev.snyk.io/vuln/SNYK-JS-MARKDOWNTOJSX-6258886 --- app/preact/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/preact/package.json b/app/preact/package.json index 267711900e16..09d94ceba9a9 100644 --- a/app/preact/package.json +++ b/app/preact/package.json @@ -35,7 +35,7 @@ "dependencies": { "@babel/plugin-transform-react-jsx": "^7.3.0", "@storybook/addons": "5.3.0-alpha.22", - "@storybook/core": "5.3.0-alpha.22", + "@storybook/core": "6.2.0", "@types/webpack-env": "^1.13.9", "core-js": "^3.0.1", "global": "^4.3.2",