From a59cdc8ab0aa1d6fd1f7d95df6ce59c152f10894 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 May 2021 19:55:35 +0000 Subject: [PATCH] fix: app/react-native/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NORMALIZEURL-1296539 --- app/react-native/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/react-native/package.json b/app/react-native/package.json index 22b2d4ded54e..98ac054766f4 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -29,7 +29,7 @@ "@storybook/addon-links": "^3.4.0-alpha.4", "@storybook/addons": "^3.4.0-alpha.4", "@storybook/channel-websocket": "^3.4.0-alpha.4", - "@storybook/core": "^3.4.0-alpha.4", + "@storybook/core": "^4.0.0", "@storybook/ui": "^3.4.0-alpha.4", "autoprefixer": "^7.2.5", "babel-loader": "^7.1.2", @@ -48,7 +48,7 @@ "babel-runtime": "^6.26.0", "case-sensitive-paths-webpack-plugin": "^2.1.1", "commander": "^2.13.0", - "css-loader": "^0.28.8", + "css-loader": "^1.0.0", "express": "^4.16.2", "file-loader": "^1.1.6", "find-cache-dir": "^1.0.0",