From c1469794c8ac95321a35ddbf8a76aad7aa264db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:19:27 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump pino-pretty from 11.3.0 to 12.1.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 11.3.0 to 12.1.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v11.3.0...v12.1.0) --- updated-dependencies: - dependency-name: pino-pretty dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/coordinator/package.json | 2 +- packages/tool/site/server/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4019d55d82..ec82393de0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13055,9 +13055,9 @@ } }, "node_modules/pino-pretty": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz", - "integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-12.1.0.tgz", + "integrity": "sha512-Z7JdCPqggoRyo0saJyCe1BN8At5qE+ZBElNbyx+znCaCVN+ohOqlWb+/WSYnamzfi2e6P6pXq/3H66KwFQHXWg==", "dependencies": { "colorette": "^2.0.7", "dateformat": "^4.6.3", @@ -17091,7 +17091,7 @@ "moment": "^2.30.1", "mustache": "^4.0.1", "pino": "^9.5.0", - "pino-pretty": "^11.3.0", + "pino-pretty": "^12.1.0", "uuid": "^11.0.2", "xml-c14n": "^0.0.6", "xml-js": "^1.6.11", @@ -17318,7 +17318,7 @@ "hapi-pino": "^12.1.0", "jsonwebtoken": "^9.0.2", "pino": "^9.5.0", - "pino-pretty": "^11.3.0", + "pino-pretty": "^12.1.0", "uuid": "^11.0.2", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" }, diff --git a/packages/coordinator/package.json b/packages/coordinator/package.json index 54481a25d1..25ccd85c46 100644 --- a/packages/coordinator/package.json +++ b/packages/coordinator/package.json @@ -37,7 +37,7 @@ "moment": "^2.30.1", "mustache": "^4.0.1", "pino": "^9.5.0", - "pino-pretty": "^11.3.0", + "pino-pretty": "^12.1.0", "uuid": "^11.0.2", "xml-c14n": "^0.0.6", "xml-js": "^1.6.11", diff --git a/packages/tool/site/server/package.json b/packages/tool/site/server/package.json index fb3242e42c..18e71fe968 100644 --- a/packages/tool/site/server/package.json +++ b/packages/tool/site/server/package.json @@ -39,7 +39,7 @@ "hapi-pino": "^12.1.0", "jsonwebtoken": "^9.0.2", "pino": "^9.5.0", - "pino-pretty": "^11.3.0", + "pino-pretty": "^12.1.0", "uuid": "^11.0.2", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" }