From 570273c8ba47d13a22a7065c7801cd1d64209dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:21:52 +0000 Subject: [PATCH] chore(deps): bump tar from 7.5.1 to 7.5.7 in /examples/ExpoMessaging Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.1 to 7.5.7. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.5.1...v7.5.7) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/ExpoMessaging/yarn.lock | 40 +++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/examples/ExpoMessaging/yarn.lock b/examples/ExpoMessaging/yarn.lock index 104da149c..edcca425f 100644 --- a/examples/ExpoMessaging/yarn.lock +++ b/examples/ExpoMessaging/yarn.lock @@ -1533,7 +1533,15 @@ resolved "https://registry.yarnpkg.com/@firebase/webchannel-wrapper/-/webchannel-wrapper-1.0.4.tgz#9d5b4b6f23309260a12856cb574c5e64e6c133f7" integrity sha512-6m8+P+dE/RPl4OPzjTxcTbQ0rGeRyeTvAi9KwIffBVCiAMKrfXfLZaqD1F+m8t4B5/Q5aHsMozOgirkH1F5oMQ== -"@gorhom/bottom-sheet@^5.1.6", "@gorhom/bottom-sheet@^5.1.8": +"@gorhom/bottom-sheet@5.1.8": + version "5.1.8" + resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-5.1.8.tgz#65547917f5b1dae5a1291dabd4ea8bfee09feba4" + integrity sha512-QuYIVjn3K9bW20n5bgOSjvxBYoWG4YQXiLGOheEAMgISuoT6sMcA270ViSkkb0fenPxcIOwzCnFNuxmr739T9A== + dependencies: + "@gorhom/portal" "1.0.14" + invariant "^2.2.4" + +"@gorhom/bottom-sheet@^5.1.6": version "5.2.6" resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-5.2.6.tgz#5f2045f6ca965383afe39f7dfa3afad1502b7467" integrity sha512-vmruJxdiUGDg+ZYcDmS30XDhq/h/+QkINOI5LY/uGjx8cPGwgJW0H6AB902gNTKtccbiKe/rr94EwdmIEz+LAQ== @@ -6025,8 +6033,10 @@ stream-buffers@2.2.x: integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg== "stream-chat-expo@link:../../package/expo-package": - version "0.0.0" - uid "" + version "8.1.0" + dependencies: + mime "^4.0.7" + stream-chat-react-native-core "8.1.0" stream-chat-react-native-core@8.1.0: version "8.1.0" @@ -6049,8 +6059,22 @@ stream-chat-react-native-core@8.1.0: use-sync-external-store "^1.5.0" "stream-chat-react-native-core@link:../../package": - version "0.0.0" - uid "" + version "8.1.0" + dependencies: + "@gorhom/bottom-sheet" "5.1.8" + "@ungap/structured-clone" "^1.3.0" + dayjs "1.11.13" + emoji-regex "^10.4.0" + i18next "^25.2.1" + intl-pluralrules "^2.0.1" + linkifyjs "^4.3.1" + lodash-es "4.17.21" + mime-types "^2.1.35" + path "0.12.7" + react-native-markdown-package "1.8.2" + react-native-url-polyfill "^2.0.0" + stream-chat "^9.27.2" + use-sync-external-store "^1.5.0" stream-chat@^9.27.2: version "9.27.2" @@ -6215,9 +6239,9 @@ tapable@^2.2.0: integrity sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg== tar@^7.4.3: - version "7.5.1" - resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.1.tgz#750a8bd63b7c44c1848e7bf982260a083cf747c9" - integrity sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g== + version "7.5.7" + resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.7.tgz#adf99774008ba1c89819f15dbd6019c630539405" + integrity sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ== dependencies: "@isaacs/fs-minipass" "^4.0.0" chownr "^3.0.0"