From 0c64950de21b4166f5d76742aa0fea7f41e85ba7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 18:32:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-LODASH-567746 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-UAPARSERJS-1023599 - https://snyk.io/vuln/SNYK-JS-UAPARSERJS-610226 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922 - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-UAPARSERJS-1072471 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-ACORN-559469 - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NWSAPI-2841516 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/SNYK-JS-KINDOF-537849 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 2d33da14eee7..0c9265042437 100644 --- a/package.json +++ b/package.json @@ -158,24 +158,24 @@ "commander": "^2.9.0", "compression": "^1.7.1", "connect": "^3.6.5", - "create-react-class": "^15.6.3", + "create-react-class": "^15.7.0", "debug": "^2.2.0", "denodeify": "^1.2.1", "envinfo": "^5.7.0", "errorhandler": "^1.5.0", "escape-string-regexp": "^1.0.5", "event-target-shim": "^1.0.5", - "fbjs": "^1.0.0", + "fbjs": "^3.0.1", "fbjs-scripts": "^1.0.0", "fs-extra": "^1.0.0", "glob": "^7.1.1", "graceful-fs": "^4.1.3", - "inquirer": "^3.0.6", + "inquirer": "^9.0.0", "jest": "24.0.0-alpha.6", - "jest-junit": "5.2.0", + "jest-junit": "13.0.0", "lodash": "^4.17.5", - "metro": "0.50.0", - "metro-babel-register": "0.50.0", + "metro": "0.80.11", + "metro-babel-register": "0.66.1", "metro-core": "0.50.0", "metro-memory-fs": "0.50.0", "mime": "^1.3.4", @@ -203,7 +203,7 @@ "ws": "^1.1.0", "xcode": "^1.0.0", "xmldoc": "^0.4.0", - "yargs": "^9.0.0" + "yargs": "^17.3.0" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -223,7 +223,7 @@ "eslint-plugin-react-native": "3.5.0", "flow-bin": "^0.87.0", "jest": "24.0.0-alpha.6", - "jest-junit": "5.2.0", + "jest-junit": "13.0.0", "prettier": "1.13.6", "react": "16.6.1", "react-native-dummy": "0.1.0",