From 763e9b6d8636ccbe5dcb3540196df4893328a9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 09:31:34 +0000 Subject: [PATCH] chore(deps-dev): bump react-native from 0.70.4 to 0.70.5 Bumps [react-native](https://github.com/facebook/react-native) from 0.70.4 to 0.70.5. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/compare/v0.70.4...v0.70.5) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 44799f768..6d544cd13 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "flow-copy-source": "^2.0.9", "jest": "^29.2.2", "react": "18.1.0", - "react-native": "0.70.4", + "react-native": "0.70.5", "react-test-renderer": "18.1.0", "strip-ansi": "^6.0.0", "typescript": "^4.0.2" diff --git a/yarn.lock b/yarn.lock index f84e66be8..c33893465 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6600,10 +6600,10 @@ react-native-gradle-plugin@^0.70.3: resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.3.tgz#cbcf0619cbfbddaa9128701aa2d7b4145f9c4fc8" integrity sha512-oOanj84fJEXUg9FoEAQomA8ISG+DVIrTZ3qF7m69VQUJyOGYyDZmPqKcjvRku4KXlEH6hWO9i4ACLzNBh8gC0A== -react-native@0.70.4: - version "0.70.4" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.4.tgz#f2a3a7996431a47a45ce1f5097352c5721417516" - integrity sha512-1e4jWotS20AJ/4lGVkZQs2wE0PvCpIRmPQEQ1FyH7wdyuewFFIxbUHqy6vAj1JWVFfAzbDakOQofrIkkHWLqNA== +react-native@0.70.5: + version "0.70.5" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.5.tgz#f60540b21d338891086e0a834e331c124dd1f55c" + integrity sha512-5NZM80LC3L+TIgQX/09yiyy48S73wMgpIgN5cCv3XTMR394+KpDI3rBZGH4aIgWWuwijz31YYVF5504+9n2Zfw== dependencies: "@jest/create-cache-key-function" "^29.0.3" "@react-native-community/cli" "9.2.1"