Bump react-native-navigation from 7.11.2 to 7.11.3 in /example (#32)

Bumps [react-native-navigation](https://github.com/wix/react-native-navigation) from 7.11.2 to 7.11.3.
- [Release notes](https://github.com/wix/react-native-navigation/releases)
- [Changelog](https://github.com/wix/react-native-navigation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wix/react-native-navigation/compare/7.11.2...7.11.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-03-11 16:06:01 +01:00 committed by GitHub
parent b5cf804e76
commit 845a7707d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 11 deletions

View File

@ -17,7 +17,7 @@
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-gesture-handler": "^1.10.3",
"react-native-navigation": "^7.11.2",
"react-native-navigation": "^7.11.3",
"react-native-reanimated": "^2.0.0",
"react-native-static-safe-area-insets": "^2.1.1",
"react-native-vector-icons": "^8.0.0",

View File

@ -3650,16 +3650,11 @@ lodash.throttle@^4.1.1:
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
lodash@4.17.x, lodash@^4.17.10, lodash@^4.17.20:
lodash@4.17.x, lodash@^4.17.10, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.3.0:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.3.0:
version "4.17.20"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
log-symbols@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@ -4652,10 +4647,10 @@ react-native-gesture-handler@^1.10.3:
invariant "^2.2.4"
prop-types "^15.7.2"
react-native-navigation@^7.11.2:
version "7.11.2"
resolved "https://registry.yarnpkg.com/react-native-navigation/-/react-native-navigation-7.11.2.tgz#3524ac2ed122d5a2c787afc8f33b8c7ac7355ad0"
integrity sha512-P6Ua5K7QXazkpnqu+HqVAMHaUbWGUXNw434f8yyGrXwkcxtmODHbWamTFwlXYaByMSLCu1e+TXQCd+9sngj4qQ==
react-native-navigation@^7.11.3:
version "7.11.3"
resolved "https://registry.yarnpkg.com/react-native-navigation/-/react-native-navigation-7.11.3.tgz#ea0c8553bedfbded4288561d5f0b4b6dce26affe"
integrity sha512-3cCtHwa2Tqc5Uk4QFSfocfOgOSKcRgfVlZ1m40oFUGV8yx9TaqA9BlPyQnWtaaPz8lHgKA3pkUmXQpFq0zOQzw==
dependencies:
hoist-non-react-statics "3.x.x"
lodash "4.17.x"