From 427d7ed528bbf8a48baf94c6a12bf02adf19d56d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 10:16:07 +0000 Subject: [PATCH] Bump flow-bin from 0.131.0 to 0.180.1 Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.131.0 to 0.180.1. - [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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c07c999c..5608c0dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7455,9 +7455,9 @@ "dev": true }, "flow-bin": { - "version": "0.131.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.131.0.tgz", - "integrity": "sha512-fZmoIBcDrtLhy/NNMxwJysSYzMr1ksRcAOMi3AHSoYXfcuQqTvhGJx+wqjlIOqIwz8RRYm8J4V4JrSJbIKP+Xg==", + "version": "0.180.1", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.180.1.tgz", + "integrity": "sha512-3FQcef6z47wbK9OzppOwq6obNRs7weWOABunxMtFwgzC6tLnpA0nkSuVH5KwROHOfIISsSBiuqaDzvtuUQUyVQ==", "dev": true }, "flush-write-stream": { diff --git a/package.json b/package.json index abfc84b9..7c98575b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-config-prettier": "^6.15.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-react": "^7.21.5", - "flow-bin": "0.131.0", + "flow-bin": "0.180.1", "node-sass": "^4.14.1", "npm": "^6.14.10", "react": "^16.14.0",