diff --git a/.flowconfig b/.flowconfig index 097c7b4e7d5..513c1c636d0 100644 --- a/.flowconfig +++ b/.flowconfig @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.175.0 +^0.175.1 diff --git a/.flowconfig.android b/.flowconfig.android index c321dd466df..2413b61f5fc 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -71,4 +71,4 @@ untyped-import untyped-type-import [version] -^0.175.0 +^0.175.1 diff --git a/package.json b/package.json index 6d1420b8896..d23b59d66c2 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.175.0", + "flow-bin": "^0.175.1", "react": "17.0.2" }, "codegenConfig": { diff --git a/repo-config/package.json b/repo-config/package.json index e476f100a86..14cf9ea8e41 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -34,7 +34,7 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-native": "^3.11.0", "eslint-plugin-relay": "^1.8.2", - "flow-bin": "^0.175.0", + "flow-bin": "^0.175.1", "inquirer": "^7.1.0", "jest": "^26.6.3", "jest-junit": "^10.0.0", diff --git a/template/_flowconfig b/template/_flowconfig index b57889cc49a..5c531aaa68c 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -63,4 +63,4 @@ untyped-import untyped-type-import [version] -^0.175.0 +^0.175.1 diff --git a/yarn.lock b/yarn.lock index 06b60a63695..1422653551a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3254,10 +3254,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.175.0: - version "0.175.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.175.0.tgz#ba082ac5ad2306ce62754101c710757484c082fe" - integrity sha512-EqIwrZFM+mQW9Iahs5pNUCMbpOkh+k2/9312/zuwyNrNRga3R4uj4M+7Lb0grM1oVYRK5TopQiKh2jWyA9x+xg== +flow-bin@^0.175.1: + version "0.175.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.175.1.tgz#72237070ba4f293f9e04113481e18929c1de50df" + integrity sha512-zMCP0BPa9BrfBSR7QTcyT/XBwzUbyLdNG0eXvBuNxfHCbMRkUzSceRoOaEZIw+R+GH0UHjVfUvPJ30hXxz1Nfw== flow-parser@0.*: version "0.163.0"