From 7b54c5b57c487378770452d95ab2a63baad6e177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:05:58 +0000 Subject: [PATCH] build(deps-dev): bump pino-pretty from 10.3.1 to 11.0.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 10.3.1 to 11.0.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v10.3.1...v11.0.0) --- updated-dependencies: - dependency-name: pino-pretty 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 1450fb3..44723d0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "coveralls": "^3.0.0", "http-ndjson": "^3.1.0", "pino-http-print": "^3.1.0", - "pino-pretty": "^10.0.0", + "pino-pretty": "^11.0.0", "pre-commit": "^1.1.2", "split2": "^4.0.0", "standard": "^17.0.0",