From 6a9bd4a13bdf24d22f3d7408bcfe0377bc134ca2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 16:54:45 +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-SHELLJS-2332187 --- app/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/react-native/package.json b/app/react-native/package.json index b14f17975530..8c83409488cf 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -64,7 +64,7 @@ "json-loader": "^0.5.4", "json5": "^0.5.1", "postcss-loader": "^2.0.3", - "shelljs": "^0.7.7", + "shelljs": "^0.8.5", "style-loader": "^0.17.0", "url-loader": "^0.5.8", "util-deprecate": "^1.0.2",