From d193c632a2e7efd6895353228f3f942171b1f378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 19:07:07 +0000 Subject: [PATCH] chore(deps-dev): bump bl from 5.1.0 to 6.0.0 Bumps [bl](https://github.com/rvagg/bl) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/rvagg/bl/releases) - [Changelog](https://github.com/rvagg/bl/blob/master/CHANGELOG.md) - [Commits](https://github.com/rvagg/bl/compare/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: bl dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf06ca46..4e25d6a6 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/mcollina/autocannon#readme", "devDependencies": { - "bl": "^5.0.0", + "bl": "^6.0.0", "busboy": "^0.3.1", "pre-commit": "^1.1.2", "proxyquire": "^2.1.3",