diff options
author | Hailey <me@haileyok.com> | 2024-06-07 19:17:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-08 03:17:00 +0100 |
commit | 5f63b8d40f7ede8bbaaf1d1f68200126896f061b (patch) | |
tree | 72e470faecb5112fdc0f9d6a2157977e99ffa78a /yarn.lock | |
parent | 480a40862f329f98a37772f01fd774d0e6d89a9e (diff) | |
download | voidsky-5f63b8d40f7ede8bbaaf1d1f68200126896f061b.tar.zst |
Bump `expo-notifications` to fix NPE (#4425)
* bump library * rename patch file
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock index bf8828756..321cd746d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12180,10 +12180,10 @@ expo-navigation-bar@~3.0.4: "@react-native/normalize-colors" "~0.74.83" debug "^4.3.2" -expo-notifications@~0.28.3: - version "0.28.3" - resolved "https://registry.yarnpkg.com/expo-notifications/-/expo-notifications-0.28.3.tgz#9076c2bd69c3de3338a2e2161c8bd5f18cb440cb" - integrity sha512-Xaj82eQUJzJXa8+giZr708ih86GGtkGS8N01epoiDkTKC8Z9783UJ8Pf8+PSFSfHsY3Sd8TJpQrD9n7QnGHwGQ== +expo-notifications@~0.28.7: + version "0.28.7" + resolved "https://registry.yarnpkg.com/expo-notifications/-/expo-notifications-0.28.7.tgz#14826c10d126b1dd16d1604add2a4766aecf7591" + integrity sha512-P68/IlnxTtKjfHy22nC+o/H4VSgBVrmTQcx42JCevTbVQB8JTITmR42hvpZh8GUecB7jNOsuVokTTDZDE6aSyg== dependencies: "@expo/image-utils" "^0.5.0" "@ide/backoff" "^1.0.0" |