Skip to content

Commit

Permalink
chore(deps): bump @react-navigation/stack from 6.3.12 to 6.3.13 (#1003)
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.12 to 6.3.13.
- [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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 15, 2023
1 parent e9bd86c commit c9e5c91
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 @@ -30,7 +30,7 @@
"@otplib/plugin-crypto-js": "^12.0.1",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^6.1.3",
"@react-navigation/stack": "^6.3.12",
"@react-navigation/stack": "^6.3.13",
"@types/aes-js": "^3.1.1",
"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 @@ -2667,10 +2667,10 @@
react-is "^16.13.0"
use-latest-callback "^0.1.5"

"@react-navigation/elements@^1.3.14":
version "1.3.14"
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.14.tgz#ee9ef7f57e0877700ebb359947728b255bbb9c65"
integrity sha512-RBbPhYq+KNFPAkWPaHB9gypq0jTGp/0fkMwRLToJ8jkLtWG4LV+JoQ/erFQnVARkR3Q807n0VnES15EYP4ITMQ==
"@react-navigation/elements@^1.3.15":
version "1.3.15"
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.15.tgz#b8aebf101080057508b98cb5da4173c72c095db0"
integrity sha512-CR4CEYJVY0OLyeLQi9N3Z2o4K47gXctvFxfZizDuW1xFtCJbA0eGvpjSLXEWHoY0hFjrlC6KinpdepGHVxhYIg==

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

"@react-navigation/stack@^6.3.12":
version "6.3.12"
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.3.12.tgz#8e3779efd0b2ad015f62b89193b9eacecb41fab2"
integrity sha512-sDclO/EflZUbfxZZlz5fk3A0wfegeCOEKGznP9n53s+JrDJL2Dc24Gufg56ENLNRX3CiE1KzsaM4SQLJYf/zsA==
"@react-navigation/stack@^6.3.13":
version "6.3.13"
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.3.13.tgz#f3dac5ac010c439491dcf35d64687bae608623ec"
integrity sha512-ZopcU5OC5ZvP2dJqwq4sQgCSPUslE0QMIAUbNbJmlrGIQBwzlCVV4v/NZPuPHQs/uEVVOEHqrNIuFfn00uv5dg==
dependencies:
"@react-navigation/elements" "^1.3.14"
"@react-navigation/elements" "^1.3.15"
color "^4.2.3"
warn-once "^0.1.0"

Expand Down

0 comments on commit c9e5c91

Please sign in to comment.