From 1ae1d9ee2f5e01e1d771c2bcda6c978bd121a602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:10:56 +0000 Subject: [PATCH] Bump pino from 9.9.0 to 9.9.4 in the utilities group Bumps the utilities group with 1 update: [pino](https://github.com/pinojs/pino). Updates `pino` from 9.9.0 to 9.9.4 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v9.9.0...v9.9.4) --- updated-dependencies: - dependency-name: pino dependency-version: 9.9.4 dependency-type: direct:production update-type: version-update:semver-patch 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 2f845912084..0ccc7fa1180 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.9.0", + "pino": "^9.9.4", "preact": "^10.27.1", "react-instantsearch": "^7.16.2", "rehype-autolink-headings": "^7.1.0", @@ -27341,9 +27341,9 @@ } }, "node_modules/pino": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-9.9.0.tgz", - "integrity": "sha512-zxsRIQG9HzG+jEljmvmZupOMDUQ0Jpj0yAgE28jQvvrdYTlEaiGwelJpdndMl/MBuRr70heIj83QyqJUWaU8mQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/pino/-/pino-9.9.4.tgz", + "integrity": "sha512-d1XorUQ7sSKqVcYdXuEYs2h1LKxejSorMEJ76XoZ0pPDf8VzJMe7GlPXpMBZeQ9gE4ZPIp5uGD+5Nw7scxiigg==", "license": "MIT", "dependencies": { "atomic-sleep": "^1.0.0", diff --git a/package.json b/package.json index acda074b8d2..8f3661f1605 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.9.0", + "pino": "^9.9.4", "preact": "^10.27.1", "react-instantsearch": "^7.16.2", "rehype-autolink-headings": "^7.1.0",