From f4f3615fc3bc8d5f281ea1a7afd6ea29521e974c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 07:55:04 +0000 Subject: [PATCH] :arrow_up: Bump flow-bin from 0.186.0 to 0.187.0 Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.186.0 to 0.187.0. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/commits) --- updated-dependencies: - dependency-name: flow-bin dependency-type: direct:development 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 77066c56d2..800ba1adf9 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@babel/preset-flow": "7.18.6", "babel-plugin-module-resolver": "^4.1.0", "codecov": "3.8.3", - "flow-bin": "^0.186.0", + "flow-bin": "^0.187.0", "husky": "8.0.1", "jest": "29.0.3", "jest-fetch-mock": "3.0.3", diff --git a/yarn.lock b/yarn.lock index 82a0720e24..ce0429201a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2557,10 +2557,10 @@ find-up@^4.0.0, find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" -flow-bin@^0.186.0: - version "0.186.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.186.0.tgz#b60b720dea977516db8e77fdd3911f66e86c6378" - integrity sha512-p5g03TsAipO6Wu22rpphRZQ9EYuhVWANN698MRLWRyP7ZtkEyCpFHDfmzRHM4Ym/tbCQCMdLJ9JX/GmuiDsB2w== +flow-bin@^0.187.0: + version "0.187.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.187.0.tgz#3a2a0331f926b9ce285d726108f8a9af9158e13e" + integrity sha512-f0c3e7D33+xYT7comdqPtckBeSxlaQq+NtckDarGM0LU3ofgDQfMzt0XlyWjL9/8y3QzwwaUdM0JJbI7hTiscA== foreach@^2.0.5: version "2.0.5"