From 38c7b25f2a6c5260fba3902b35f3b849eda7e0aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 12:22:29 +0000 Subject: [PATCH] fix: upgrade expo-notifications from 0.28.15 to 0.28.16 Snyk has created this PR to upgrade expo-notifications from 0.28.15 to 0.28.16. See this package in yarn: expo-notifications See this project in Snyk: https://app.snyk.io/org/kathawala/project/5ee18be2-8c1e-41a6-ac36-d23478b95067?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 181f6f7..c499971 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "expo-file-system": "~9.2.0", "expo-font": "~8.4.0", "expo-media-library": "~9.2.1", - "expo-notifications": "~0.28.10", + "expo-notifications": "~0.28.16", "expo-permissions": "~9.3.0", "expo-secure-store": "~9.3.0", "expo-splash-screen": "~0.7.0", diff --git a/yarn.lock b/yarn.lock index a537348..7175375 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5240,10 +5240,10 @@ expo-media-library@~9.2.1: resolved "https://registry.yarnpkg.com/expo-media-library/-/expo-media-library-9.2.1.tgz#11583e40087d77cf16e70bb7db0048d2bd1938b5" integrity sha512-A9AAGI1200P0oULoXA7U7wQ91zgPWl9GWo5H9EQvVDHp1ABX8tf2qTOad6Y0KotHYWVMIyfsVXzVYAbjJ9LxPQ== -expo-notifications@~0.28.10: - version "0.28.15" - resolved "https://registry.yarnpkg.com/expo-notifications/-/expo-notifications-0.28.15.tgz#41d43d518ee5be2b7d57f4472ba49402717d3c48" - integrity sha512-T303dw2akcG4w8HBKI7+Y1v5kFxYy53DjlBSLBMo5f22vnLTHWaa8oOhmpwGRGU4uiX56Bw4q0wywCTSgbEamQ== +expo-notifications@~0.28.16: + version "0.28.17" + resolved "https://registry.yarnpkg.com/expo-notifications/-/expo-notifications-0.28.17.tgz#e9cb4edb3159b4cd8504df27e9dfbe6e9d22ea89" + integrity sha512-tuhc/X385O1gLSBEsPpXSqmmBK6Ve6zG8u6YFa1kXILbyy83DHJuHB5ELJKo/HZdstlYeFjkDCei4haOuxCLCQ== dependencies: "@expo/image-utils" "^0.5.0" "@ide/backoff" "^1.0.0"