From 4ce3829e6452cda67755fd0cc5df2262247fc0f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Jan 2026 15:35:00 +0000 Subject: [PATCH] fix: upgrade expo-notifications from 0.31.4 to 0.32.15 Snyk has created this PR to upgrade expo-notifications from 0.31.4 to 0.32.15. See this package in npm: expo-notifications See this project in Snyk: https://app.snyk.io/org/advikagupta30/project/ac665832-acbc-4e13-8521-aa0bc5885bc1?utm_source=github&utm_medium=referral&page=upgrade-pr --- sample/expo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/expo/package.json b/sample/expo/package.json index 3bbe00b..a2860c6 100644 --- a/sample/expo/package.json +++ b/sample/expo/package.json @@ -22,7 +22,7 @@ "expo": "^53.0.0", "expo-build-properties": "~0.14.8", "expo-firebase-messaging": "^2.0.0", - "expo-notifications": "~0.31.4", + "expo-notifications": "~0.32.15", "expo-system-ui": "~5.0.11", "react": "19.0.0", "react-native": "0.79.5",