From 51c5b10d4f60fb6bac16d209bb560d9d43b584c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:23:57 +0000 Subject: [PATCH] Bump @react-navigation/native from 6.1.4 to 6.1.9 Bumps [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) from 6.1.4 to 6.1.9. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native@6.1.9/packages/native/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@6.1.9/packages/native) --- updated-dependencies: - dependency-name: "@react-navigation/native" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45db8418..7ba0550e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@react-native-firebase/crashlytics": "^18.3.0", "@react-native-menu/menu": "^0.8.0", "@react-navigation/drawer": "^6.6.2", - "@react-navigation/native": "^6.1.4", + "@react-navigation/native": "^6.1.9", "@react-navigation/native-stack": "^6.9.12", "@reduxjs/toolkit": "^1.9.3", "colorsheet": "^1.0.5", @@ -7499,15 +7499,16 @@ } }, "node_modules/@react-navigation/core": { - "version": "6.4.6", - "license": "MIT", + "version": "6.4.10", + "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-6.4.10.tgz", + "integrity": "sha512-oYhqxETRHNHKsipm/BtGL0LI43Hs2VSFoWMbBdHK9OqgQPjTVUitslgLcPpo4zApCcmBWoOLX2qPxhsBda644A==", "dependencies": { - "@react-navigation/routers": "^6.1.6", + "@react-navigation/routers": "^6.1.9", "escape-string-regexp": "^4.0.0", "nanoid": "^3.1.23", "query-string": "^7.1.3", "react-is": "^16.13.0", - "use-latest-callback": "^0.1.5" + "use-latest-callback": "^0.1.7" }, "peerDependencies": { "react": "*" @@ -7542,10 +7543,11 @@ } }, "node_modules/@react-navigation/native": { - "version": "6.1.4", - "license": "MIT", + "version": "6.1.9", + "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-6.1.9.tgz", + "integrity": "sha512-AMuJDpwXE7UlfyhIXaUCCynXmv69Kb8NzKgKJO7v0k0L+u6xUTbt6xvshmJ79vsvaFyaEH9Jg5FMzek5/S5qNw==", "dependencies": { - "@react-navigation/core": "^6.4.6", + "@react-navigation/core": "^6.4.10", "escape-string-regexp": "^4.0.0", "fast-deep-equal": "^3.1.3", "nanoid": "^3.1.23" @@ -7571,8 +7573,9 @@ } }, "node_modules/@react-navigation/routers": { - "version": "6.1.6", - "license": "MIT", + "version": "6.1.9", + "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-6.1.9.tgz", + "integrity": "sha512-lTM8gSFHSfkJvQkxacGM6VJtBt61ip2XO54aNfswD+KMw6eeZ4oehl7m0me3CR9hnDE4+60iAZR8sAhvCiI3NA==", "dependencies": { "nanoid": "^3.1.23" } @@ -19008,7 +19011,8 @@ }, "node_modules/query-string": { "version": "7.1.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz", + "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==", "dependencies": { "decode-uri-component": "^0.2.2", "filter-obj": "^1.1.0", @@ -21488,8 +21492,12 @@ } }, "node_modules/use-latest-callback": { - "version": "0.1.5", - "license": "MIT" + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.1.7.tgz", + "integrity": "sha512-Hlrl0lskgZZpo2vIpZ4rA7qA/rAGn2PcDvDH1M47AogqMPB0qlGEdsa66AVkIUiEEDpfxA9/N6hY6MqtaNoqWA==", + "peerDependencies": { + "react": ">=16.8" + } }, "node_modules/use-sync-external-store": { "version": "1.2.0", diff --git a/package.json b/package.json index b0c062e2..dc568370 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@react-native-firebase/crashlytics": "^18.3.0", "@react-native-menu/menu": "^0.8.0", "@react-navigation/drawer": "^6.6.2", - "@react-navigation/native": "^6.1.4", + "@react-navigation/native": "^6.1.9", "@react-navigation/native-stack": "^6.9.12", "@reduxjs/toolkit": "^1.9.3", "colorsheet": "^1.0.5",