From 1546db460ff7e51abfba62e8ddf6de55479fc7a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Nov 2024 03:50:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4ac5b82e0..7a2008d17 100644 --- a/package.json +++ b/package.json @@ -51,9 +51,9 @@ "eslint-plugin-react-native": "^4.0.0", "eslint-plugin-standard": "^4.0.0", "i": "^0.3.5", - "jest": "^26.0.1", + "jest": "^27.0.0", "react": "16.11.0", - "react-native": "^0.68.0", + "react-native": "^0.75.0", "ts-jest": "^26.0.0", "typescript": "^3.9.5" },