From b2d8e2f28288b5b97bcd0b36c8c44bed517c602b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Jul 2024 08:32:13 +0000 Subject: [PATCH] fix: upgrade react-native-screens from 3.22.1 to 3.32.0 Snyk has created this PR to upgrade react-native-screens from 3.22.1 to 3.32.0. See this package in npm: react-native-screens See this project in Snyk: https://app.snyk.io/org/axelrenault92/project/597f791c-c192-46a3-91b9-565ac2ff1b69?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c256623..d08ed0b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-native-progress": "^5.0.1", "react-native-reanimated": "~3.3.0", "react-native-safe-area-context": "4.6.3", - "react-native-screens": "~3.22.0", + "react-native-screens": "~3.32.0", "react-native-svg": "13.9.0", "tailwindcss": "3.3.2" },