From 94a3f6f64f5dd85e37c3160bc3a2699ccdefb74b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 11:47:20 +0000 Subject: [PATCH] chore(deps): bump flow-parser from 0.248.1 to 0.251.1 in /dev-client Bumps [flow-parser](https://github.com/facebook/flow) from 0.248.1 to 0.251.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.248.1...v0.251.1) --- updated-dependencies: - dependency-name: flow-parser dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-client/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-client/package-lock.json b/dev-client/package-lock.json index 82a9583c5..4cdc0043c 100644 --- a/dev-client/package-lock.json +++ b/dev-client/package-lock.json @@ -14738,9 +14738,9 @@ "license": "MIT" }, "node_modules/flow-parser": { - "version": "0.248.1", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.248.1.tgz", - "integrity": "sha512-fkCfVPelbTzSVp+jVwSvEyc+I4WG8MNhRG/EWSZZTlgHAMEdhXJaFEbfErXxMktboMhVGchvEFhWxkzNGM1m2A==", + "version": "0.251.1", + "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.251.1.tgz", + "integrity": "sha512-8ZuLqJPlL/T9K3zFdr1m88Lx8JOoJluTTdyvN4uH5NT9zoIIFqbCDoXVhkHh022k2lhuAyFF27cu0BYKh5SmDA==", "engines": { "node": ">=0.4.0" }