diff --git a/tools/hermes-parser/js/.flowconfig b/tools/hermes-parser/js/.flowconfig index 91a63bcbef2..1abe00812e7 100644 --- a/tools/hermes-parser/js/.flowconfig +++ b/tools/hermes-parser/js/.flowconfig @@ -28,7 +28,7 @@ component_syntax=false experimental.pattern_matching=false [version] -^0.306.1 +^0.307.0 [lints] untyped-type-import=error diff --git a/tools/hermes-parser/js/package.json b/tools/hermes-parser/js/package.json index 16ab21f011d..a86bac567e7 100644 --- a/tools/hermes-parser/js/package.json +++ b/tools/hermes-parser/js/package.json @@ -16,7 +16,7 @@ "eslint-plugin-fb-flow": "^0.0.5", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-jest": "^25.2.4", - "flow-bin": "^0.306.1", + "flow-bin": "^0.307.0", "glob": "^8.0.3", "jest": "^30.0.5", "jest-specific-snapshot": "^5.0.0", diff --git a/tools/hermes-parser/js/yarn.lock b/tools/hermes-parser/js/yarn.lock index bd2bbe09c68..3dc79c3a7fa 100644 --- a/tools/hermes-parser/js/yarn.lock +++ b/tools/hermes-parser/js/yarn.lock @@ -3591,10 +3591,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.306.1: - version "0.306.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.306.1.tgz#701f03c45216146ba1cdd62a9162a072395f7cba" - integrity sha512-xcLHE4dGHbsFio7/55YcFgeWttMEvpoC0T9FHj6xDB7frXvi+IQTWuBQtXpWrHPFflaUGF4jpQ1l6Rnlsev+Gw== +flow-bin@^0.307.0: + version "0.307.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.307.0.tgz#9540e95130c8e13eba77b3191b92415de4a41a04" + integrity sha512-VJbgwkNCgaY8p9eCzw1Iv1Y76Pxi0KjgIjeABOWMlp2NiJRATnNxz6mhqPs31+5g2JBwab4qchtynE2qLTwb9g== flow-enums-runtime@^0.0.6: version "0.0.6"