From 4ab38d49664bf4d44a76ab2ea4cc4aeffcc45361 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Mar 2021 12:36:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2d33da14eee723..1c6bf5381df3d5 100644 --- a/package.json +++ b/package.json @@ -171,8 +171,8 @@ "glob": "^7.1.1", "graceful-fs": "^4.1.3", "inquirer": "^3.0.6", - "jest": "24.0.0-alpha.6", - "jest-junit": "5.2.0", + "jest": "25.0.0", + "jest-junit": "6.2.0", "lodash": "^4.17.5", "metro": "0.50.0", "metro-babel-register": "0.50.0", @@ -203,7 +203,7 @@ "ws": "^1.1.0", "xcode": "^1.0.0", "xmldoc": "^0.4.0", - "yargs": "^9.0.0" + "yargs": "^10.0.0" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -222,8 +222,8 @@ "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-junit": "5.2.0", + "jest": "25.0.0", + "jest-junit": "6.2.0", "prettier": "1.13.6", "react": "16.6.1", "react-native-dummy": "0.1.0",