diff --git a/.flowconfig b/.flowconfig index 564703b4bdab1..282d712def674 100644 --- a/.flowconfig +++ b/.flowconfig @@ -44,4 +44,4 @@ untyped-import untyped-type-import [version] -^0.201.0 +^0.202.0 diff --git a/package.json b/package.json index 52b34405bab21..a0affb972acbb 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint-plugin-relay": "1.8.3", "eslint-plugin-relay-internal": "link:./packages/eslint-plugin-relay-internal", "fbjs": "^3.0.2", - "flow-bin": "^0.201.0", + "flow-bin": "^0.202.0", "glob": "^7.1.1", "graphql": "15.3.0", "gulp": "4.0.2", diff --git a/yarn.lock b/yarn.lock index 06c63bd420e5d..3b988e71d599b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3931,10 +3931,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2" integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ== -flow-bin@^0.201.0: - version "0.201.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.201.0.tgz#bc8d7c3687526313d7a24dd920873a0273148d81" - integrity sha512-fqx6CMOhX9Xm4mN+tq/c7sqcm8aHFV1ipbLz2ZCzoNcPuUNZPoSVYm4p0qZqH0HyzMMEP1OWlU7dIkuSJ02cpg== +flow-bin@^0.202.0: + version "0.202.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.202.0.tgz#1e2eb221252c2ab55c997e5eb921902f3181cc4e" + integrity sha512-Yz+yNapJMWWV6Z6pZnBR+naMhFbFJbmMS8ZBQCFUHRqN1TTw7uwitYxRj8DyzLyTpcPReSAjWbWawWPsXJot3w== flush-write-stream@^1.0.0, flush-write-stream@^1.0.2: version "1.1.1"