From c1b1e9055c9b78657713dafdfaa7b91e412cd13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 23:24:37 +0000 Subject: [PATCH] :arrow_up: Bump @react-navigation/native in /src/client Bumps [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) from 7.1.27 to 7.1.33. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native@7.1.33/packages/native/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@7.1.33/packages/native) --- updated-dependencies: - dependency-name: "@react-navigation/native" dependency-version: 7.1.33 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/client/package-lock.json | 16 ++++++++-------- src/client/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/client/package-lock.json b/src/client/package-lock.json index e420dec..f598fb0 100644 --- a/src/client/package-lock.json +++ b/src/client/package-lock.json @@ -16,7 +16,7 @@ "@react-native-google-signin/google-signin": "^13.2.0", "@react-navigation/bottom-tabs": "^7.9.1", "@react-navigation/drawer": "^7.7.10", - "@react-navigation/native": "^7.0.14", + "@react-navigation/native": "^7.1.33", "@react-navigation/stack": "^7.3.1", "axios": "^1.12.0", "date-fns": "^4.1.0", @@ -5451,9 +5451,9 @@ } }, "node_modules/@react-navigation/core": { - "version": "7.13.7", - "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.13.7.tgz", - "integrity": "sha512-k2ABo3250vq1ovOh/iVwXS6Hwr5PVRGXoPh/ewVFOOuEKTvOx9i//OBzt8EF+HokBxS2HBRlR2b+aCOmscRqBw==", + "version": "7.16.1", + "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.16.1.tgz", + "integrity": "sha512-xhquoyhKdqDfiL7LuupbwYnmauUGfVFGDEJO34m26k8zSN1eDjQ2stBZcHN8ILOI1PrG9885nf8ZmfaQxPS0ww==", "license": "MIT", "dependencies": { "@react-navigation/routers": "^7.5.3", @@ -5514,12 +5514,12 @@ } }, "node_modules/@react-navigation/native": { - "version": "7.1.27", - "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.1.27.tgz", - "integrity": "sha512-kW7LGP/RrisktpGyizTKw6HwSeQJdXnAN9L8GyQJcJAlgL9YtfEg6yEyD5n9RWH90CL8G0cRyUhphKIAFf4lVw==", + "version": "7.1.33", + "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.1.33.tgz", + "integrity": "sha512-DpFdWGcgLajKZ1TuIvDNQsblN2QaUFWpTQaB8v7WRP9Mix8H/6TFoIrZd93pbymI2hybd6UYrD+lI408eWVcfw==", "license": "MIT", "dependencies": { - "@react-navigation/core": "^7.13.7", + "@react-navigation/core": "^7.16.1", "escape-string-regexp": "^4.0.0", "fast-deep-equal": "^3.1.3", "nanoid": "^3.3.11", diff --git a/src/client/package.json b/src/client/package.json index e535a04..cbfb253 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -27,7 +27,7 @@ "@react-native-google-signin/google-signin": "^13.2.0", "@react-navigation/bottom-tabs": "^7.9.1", "@react-navigation/drawer": "^7.7.10", - "@react-navigation/native": "^7.0.14", + "@react-navigation/native": "^7.1.33", "@react-navigation/stack": "^7.3.1", "axios": "^1.12.0", "date-fns": "^4.1.0",