From 422ce89bdfcce0dd8818eac95c479f948522269f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 10:01:39 +0000 Subject: [PATCH] chore(deps): 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:production 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 2207a52..d5aabd7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@hapi/inert": "^6.0.1", "@hapi/joi": "^17.1.1", "@hapi/vision": "^6.0.0", - "bl": "^5.0.0", + "bl": "^6.0.0", "colors-tmpl": "^1.0.0", "combined-stream": "^1.0.8", "form-data": "^4.0.0",