From b4cb7471d1eb9756a08615644f7f31102e78b2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 11:31:26 +0000 Subject: [PATCH] Bump flow-parser from 0.195.0 to 0.213.1 Bumps [flow-parser](https://github.com/facebook/flow) from 0.195.0 to 0.213.1. - [Release notes](https://github.com/facebook/flow/releases) - [Changelog](https://github.com/facebook/flow/blob/main/Changelog.md) - [Commits](https://github.com/facebook/flow/compare/v0.195.0...v0.213.1) --- updated-dependencies: - dependency-name: flow-parser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 754efa70..0932bb92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "^5.47.1", "eslint": "^8.40.0", "esprima-fb": "15001.1001.0-dev-harmony-fb", - "flow-parser": "0.195.0", + "flow-parser": "0.213.1", "glob": "8.0.3", "lint-staged": "^13.2.2", "mocha": "^10.2.0", @@ -3165,9 +3165,9 @@ "dev": true }, "node_modules/flow-parser": { - "version": "0.195.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.195.0.tgz", - "integrity": "sha512-vO9b3GJQHHsRgwe2wB7lkKLhB+2Nw3QcpVKt/yYpoGVTJo51HS7GAvLE47XJ1u/5ILNQ41A+q+SZdyq+uRvkKQ==", + "version": "0.213.1", + "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.213.1.tgz", + "integrity": "sha512-l+vyZO6hrWG60DredryA8mq62fK9vxL6/RR13HA/aVLBNh9No/wEJsKI+CJqPRkF4CIRUfcJQBeaMXSKcncxUQ==", "dev": true, "engines": { "node": ">=0.4.0" @@ -7616,9 +7616,9 @@ "dev": true }, "flow-parser": { - "version": "0.195.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.195.0.tgz", - "integrity": "sha512-vO9b3GJQHHsRgwe2wB7lkKLhB+2Nw3QcpVKt/yYpoGVTJo51HS7GAvLE47XJ1u/5ILNQ41A+q+SZdyq+uRvkKQ==", + "version": "0.213.1", + "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.213.1.tgz", + "integrity": "sha512-l+vyZO6hrWG60DredryA8mq62fK9vxL6/RR13HA/aVLBNh9No/wEJsKI+CJqPRkF4CIRUfcJQBeaMXSKcncxUQ==", "dev": true }, "for-each": { diff --git a/package.json b/package.json index 00b899de..5b2e1e3f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/parser": "^5.47.1", "eslint": "^8.40.0", "esprima-fb": "15001.1001.0-dev-harmony-fb", - "flow-parser": "0.195.0", + "flow-parser": "0.213.1", "glob": "8.0.3", "lint-staged": "^13.2.2", "mocha": "^10.2.0",