From 6c80ca53414c6fc34417e847b1b1c9112390475b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:08:32 +0000 Subject: [PATCH] chore(deps): bump @react-navigation/native in /fixture/react-native Bumps [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) from 7.1.31 to 7.2.2. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native@7.2.2/packages/native/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@7.2.2/packages/native) --- updated-dependencies: - dependency-name: "@react-navigation/native" dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- fixture/react-native/package.json | 2 +- fixture/react-native/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/fixture/react-native/package.json b/fixture/react-native/package.json index 4d65d5a6d..8c2ee61ff 100644 --- a/fixture/react-native/package.json +++ b/fixture/react-native/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@d11/react-native-fast-image": "^8.13.0", - "@react-navigation/native": "^7.1.31", + "@react-navigation/native": "^7.2.2", "@react-navigation/stack": "^7.8.2", "@shopify/flash-list": "link:../../", "react": "19.2.3", diff --git a/fixture/react-native/yarn.lock b/fixture/react-native/yarn.lock index cd5cf280f..deaaf7e98 100644 --- a/fixture/react-native/yarn.lock +++ b/fixture/react-native/yarn.lock @@ -1805,10 +1805,10 @@ invariant "^2.2.4" nullthrows "^1.1.1" -"@react-navigation/core@^7.15.1": - version "7.15.1" - resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-7.15.1.tgz#c40ddec61e5b1194db3100f871ba45a8f1480c27" - integrity sha512-Fqr6qxfZJIC4ewho7LtTa9zz6hcOzohX7D1lcDfrkGaYkS5xBwEZViGNxCJK/czUc74ua8NThyrObQFjB6Q/RQ== +"@react-navigation/core@^7.17.2": + version "7.17.2" + resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-7.17.2.tgz#8a17b73faf7c0688a4749dcac8c7350d8f93e943" + integrity sha512-Rt2OZwcgOmjv401uLGAKaRM6xo0fiBce/A7LfRHI1oe5FV+KooWcgAoZ2XOtgKj6UzVMuQWt3b2e6rxo/mDJRA== dependencies: "@react-navigation/routers" "^7.5.3" escape-string-regexp "^4.0.0" @@ -1828,12 +1828,12 @@ use-latest-callback "^0.2.4" use-sync-external-store "^1.5.0" -"@react-navigation/native@^7.1.31": - version "7.1.31" - resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-7.1.31.tgz#0a659f235df6494c94792e1f6f865929597fbd79" - integrity sha512-+YCUwtfDgsux59Q0LDHc3Zid9ih93ecUCFWZOH6/+eNoUGnWx77wjS6ZfvBO/7E+EiIup11IVShDzCHR4of8hw== +"@react-navigation/native@^7.2.2": + version "7.2.2" + resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-7.2.2.tgz#c9438fe8393454d74fdb7f959ac9abede52b1f8e" + integrity sha512-kem1Ko2BcbAjmbQIv66dNmr6EtfDut3QU0qjsVhMnLLhktwyXb6FzZYp8gTrUb6AvkAbaJoi+BF5Pl55pAUa5w== dependencies: - "@react-navigation/core" "^7.15.1" + "@react-navigation/core" "^7.17.2" escape-string-regexp "^4.0.0" fast-deep-equal "^3.1.3" nanoid "^3.3.11"