From cdb596afa3a491b7363c389c11384be8e5a01fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 12:26:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Bump=20react-native-codegen=20fr?= =?UTF-8?q?om=200.70.0=20to=200.70.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [react-native-codegen](https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen) from 0.70.0 to 0.70.4. - [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/commits/HEAD/packages/react-native-codegen) --- updated-dependencies: - dependency-name: react-native-codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 09865bdfa53..905d4586085 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10109,9 +10109,9 @@ react-is@^18.1.0: integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg== react-native-codegen@*, react-native-codegen@^0.70.0: - version "0.70.0" - resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.0.tgz#16982d81e99c178941c225e3e0e7fc5a1db3b84b" - integrity sha512-fIRxPES9vHnIkzo52a36pYRePfiXXxSOtiMC50II0u/A3ozfJUUCmTjUDu1Z9iTahPpCUcxGIdACJrHu85ygDQ== + version "0.70.4" + resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.4.tgz#10a02cd9a3e9ead922305c13b9940a048b69d165" + integrity sha512-bPyd5jm840omfx24VRyMP+KPzAefpRDwE18w5ywMWHCWZBSqLn1qI9WgBPnavlIrjTEuzxznWQNcaA26lw8AMQ== dependencies: "@babel/parser" "^7.14.0" flow-parser "^0.121.0"