From 9dd244f86d7b17e166d7a150fdeeb7e131606a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:35:19 +0000 Subject: [PATCH] Bump @react-navigation/stack from 6.3.18 to 6.3.20 in /GraphRNSample Bumps [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/stack) from 6.3.18 to 6.3.20. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/stack@6.3.20/packages/stack/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/stack@6.3.20/packages/stack) --- updated-dependencies: - dependency-name: "@react-navigation/stack" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- GraphRNSample/package-lock.json | 30 +++++++++++++++--------------- GraphRNSample/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/GraphRNSample/package-lock.json b/GraphRNSample/package-lock.json index 7265e3b..47ecc69 100644 --- a/GraphRNSample/package-lock.json +++ b/GraphRNSample/package-lock.json @@ -13,7 +13,7 @@ "@react-native-community/datetimepicker": "^7.5.0", "@react-navigation/drawer": "^6.6.2", "@react-navigation/native": "^6.1.8", - "@react-navigation/stack": "^6.3.18", + "@react-navigation/stack": "^6.3.20", "date-fns": "^2.30.0", "date-fns-tz": "^2.0.0", "react": "18.2.0", @@ -4817,9 +4817,9 @@ } }, "node_modules/@react-navigation/elements": { - "version": "1.3.19", - "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-1.3.19.tgz", - "integrity": "sha512-7hLvSYKPuDS070pza5gd43WDX7QgfuEmuTWNbCJhKdWlLudYmq3qzxGCBwCfO2dEI6+p8tla5wruaWiGKAbTYw==", + "version": "1.3.21", + "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-1.3.21.tgz", + "integrity": "sha512-eyS2C6McNR8ihUoYfc166O1D8VYVh9KIl0UQPI8/ZJVsStlfSTgeEEh+WXge6+7SFPnZ4ewzEJdSAHH+jzcEfg==", "peerDependencies": { "@react-navigation/native": "^6.0.0", "react": "*", @@ -4862,11 +4862,11 @@ } }, "node_modules/@react-navigation/stack": { - "version": "6.3.18", - "resolved": "https://registry.npmjs.org/@react-navigation/stack/-/stack-6.3.18.tgz", - "integrity": "sha512-jAXneaLAs57xvyMFkebEyGCZDyz90KnaN7fM9f5Bu+Gx3KnoppdNfT4drpmN/f5f32L0eXS4aRAvuDrFT1mFfw==", + "version": "6.3.20", + "resolved": "https://registry.npmjs.org/@react-navigation/stack/-/stack-6.3.20.tgz", + "integrity": "sha512-vE6mgZzOgoa5Uy7ayT97Cj+ZIK7DK+JBYVuKUViILlWZy6IWK7HFDuqoChSbZ1ajTIfAxj/acVGg1jkbAKsToA==", "dependencies": { - "@react-navigation/elements": "^1.3.19", + "@react-navigation/elements": "^1.3.21", "color": "^4.2.3", "warn-once": "^0.1.0" }, @@ -19206,9 +19206,9 @@ } }, "@react-navigation/elements": { - "version": "1.3.19", - "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-1.3.19.tgz", - "integrity": "sha512-7hLvSYKPuDS070pza5gd43WDX7QgfuEmuTWNbCJhKdWlLudYmq3qzxGCBwCfO2dEI6+p8tla5wruaWiGKAbTYw==", + "version": "1.3.21", + "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-1.3.21.tgz", + "integrity": "sha512-eyS2C6McNR8ihUoYfc166O1D8VYVh9KIl0UQPI8/ZJVsStlfSTgeEEh+WXge6+7SFPnZ4ewzEJdSAHH+jzcEfg==", "requires": {} }, "@react-navigation/native": { @@ -19238,11 +19238,11 @@ } }, "@react-navigation/stack": { - "version": "6.3.18", - "resolved": "https://registry.npmjs.org/@react-navigation/stack/-/stack-6.3.18.tgz", - "integrity": "sha512-jAXneaLAs57xvyMFkebEyGCZDyz90KnaN7fM9f5Bu+Gx3KnoppdNfT4drpmN/f5f32L0eXS4aRAvuDrFT1mFfw==", + "version": "6.3.20", + "resolved": "https://registry.npmjs.org/@react-navigation/stack/-/stack-6.3.20.tgz", + "integrity": "sha512-vE6mgZzOgoa5Uy7ayT97Cj+ZIK7DK+JBYVuKUViILlWZy6IWK7HFDuqoChSbZ1ajTIfAxj/acVGg1jkbAKsToA==", "requires": { - "@react-navigation/elements": "^1.3.19", + "@react-navigation/elements": "^1.3.21", "color": "^4.2.3", "warn-once": "^0.1.0" } diff --git a/GraphRNSample/package.json b/GraphRNSample/package.json index 0b5a4c6..f712243 100644 --- a/GraphRNSample/package.json +++ b/GraphRNSample/package.json @@ -15,7 +15,7 @@ "@react-native-community/datetimepicker": "^7.5.0", "@react-navigation/drawer": "^6.6.2", "@react-navigation/native": "^6.1.8", - "@react-navigation/stack": "^6.3.18", + "@react-navigation/stack": "^6.3.20", "date-fns": "^2.30.0", "date-fns-tz": "^2.0.0", "react": "18.2.0",