From 68b20ecb2b9800d1ae0dda7916333787f0835568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 10:59:49 +0000 Subject: [PATCH] chore(deps): bump bl from 5.1.0 to 6.0.1 Bumps [bl](https://github.com/rvagg/bl) from 5.1.0 to 6.0.1. - [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.1) --- 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 7d0503f..a69125e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@hapi/inert": "^7.0.0", "@hapi/joi": "^17.1.1", "@hapi/vision": "^7.0.0", - "bl": "^5.0.0", + "bl": "^6.0.1", "colors-tmpl": "^1.0.0", "combined-stream": "^1.0.8", "form-data": "^4.0.0",