From fa201f1de0cf1b79a9f39b6273ef0c9327b93221 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Dec 2020 23:19:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODENOTIFIER-1035794 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2d33da14eee723..d80700c3ba37f8 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "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", "metro": "0.50.0", @@ -183,7 +183,7 @@ "mkdirp": "^0.5.1", "morgan": "^1.9.0", "node-fetch": "^2.2.0", - "node-notifier": "^5.2.1", + "node-notifier": "^9.0.0", "npmlog": "^2.0.4", "nullthrows": "^1.1.0", "opn": "^3.0.2", @@ -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",