diff --git a/.flowconfig b/.flowconfig index 774ad3744a2895..e12ccbe8b78b71 100644 --- a/.flowconfig +++ b/.flowconfig @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.187.0 +^0.187.1 diff --git a/.flowconfig.android b/.flowconfig.android index 3f05b3b1b2f421..e7ea8692d40289 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.187.0 +^0.187.1 diff --git a/package.json b/package.json index d06f635855a182..98dcc97035de17 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.187.0", + "flow-bin": "^0.187.1", "hermes-eslint": "0.8.0", "react": "18.2.0", "react-test-renderer": "^18.2.0" diff --git a/repo-config/package.json b/repo-config/package.json index b4fdb07316b411..134c2003f83d9f 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -35,7 +35,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.0.0", "eslint-plugin-relay": "^1.8.3", - "flow-bin": "^0.187.0", + "flow-bin": "^0.187.1", "inquirer": "^7.1.0", "jest": "^27.5.1", "jest-junit": "^10.0.0", diff --git a/template/_flowconfig b/template/_flowconfig index 6b709b4f3455e2..4a4a10d80e40d1 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -63,4 +63,4 @@ untyped-import untyped-type-import [version] -^0.187.0 +^0.187.1 diff --git a/yarn.lock b/yarn.lock index 63a583abafe4fe..07949a4ab9ed66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4641,10 +4641,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -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== +flow-bin@^0.187.1: + version "0.187.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.187.1.tgz#0704d8f16bcf58c07decc09daebbf0d3ce845bc8" + integrity sha512-rG2p8NAJ7By0QTh+RMQRIGfM7nuKKp4XANqYUAoi6tDuEULLjlNxSa1vcwqW+O2EXGeLKYDkz/QVhefH/pBToA== flow-parser@0.*: version "0.163.0"