From 2cc48762f12aac151b01efc466ad669c35bd705b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 04:58:15 +0000 Subject: [PATCH] Bump pino from 9.1.0 to 9.2.0 Bumps [pino](https://github.com/pinojs/pino) from 9.1.0 to 9.2.0. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v9.1.0...v9.2.0) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80aefe9b..eb8a849c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "grammy-guard": "0.5.0", "hono": "4.4.6", "iso-639-1": "3.1.2", - "pino": "9.1.0", + "pino": "9.2.0", "pino-pretty": "11.2.1", "tsx": "4.15.5", "znv": "0.4.0", @@ -4648,9 +4648,9 @@ } }, "node_modules/pino": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-9.1.0.tgz", - "integrity": "sha512-qUcgfrlyOtjwhNLdbhoL7NR4NkHjzykAPw0V2QLFbvu/zss29h4NkRnibyFzBrNCbzCOY3WZ9hhKSwfOkNggYA==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-9.2.0.tgz", + "integrity": "sha512-g3/hpwfujK5a4oVbaefoJxezLzsDgLcNJeITvC6yrfwYeT9la+edCK42j5QpEQSQCZgTKapXvnQIdgZwvRaZug==", "dependencies": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1", diff --git a/package.json b/package.json index be428122..0916fc88 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "grammy-guard": "0.5.0", "hono": "4.4.6", "iso-639-1": "3.1.2", - "pino": "9.1.0", + "pino": "9.2.0", "pino-pretty": "11.2.1", "tsx": "4.15.5", "znv": "0.4.0",