From 6c16684c03aea79c83abeb18b06ef5bdd4125907 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Aug 2020 23:17:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2d33da14eee723..6812e587cc9658 100644 --- a/package.json +++ b/package.json @@ -171,9 +171,9 @@ "glob": "^7.1.1", "graceful-fs": "^4.1.3", "inquirer": "^3.0.6", - "jest": "24.0.0-alpha.6", + "jest": "24.0.0", "jest-junit": "5.2.0", - "lodash": "^4.17.5", + "lodash": "^4.17.17", "metro": "0.50.0", "metro-babel-register": "0.50.0", "metro-core": "0.50.0", @@ -222,7 +222,7 @@ "eslint-plugin-react": "7.8.2", "eslint-plugin-react-native": "3.5.0", "flow-bin": "^0.87.0", - "jest": "24.0.0-alpha.6", + "jest": "24.0.0", "jest-junit": "5.2.0", "prettier": "1.13.6", "react": "16.6.1",