From e6bfda98294717e64662db1cc12a1fe6821ede26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Feb 2021 23:17:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1056767 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d33da14eee723..fd1340cd46a304 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", @@ -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",