From 29c8407c4d76dfb4ef7ea539ad706e598d3ab0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 09:52:27 +0200 Subject: [PATCH] :arrow_up: Bump flow-bin from 0.161.0 to 0.162.0 (#879) Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.161.0 to 0.162.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5285c02..886cc14 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@babel/preset-flow": "^7.0.0", "clipboard": "^2.0.4", - "flow-bin": "^0.161.0", + "flow-bin": "^0.162.0", "husky": "^7.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^27.0.1", diff --git a/yarn.lock b/yarn.lock index 7800225..d266b0a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3193,10 +3193,10 @@ find-up@^4.0.0, find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" -flow-bin@^0.161.0: - version "0.161.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.161.0.tgz#1c03ea4a9e3036a8bc639f050bd8dc6f5288e8bb" - integrity sha512-5BKQi+sjOXz67Kbc1teiBwd5e0Da6suW7S5oUCm9VclnzSZ3nlfNZUdrkvgJ5S4w5KDBDToEL7rREpn8rKF1zg== +flow-bin@^0.162.0: + version "0.162.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.162.0.tgz#26e3f9db2c93684499c68f1a85e57d888858dc5c" + integrity sha512-AXbDZjRzMQpmvyqeXlS9NV4eNHWGV1Fg/1v6FtuIAu+zsYJJ0mJ2JumqNUxF47rxOoeL9jGtuMxInx9rgqnFCw== foreach@^2.0.5: version "2.0.5"