From c569cf37fd87310e0c7ff46a5251e3152efe1732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 12:56:33 +0000 Subject: [PATCH] build(deps-dev): bump pino from 8.21.0 to 9.1.0 (#453) Bumps [pino](https://github.com/pinojs/pino) from 8.21.0 to 9.1.0. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v8.21.0...v9.1.0) --- updated-dependencies: - dependency-name: pino dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3936bf7..b62d614 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-typescript": "^0.14.0", "fastify": "^4.0.0-rc.2", "handlebars": "^4.7.6", - "pino": "^8.4.2", + "pino": "^9.1.0", "proxyquire": "^2.1.0", "simple-get": "^4.0.0", "snazzy": "^9.0.0",