From 103539502ba049d4cd10fe14aadd30e3e1c1c71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:46:11 +0000 Subject: [PATCH] build(deps): bump the pino-core group with 2 updates (#1871) Bumps the pino-core group with 2 updates: [pino](https://github.com/pinojs/pino) and [pino-pretty](https://github.com/pinojs/pino-pretty). Updates `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) Updates `pino-pretty` from 11.1.0 to 11.2.1 - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v11.1.0...v11.2.1) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pino-core - dependency-name: pino-pretty dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pino-core ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05417c9e..753c33e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "mammoth": "^1.7.2", "node-poppler": "^7.2.0", "node-unrtf": "^5.0.1", - "pino": "^9.1.0", + "pino": "^9.2.0", "redoc": "^2.1.4", "secure-json-parse": "^2.7.0", "tesseract.js": "^5.1.0", @@ -72,7 +72,7 @@ "jest": "^29.7.0", "license-checker": "^25.0.1", "lockfile-lint": "^4.13.2", - "pino-pretty": "^11.1.0", + "pino-pretty": "^11.2.1", "playwright": "^1.44.1", "prettier": "^3.3.2", "spdx-copyleft": "^1.0.0" @@ -10636,9 +10636,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", @@ -10666,9 +10666,9 @@ } }, "node_modules/pino-pretty": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.1.0.tgz", - "integrity": "sha512-PjBzFL7IMSl1YkS9cSVWC+4gONmW0Fi+fvUzy74zK6RJHk4RkfW+e22NydRrGEtBRa5n6/oPNLPqjUeQrzqcLQ==", + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.1.tgz", + "integrity": "sha512-O05NuD9tkRasFRWVaF/uHLOvoRDFD7tb5VMertr78rbsYFjYp48Vg3477EshVAF5eZaEw+OpDl/tu+B0R5o+7g==", "dev": true, "dependencies": { "colorette": "^2.0.7", diff --git a/package.json b/package.json index d59c3598..113d5c07 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "jest": "^29.7.0", "license-checker": "^25.0.1", "lockfile-lint": "^4.13.2", - "pino-pretty": "^11.1.0", + "pino-pretty": "^11.2.1", "playwright": "^1.44.1", "prettier": "^3.3.2", "spdx-copyleft": "^1.0.0" @@ -124,7 +124,7 @@ "mammoth": "^1.7.2", "node-poppler": "^7.2.0", "node-unrtf": "^5.0.1", - "pino": "^9.1.0", + "pino": "^9.2.0", "redoc": "^2.1.4", "secure-json-parse": "^2.7.0", "tesseract.js": "^5.1.0",