From 83ef3a924e40665a11237f210b369830a77419d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 04:39:16 +0000 Subject: [PATCH] Bump pino-pretty from 11.0.0 to 11.1.0 (#477) Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 11.0.0 to 11.1.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v11.0.0...v11.1.0) --- updated-dependencies: - dependency-name: pino-pretty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++-------------- package.json | 2 +- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2f766d7..d2d9e66c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "hono": "4.3.10", "iso-639-1": "3.1.2", "pino": "9.1.0", - "pino-pretty": "11.0.0", + "pino-pretty": "11.1.0", "tsx": "4.11.0", "znv": "0.4.0", "zod": "3.23.8" @@ -4684,13 +4684,13 @@ } }, "node_modules/pino-pretty": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.0.0.tgz", - "integrity": "sha512-YFJZqw59mHIY72wBnBs7XhLGG6qpJMa4pEQTRgEPEbjIYbng2LXEZZF1DoyDg9CfejEy8uZCyzpcBXXG0oOCwQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.1.0.tgz", + "integrity": "sha512-PjBzFL7IMSl1YkS9cSVWC+4gONmW0Fi+fvUzy74zK6RJHk4RkfW+e22NydRrGEtBRa5n6/oPNLPqjUeQrzqcLQ==", "dependencies": { "colorette": "^2.0.7", "dateformat": "^4.6.3", - "fast-copy": "^3.0.0", + "fast-copy": "^3.0.2", "fast-safe-stringify": "^2.1.1", "help-me": "^5.0.0", "joycon": "^3.1.1", @@ -4700,21 +4700,13 @@ "pump": "^3.0.0", "readable-stream": "^4.0.0", "secure-json-parse": "^2.4.0", - "sonic-boom": "^3.0.0", + "sonic-boom": "^4.0.1", "strip-json-comments": "^3.1.1" }, "bin": { "pino-pretty": "bin.js" } }, - "node_modules/pino-pretty/node_modules/sonic-boom": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.8.1.tgz", - "integrity": "sha512-y4Z8LCDBuum+PBP3lSV7RHrXscqksve/bi0as7mhwVnBW+/wUqKT/2Kb7um8yqcFy0duYbbPxzt89Zy2nOCaxg==", - "dependencies": { - "atomic-sleep": "^1.0.0" - } - }, "node_modules/pino-std-serializers": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz", diff --git a/package.json b/package.json index 6a340a10..5f446c24 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "hono": "4.3.10", "iso-639-1": "3.1.2", "pino": "9.1.0", - "pino-pretty": "11.0.0", + "pino-pretty": "11.1.0", "tsx": "4.11.0", "znv": "0.4.0", "zod": "3.23.8"