From 998ac824edcaf1b74024aacf8ca81cdf8f143c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 17:30:14 +0000 Subject: [PATCH] Build(deps): Bump flow-parser from 0.148.0 to 0.183.0 Bumps [flow-parser](https://github.com/facebook/flow) from 0.148.0 to 0.183.0. - [Release notes](https://github.com/facebook/flow/releases) - [Changelog](https://github.com/facebook/flow/blob/main/Changelog.md) - [Commits](https://github.com/facebook/flow/compare/v0.148.0...v0.183.0) --- updated-dependencies: - dependency-name: flow-parser dependency-type: direct:production update-type: version-update:semver-minor ... 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 b381f099c719..ce55c1ab4da8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "file-entry-cache": "6.0.1", "find-cache-dir": "3.3.2", "find-parent-dir": "0.3.1", - "flow-parser": "0.180.0", + "flow-parser": "0.183.0", "get-stdin": "8.0.0", "graphql": "15.6.1", "html-element-attributes": "3.1.0", diff --git a/yarn.lock b/yarn.lock index a75a8ec660cc..65de2af61a2f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3453,10 +3453,10 @@ flatten@^1.0.2: resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b" integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg== -flow-parser@0.180.0: - version "0.180.0" - resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.180.0.tgz#05d49a88715ceca0457607499a018e2bf5908d72" - integrity sha512-kkzsuGAhckWgn/G+JfCyEa6BYslGrjlH4CJL0LZhdn9of9ukvi7SzVQSFsrEhuhh/zQUghfUEoaeZy1wjQXpUg== +flow-parser@0.183.0: + version "0.183.0" + resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.183.0.tgz#69bcd35608ef179c619df0036c2b61d0f84665ae" + integrity sha512-2e/aIZIM7iJpHCBxpqdXetYYoO3YQEJzA7M8v5bhWhXCu+lIfkeSfOWycWW0rhlnJyjMftbmwn6B2eenKeGlag== form-data@^3.0.0: version "3.0.1"