From 534096a82c5145f36aa3a8f54203131865482635 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Jan 2024 14:23:20 +0000 Subject: [PATCH] fix: template/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index b44f30b9f9a..15c42fd5cb0 100644 --- a/template/package.json +++ b/template/package.json @@ -19,7 +19,7 @@ "@react-native-community/eslint-config": "^3.0.0", "babel-jest": "^26.6.3", "eslint": "^8.19.0", - "jest": "^26.6.3", + "jest": "^27.0.0", "metro-react-native-babel-preset": "0.72.3", "react-test-renderer": "18.2.0" },