From 53c9e75f8e05f495841cc6a11c0e6fbed5e914aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Oct 2021 13:45:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-HERMESENGINE-1727253 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index adea9b3a55dcda..83054e5e1cbed2 100644 --- a/package.json +++ b/package.json @@ -173,12 +173,12 @@ "husky": "7.0.0", "inquirer": "7.1.0", "jest": "26.6.3", - "jest-junit": "11.0.0", + "jest-junit": "13.0.0", "jest-message-util": "27.0.6", "jest-serializer-enzyme": "1.0.0", "jest-watch-typeahead": "0.6.1", "jsdom": "16.4.0", - "lerna": "3.22.1", + "lerna": "4.0.0", "lint-staged": "9.2.5", "lodash": "4.17.21", "make-dir": "3.0.0", @@ -194,7 +194,7 @@ "progress": "2.0.3", "react": "17.0.1", "react-dom": "17.0.1", - "react-native": "0.64.0", + "react-native": "0.65.0", "react-native-url-polyfill": "1.1.2", "react-test-renderer": "17.0.1", "rimraf": "3.0.2",