From b13845bf301dd15233efb8cea0c27641b2dd2bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 22:13:55 +0000 Subject: [PATCH] Bump pino from 9.11.0 to 9.12.0 in the utilities group Bumps the utilities group with 1 update: [pino](https://github.com/pinojs/pino). Updates `pino` from 9.11.0 to 9.12.0 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v9.11.0...v9.12.0) --- updated-dependencies: - dependency-name: pino dependency-version: 9.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: utilities ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++----- package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b219f7453df..067c126beba 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.11.0", + "pino": "^9.12.0", "preact": "^10.27.2", "react-instantsearch": "^7.16.3", "rehype-autolink-headings": "^7.1.0", @@ -42994,13 +42994,12 @@ } }, "node_modules/pino": { - "version": "9.11.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-9.11.0.tgz", - "integrity": "sha512-+YIodBB9sxcWeR8PrXC2K3gEDyfkUuVEITOcbqrfcj+z5QW4ioIcqZfYFbrLTYLsmAwunbS7nfU/dpBB6PZc1g==", + "version": "9.12.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-9.12.0.tgz", + "integrity": "sha512-0Gd0OezGvqtqMwgYxpL7P0pSHHzTJ0Lx992h+mNlMtRVfNnqweWmf0JmRWk5gJzHalyd2mxTzKjhiNbGS2Ztfw==", "license": "MIT", "dependencies": { "atomic-sleep": "^1.0.0", - "fast-redact": "^3.1.1", "on-exit-leak-free": "^2.1.0", "pino-abstract-transport": "^2.0.0", "pino-std-serializers": "^7.0.0", @@ -43008,6 +43007,7 @@ "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" }, @@ -46764,6 +46764,12 @@ "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 74607b9ebc4..dc3ff7d6191 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.11.0", + "pino": "^9.12.0", "preact": "^10.27.2", "react-instantsearch": "^7.16.3", "rehype-autolink-headings": "^7.1.0",