From 641fb5e06eeb26cd85135697dcdd8505514ef436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:41:51 +0000 Subject: [PATCH] Bump pino from 9.13.1 to 9.14.0 in the utilities group Bumps the utilities group with 1 update: [pino](https://github.com/pinojs/pino). Updates `pino` from 9.13.1 to 9.14.0 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v9.13.1...v9.14.0) --- updated-dependencies: - dependency-name: pino dependency-version: 9.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: utilities ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0849ed1667f..576d10c0c53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "lodash": "^4.17.21", "marked": "^15.0.12", "nanostores": "^0.11.4", - "pino": "^9.13.1", + "pino": "^9.14.0", "preact": "^10.27.2", "react-instantsearch": "^7.16.3", "rehype-autolink-headings": "^7.1.0", @@ -10121,6 +10121,12 @@ "uuidv4": "^6.2.13" } }, + "node_modules/@pinojs/redact": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz", + "integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==", + "license": "MIT" + }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -42984,11 +42990,12 @@ } }, "node_modules/pino": { - "version": "9.13.1", - "resolved": "https://registry.npmjs.org/pino/-/pino-9.13.1.tgz", - "integrity": "sha512-Szuj+ViDTjKPQYiKumGmEn3frdl+ZPSdosHyt9SnUevFosOkMY2b7ipxlEctNKPmMD/VibeBI+ZcZCJK+4DPuw==", + "version": "9.14.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-9.14.0.tgz", + "integrity": "sha512-8OEwKp5juEvb/MjpIc4hjqfgCNysrS94RIOMXYvpYCdm/jglrKEiAYmiumbmGhCvs+IcInsphYDFwqrjr7398w==", "license": "MIT", "dependencies": { + "@pinojs/redact": "^0.4.0", "atomic-sleep": "^1.0.0", "on-exit-leak-free": "^2.1.0", "pino-abstract-transport": "^2.0.0", @@ -42997,7 +43004,6 @@ "quick-format-unescaped": "^4.0.3", "real-require": "^0.2.0", "safe-stable-stringify": "^2.3.1", - "slow-redact": "^0.3.0", "sonic-boom": "^4.0.1", "thread-stream": "^3.0.0" }, @@ -46754,12 +46760,6 @@ "node": ">=8" } }, - "node_modules/slow-redact": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/slow-redact/-/slow-redact-0.3.0.tgz", - "integrity": "sha512-cf723wn9JeRIYP9tdtd86GuqoR5937u64Io+CYjlm2i7jvu7g0H+Cp0l0ShAf/4ZL+ISUTVT+8Qzz7RZmp9FjA==", - "license": "MIT" - }, "node_modules/smart-buffer": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", diff --git a/package.json b/package.json index af76cadb8e8..ec5ab330692 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "lodash": "^4.17.21", "marked": "^15.0.12", "nanostores": "^0.11.4", - "pino": "^9.13.1", + "pino": "^9.14.0", "preact": "^10.27.2", "react-instantsearch": "^7.16.3", "rehype-autolink-headings": "^7.1.0",