From 53516337e8ca775227407e3e01d0fac07f51fe19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 23:49:57 +0000 Subject: [PATCH] fix: app/mithril/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-WEBPACK-7840298 --- app/mithril/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mithril/package.json b/app/mithril/package.json index 085bea3fe029..abeb5871579f 100644 --- a/app/mithril/package.json +++ b/app/mithril/package.json @@ -36,7 +36,7 @@ "@babel/core": "^7.6.2", "@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/mithril": "^2.0.0", "core-js": "^3.0.1", "global": "^4.3.2",