From 71b9e9958fbca70917c629687443091980d6abbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 10:15:13 +0000 Subject: [PATCH] Bump flow-bin from 0.131.0 to 0.187.1 Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.131.0 to 0.187.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..6e174c4c 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.187.1", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.187.1.tgz", + "integrity": "sha512-rG2p8NAJ7By0QTh+RMQRIGfM7nuKKp4XANqYUAoi6tDuEULLjlNxSa1vcwqW+O2EXGeLKYDkz/QVhefH/pBToA==", "dev": true }, "flush-write-stream": { diff --git a/package.json b/package.json index abfc84b9..628beed9 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.187.1", "node-sass": "^4.14.1", "npm": "^6.14.10", "react": "^16.14.0",