From af607c052beb01d0cff4550cab0e3754bc49c140 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 01:24:14 +0000 Subject: [PATCH] Update dependency flow-bin to v0.302.0 --- package-lock.json | 19 ++++++++++++------- package.json | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2e55bb..4537dff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3522,9 +3522,9 @@ } }, "flow-bin": { - "version": "0.84.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.84.0.tgz", - "integrity": "sha512-ocji8eEYp+YfICsm+F6cIHUcD7v5sb0/ADEXm6gyUKdjQzmSckMrPUdZtyfP973t3YGHKliUMxMvIBHyR5LbXQ==", + "version": "0.302.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.302.0.tgz", + "integrity": "sha512-TPIcb9JBKAbwfjoGhA+yJrkPdG+h7JyVuT+uUQt8AiSmpdUJcBBGUotHgkTTRXXjWUrLaJ10gKKawdk2sQgkcw==", "dev": true }, "for-in": { @@ -3606,7 +3606,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -4021,7 +4022,8 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -4077,6 +4079,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -4120,12 +4123,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, diff --git a/package.json b/package.json index 52a0245..9e3e9fd 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "babel-core": "7.0.0-bridge.0", "eslint": "5.8.0", "eslint-config-metalab": "10.0.0", - "flow-bin": "0.84.0", + "flow-bin": "0.302.0", "jest": "23.6.0", "ncp": "2.0.0", "prettier": "1.14.3",