From f6315f9ac1d6496fc938468ca0d8f0384d29730c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 01:44:04 +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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b39993d8d..3540660eda 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", @@ -9789,9 +9789,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" @@ -28102,9 +28102,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 9d73b3c01a..e0631e6e7b 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",