From 26d93da945f3d232d79d09a564b4f6b8b1cc9395 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 May 2021 23:21:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1279029 --- 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",