diff --git a/package-lock.json b/package-lock.json index 755a8bd..68010e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5039,11 +5039,6 @@ "requires": { "react-is": "^16.7.0" } - }, - "react-is": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.9.0.tgz", - "integrity": "sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==" } } }, @@ -5064,11 +5059,6 @@ "requires": { "react-is": "^16.7.0" } - }, - "react-is": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.9.0.tgz", - "integrity": "sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==" } } }, @@ -16473,8 +16463,7 @@ "react-is": { "version": "16.9.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.9.0.tgz", - "integrity": "sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==", - "dev": true + "integrity": "sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==" }, "react-lifecycles-compat": { "version": "3.0.4", @@ -16660,9 +16649,9 @@ "integrity": "sha512-0D99kvdFZCJMMIMd0ThosAWlOhDCPDuhMxLijWE0/ZBhGCknvihg0R5jEyv9spxXyvgjKhUE+aLm27XV+1eLhQ==" }, "react-native-safe-area-view": { - "version": "0.14.7", - "resolved": "https://registry.npmjs.org/react-native-safe-area-view/-/react-native-safe-area-view-0.14.7.tgz", - "integrity": "sha512-fmuBYpvKDJK33bimo4JXrK2BN2CGw7nof1y1LDRgzqv+FZ3eADSDGshprN8WeQqSZjQ20hJx1CiWk28Edg/v4Q==", + "version": "0.14.8", + "resolved": "https://registry.npmjs.org/react-native-safe-area-view/-/react-native-safe-area-view-0.14.8.tgz", + "integrity": "sha512-MtRSIcZNstxv87Jet+UsPhEd1tpGe8cVskDXlP657x6rHpSrbrc+y13ZNXrwAgGNNhqQNX7UJT68ZIq//ZRmvw==", "requires": { "hoist-non-react-statics": "^2.3.1" } @@ -16701,9 +16690,9 @@ } }, "react-navigation": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/react-navigation/-/react-navigation-4.0.0.tgz", - "integrity": "sha512-Tgh1XKr1jDcIWkn3suUYNhow674G8GhZKDs9cetpji6NCj+79yuNgFr9KQc9fsWFWSw4Byau9Ny8ZRZBR1eomg==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/react-navigation/-/react-navigation-4.0.4.tgz", + "integrity": "sha512-MZeVkYkFTKZobhrXMV3Hgeg0HHeokCrYsbxActVfO0n6zfzm0/La6EiC2mIHiwOymvb1ZygyFf90vryLUMEBNA==", "requires": { "@react-navigation/core": "^3.5.0", "@react-navigation/native": "^3.6.2" diff --git a/package.json b/package.json index 174c8d3..7f8d5f3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react": "16.9.0", "react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz", "react-native-paper": "2.0.1", - "react-navigation": "4.0.0", + "react-navigation": "4.0.4", "unstated": "2.1.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 7f499ea..0124957 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5989,9 +5989,9 @@ react-native-vector-icons@4.5.0: xmldoc "^0.4.0" yargs "^9.0.0" -react-navigation@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-4.0.0.tgz#b83faf5490c26ef126e384bac7a2e755fe6ef777" +react-navigation@4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-4.0.4.tgz#afa43c7183891d38708cf57f1d4394fed1d4c2ad" dependencies: "@react-navigation/core" "^3.5.0" "@react-navigation/native" "^3.6.2"