From 0f7b3008ab2b319ca686ed0b9707e45205757190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 18:27:48 +0000 Subject: [PATCH] refactor: bump flow-bin from 0.119.1 to 0.258.1 Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.119.1 to 0.258.1. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/commits) --- updated-dependencies: - dependency-name: flow-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74f3022c3b..d56a229fd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "deep-diff": "1.0.2", "eslint": "8.57.0", "eslint-plugin-flowtype": "8.0.3", - "flow-bin": "0.119.1", + "flow-bin": "0.258.1", "form-data": "4.0.1", "graphql-tag": "2.12.6", "husky": "9.1.7", @@ -103,7 +103,7 @@ "yaml": "2.6.1" }, "engines": { - "node": ">=18.0.0 <19.0.0 || >=19.0.0 <20.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0" + "node": ">=18.20.4 <19.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0" }, "funding": { "type": "opencollective", @@ -9748,9 +9748,9 @@ "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==" }, "node_modules/flow-bin": { - "version": "0.119.1", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.119.1.tgz", - "integrity": "sha512-mX6qjJVi7aLqR9sDf8QIHt8yYEWQbkMLw7qFoC7sM/AbJwvqFm3pATPN96thsaL9o1rrshvxJpSgoj1PJSC3KA==", + "version": "0.258.1", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.258.1.tgz", + "integrity": "sha512-v08KZw8jiwhA01V59kuCLd628kDJ0ZTX4jguh0P2rboF9rMlGmV8Rd+io1f1U9nWGoORTP2ZUI27X42jFA6eDQ==", "dev": true, "bin": { "flow": "cli.js" @@ -28128,9 +28128,9 @@ "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==" }, "flow-bin": { - "version": "0.119.1", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.119.1.tgz", - "integrity": "sha512-mX6qjJVi7aLqR9sDf8QIHt8yYEWQbkMLw7qFoC7sM/AbJwvqFm3pATPN96thsaL9o1rrshvxJpSgoj1PJSC3KA==", + "version": "0.258.1", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.258.1.tgz", + "integrity": "sha512-v08KZw8jiwhA01V59kuCLd628kDJ0ZTX4jguh0P2rboF9rMlGmV8Rd+io1f1U9nWGoORTP2ZUI27X42jFA6eDQ==", "dev": true }, "fn.name": { diff --git a/package.json b/package.json index c66ebec051..20cb6fb82d 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "deep-diff": "1.0.2", "eslint": "8.57.0", "eslint-plugin-flowtype": "8.0.3", - "flow-bin": "0.119.1", + "flow-bin": "0.258.1", "form-data": "4.0.1", "graphql-tag": "2.12.6", "husky": "9.1.7",