Skip to content

Commit

Permalink
chore(deps): bump @react-navigation/stack from 6.3.0 to 6.3.1 (#710)
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.0 to 6.3.1.
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/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]>

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 Sep 21, 2022
1 parent d5e2e03 commit f2cbe36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@otplib/plugin-crypto-js": "^12.0.1",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.0",
"@react-navigation/stack": "^6.3.1",
"@types/aes-js": "^3.1.1",
"aes-js": "^3.1.2",
"buffer": "^6.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2809,10 +2809,10 @@
dependencies:
nanoid "^3.1.23"

"@react-navigation/stack@^6.3.0":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.3.0.tgz#3b268c5c61eba17fff1ed711e20ea94a9d5a1809"
integrity sha512-CCzdXkt57t3ikfV8TQIA7p4srf/o35ncT22ciGOAwZorB1M7Lqga18tsEqkk9R3qENl12a1Ei6VC7dkZezDXQQ==
"@react-navigation/stack@^6.3.1":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.3.1.tgz#71f53d7598332765da08f78b56aeae245cc98cb6"
integrity sha512-WkURDiSip8QpB+cuEbp5GfDPDGxER7w7ooJVgG3J2nJNnYuKxsZR7qnlqWL2vjQW81NzKQpT7xrCADy+mfvIiQ==
dependencies:
"@react-navigation/elements" "^1.3.6"
color "^4.2.3"
Expand Down

0 comments on commit f2cbe36

Please sign in to comment.