From c1f3e7eaf32e5302a91d6104cb0fa81fb471bbfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 08:53:54 +0000 Subject: [PATCH] chore(deps): update dependency flow-bin to ^0.243.0 --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7728862..4eef3bb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -5321,9 +5321,9 @@ } }, "flow-bin": { - "version": "0.119.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.119.0.tgz", - "integrity": "sha512-fCVv++rjBsx/q6YVeB3F+A/owztjUO5PyBLwhGZdK5igVmiFQ8RKBTR9T2mb+SQRLZJJhl/xwPLhNzr3dBba6w==", + "version": "0.243.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.243.0.tgz", + "integrity": "sha512-4OyCAkI26Bm8wGd1eNt+EBkHYAGB5PsGnykxLB0y7wK8wPitQi6pi3HsoNlk3yM6gyJsDqkRJrlkpnBB6WDgjQ==", "dev": true }, "flow-coverage-report": { diff --git a/package.json b/package.json index 2288f73..45e3c1e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "babel-preset-minify": "^0.5.1", "codeclimate-test-reporter": "^0.5.1", "coveralls": "^3.0.9", - "flow-bin": "^0.119.0", + "flow-bin": "^0.243.0", "flow-coverage-report": "^0.6.1", "flow-remove-types": "^2.119.0", "flow-typed": "^3.0.0",