From 565706b8ca07662f095d2e81631df31e4c53c5bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 18:28:43 +0200 Subject: [PATCH] chore(deps): bump @react-navigation/native in /example (#510) Bumps [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) from 6.0.4 to 6.0.5. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/native/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@6.0.5/packages/native) --- updated-dependencies: - dependency-name: "@react-navigation/native" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example/package.json | 2 +- example/yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/example/package.json b/example/package.json index 5ac3e24..b0d9dd9 100644 --- a/example/package.json +++ b/example/package.json @@ -17,7 +17,7 @@ "@react-native-community/blur": "^3.6.0", "@react-native-community/cameraroll": "^4.0.4", "@react-native-community/slider": "^4.1.7", - "@react-navigation/native": "^6.0.4", + "@react-navigation/native": "^6.0.5", "@react-navigation/native-stack": "^6.2.2", "react": "^17.0.2", "react-native": "^0.66.0", diff --git a/example/yarn.lock b/example/yarn.lock index c068908..07e7bbf 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -979,12 +979,12 @@ resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa" integrity sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ== -"@react-navigation/core@^6.0.2": - version "6.0.2" - resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-6.0.2.tgz#301be6c28211ae2571f3e9e3f74c8f077619ccdd" - integrity sha512-Omsb670qmNfO0KGiRrOE+KXpCYQ6jXxE5uCPnj5srW31s6YDGiFl/M5sRcMyBdDXLXp5HjkQTJpU9ilmjKtL5g== +"@react-navigation/core@^6.0.3": + version "6.0.3" + resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-6.0.3.tgz#f60924c2fb52002532526a25683909abfd0946fc" + integrity sha512-Kan/mpsCsb4NS1A+yIVpWfj6BITM051QAaQM8osWB5AfEsANhG+fCjSKL4Zv5idXpF0vxDbudj6CfnwJTnja6Q== dependencies: - "@react-navigation/routers" "^6.0.1" + "@react-navigation/routers" "^6.0.2" escape-string-regexp "^4.0.0" nanoid "^3.1.23" query-string "^7.0.0" @@ -1003,19 +1003,19 @@ "@react-navigation/elements" "^1.1.2" warn-once "^0.1.0" -"@react-navigation/native@^6.0.4": - version "6.0.4" - resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-6.0.4.tgz#8a9710ce4e9b903ea12c4a4fce8709f5a37e15fe" - integrity sha512-497dGGDIZ8hDCPGj6GXZvLGHk6NvZk5k4r1cjwgqcXwutK5fS7sgD0dZP52NTQC3GvLe8PZNv6AEdMIqFrZK6A== +"@react-navigation/native@^6.0.5": + version "6.0.5" + resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-6.0.5.tgz#565748eadc48881b946a3474c74b42c507edffe8" + integrity sha512-e23rhomQS98sNMcldO2mPVFOcpizrkfdZ6d7wK8nXhkd/m43IvhGmzAgpX4Iz7MFbOFsHGlDRzwba3nlYIGm1Q== dependencies: - "@react-navigation/core" "^6.0.2" + "@react-navigation/core" "^6.0.3" escape-string-regexp "^4.0.0" nanoid "^3.1.23" -"@react-navigation/routers@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-6.0.1.tgz#ae50f07c776c18bd9fdc87f17e9f3afc3fd59d19" - integrity sha512-5ctB49rmtTRQuTSBVgqMsEzBUjPP2ByUzBjNivA7jmvk+PDCl4oZsiR8KAm/twhxe215GYThfi2vUWXKAg6EEQ== +"@react-navigation/routers@^6.0.2": + version "6.0.2" + resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-6.0.2.tgz#7b0bf01e9327e8ffc7ef2d188ea6cfec3cb8cca6" + integrity sha512-VEyBlpY+TBMTKE7qaWll/CUYcRctCrJAFx6jIgzkSxncsCOtgEeDEsDLggkGQEVAwOnftAiuXeVRlHkRswIXiw== dependencies: nanoid "^3.1.23"