From 10347d17647bc65271b61f75b3883c224925d282 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 06:42:33 +0000 Subject: [PATCH] fix: tests/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- tests/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/package.json b/tests/package.json index 6563ef31ed..009a8574ff 100644 --- a/tests/package.json +++ b/tests/package.json @@ -35,9 +35,9 @@ "prop-types": "^15.6.0", "query-string": "^5.0.0", "react": "^16.0.0", - "react-native": "^0.49.1", + "react-native": "^0.69.12", "react-native-vector-icons": "^4.0.0", - "react-navigation": "^1.0.0-beta.9", + "react-navigation": "^5.0.0", "react-redux": "^5.0.3", "react-test-renderer": "16.0.0-alpha.12", "redux": "^3.6.0",