From c7f51da52295f63f45768a6ce99360b1957243fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 18:07:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MERGE-1042987 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MERGE-1040469 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2d33da14eee723..a45dcaf172c3c1 100644 --- a/package.json +++ b/package.json @@ -171,12 +171,12 @@ "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": "29.0.0", + "jest-junit": "6.2.0", "lodash": "^4.17.5", - "metro": "0.50.0", + "metro": "0.80.10", "metro-babel-register": "0.50.0", - "metro-core": "0.50.0", + "metro-core": "0.67.0", "metro-memory-fs": "0.50.0", "mime": "^1.3.4", "minimist": "^1.2.0", @@ -203,7 +203,7 @@ "ws": "^1.1.0", "xcode": "^1.0.0", "xmldoc": "^0.4.0", - "yargs": "^9.0.0" + "yargs": "^17.6.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": "29.0.0", + "jest-junit": "6.2.0", "prettier": "1.13.6", "react": "16.6.1", "react-native-dummy": "0.1.0",