From ea9ab861139db213b0b88f17321758302a31c0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:11:32 +0000 Subject: [PATCH] Bump pino from 9.8.0 to 9.9.0 in the utilities group Bumps the utilities group with 1 update: [pino](https://github.com/pinojs/pino). Updates `pino` from 9.8.0 to 9.9.0 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v9.8.0...v9.9.0) --- updated-dependencies: - dependency-name: pino dependency-version: 9.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: utilities ... 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 c242e48989f..6ba9269b97d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "lodash": "^4.17.21", "marked": "^15.0.12", "nanostores": "^0.11.4", - "pino": "^9.8.0", + "pino": "^9.9.0", "preact": "^10.26.9", "react-instantsearch": "^7.16.2", "rehype-autolink-headings": "^7.1.0", @@ -27350,9 +27350,9 @@ } }, "node_modules/pino": { - "version": "9.8.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-9.8.0.tgz", - "integrity": "sha512-L5+rV1wL7vGAcxXP7sPpN5lrJ07Piruka6ArXr7EWBXxdVWjJshGVX8suFsiusJVcGKDGUFfbgbnKdg+VAC+0g==", + "version": "9.9.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-9.9.0.tgz", + "integrity": "sha512-zxsRIQG9HzG+jEljmvmZupOMDUQ0Jpj0yAgE28jQvvrdYTlEaiGwelJpdndMl/MBuRr70heIj83QyqJUWaU8mQ==", "license": "MIT", "dependencies": { "atomic-sleep": "^1.0.0", diff --git a/package.json b/package.json index 3940246d0f0..e4ddc2625f6 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "lodash": "^4.17.21", "marked": "^15.0.12", "nanostores": "^0.11.4", - "pino": "^9.8.0", + "pino": "^9.9.0", "preact": "^10.26.9", "react-instantsearch": "^7.16.2", "rehype-autolink-headings": "^7.1.0",