Skip to content

Commit

Permalink
chore(deps): bump @react-navigation/stack from 6.3.18 to 6.3.19 (#1305)
Browse files Browse the repository at this point in the history
Bumps [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/stack) from 6.3.18 to 6.3.19.
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/[email protected]/packages/stack/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/[email protected]/packages/stack)

---
updated-dependencies:
- dependency-name: "@react-navigation/stack"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent edbc9f6 commit 399a9f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@otplib/plugin-crypto-js": "^12.0.1",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.18",
"@react-navigation/stack": "^6.3.19",
"@types/aes-js": "^3.1.2",
"aes-js": "^3.1.2",
"buffer": "^6.0.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2888,10 +2888,10 @@
react-is "^16.13.0"
use-latest-callback "^0.1.7"

"@react-navigation/elements@^1.3.19":
version "1.3.19"
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.19.tgz#18a4a754836af19c20d987e8ffc4f8b0ee2cbece"
integrity sha512-7hLvSYKPuDS070pza5gd43WDX7QgfuEmuTWNbCJhKdWlLudYmq3qzxGCBwCfO2dEI6+p8tla5wruaWiGKAbTYw==
"@react-navigation/elements@^1.3.20":
version "1.3.20"
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.20.tgz#8fc7829035129354eef115229c5537dbe2d004c8"
integrity sha512-/9YT9tp1R4ejXt+5cqcQnShTIv790sAAxeqizF1zLnSldmbHmb2kxxbCW6UhyhqRnTLF3UFpZwwgy4A8AP/MzA==

"@react-navigation/native@^6.1.9":
version "6.1.9"
Expand All @@ -2910,12 +2910,12 @@
dependencies:
nanoid "^3.1.23"

"@react-navigation/stack@^6.3.18":
version "6.3.18"
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.3.18.tgz#4e27bcec6d4edc2275cbb6164089db0d95888053"
integrity sha512-jAXneaLAs57xvyMFkebEyGCZDyz90KnaN7fM9f5Bu+Gx3KnoppdNfT4drpmN/f5f32L0eXS4aRAvuDrFT1mFfw==
"@react-navigation/stack@^6.3.19":
version "6.3.19"
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.3.19.tgz#8d254d8fe7ddb0ce65c4ac254e0bcce465a64300"
integrity sha512-uRGRoYGbUbEsCAXtBKtcFRV1jZ9vEEjkQS4yydjbTvBxsEJv1mrtdLh84cjJnT89E850y6QP5GUyjji8vtekkg==
dependencies:
"@react-navigation/elements" "^1.3.19"
"@react-navigation/elements" "^1.3.20"
color "^4.2.3"
warn-once "^0.1.0"

Expand Down

0 comments on commit 399a9f1

Please sign in to comment.