From 330b65510b9e857ffaeea404bfc26aa661c33b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:29:53 +0000 Subject: [PATCH] Bump pino-pretty from 11.2.1 to 13.0.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 11.2.1 to 13.0.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v11.2.1...v13.0.0) --- updated-dependencies: - dependency-name: pino-pretty dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 25 +++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index ece4ef0381b..64699b32fcc 100644 --- a/package.json +++ b/package.json @@ -305,7 +305,7 @@ "node-sass": "^9.0.0", "nodemon": "^3.1.7", "pino-devtools": "^2.8.0", - "pino-pretty": "^11.2.1", + "pino-pretty": "^13.0.0", "po2json": "mikeedwards/po2json#51e2310485bbe35e9e57f2eee238185459ca0eab", "postcss": "^8.4.49", "postcss-loader": "^8.1.1", diff --git a/yarn.lock b/yarn.lock index c2945cfe4a2..095ece5fbf7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8281,12 +8281,7 @@ photoswipe@4.1.3: resolved "https://registry.yarnpkg.com/photoswipe/-/photoswipe-4.1.3.tgz#59f49494eeb9ddab5888d03392926a19bc197550" integrity sha512-89Z43IRUyw7ycTolo+AaiDn3W1EEIfox54hERmm9bI12IB9cvRfHSHez3XhAyU8XW2EAFrC+2sKMhh7SJwn0bA== -picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" - integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== - -picocolors@^1.1.0: +picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.0, picocolors@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== @@ -8314,6 +8309,13 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@v1.1.0: readable-stream "^4.0.0" split2 "^4.0.0" +pino-abstract-transport@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz#de241578406ac7b8a33ce0d77ae6e8a0b3b68a60" + integrity sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw== + dependencies: + split2 "^4.0.0" + pino-devtools@^2.8.0: version "2.8.0" resolved "https://registry.yarnpkg.com/pino-devtools/-/pino-devtools-2.8.0.tgz#32cc5c9b2686bf78d3365ba35142da00bb52f7bb" @@ -8328,10 +8330,10 @@ pino-devtools@^2.8.0: optionalDependencies: fsevents "2.3.3" -pino-pretty@^11.2.1: - version "11.2.1" - resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.1.tgz#de9a42ff8ea7b26da93506bb9e49d0b566c5ae96" - integrity sha512-O05NuD9tkRasFRWVaF/uHLOvoRDFD7tb5VMertr78rbsYFjYp48Vg3477EshVAF5eZaEw+OpDl/tu+B0R5o+7g== +pino-pretty@^13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-13.0.0.tgz#21d57fe940e34f2e279905d7dba2d7e2c4f9bf17" + integrity sha512-cQBBIVG3YajgoUjo1FdKVRX6t9XPxwB9lcNJVD5GCnNM4Y6T12YYx8c6zEejxQsU0wrg9TwmDulcE9LR7qcJqA== dependencies: colorette "^2.0.7" dateformat "^4.6.3" @@ -8341,9 +8343,8 @@ pino-pretty@^11.2.1: joycon "^3.1.1" minimist "^1.2.6" on-exit-leak-free "^2.1.0" - pino-abstract-transport "^1.0.0" + pino-abstract-transport "^2.0.0" pump "^3.0.0" - readable-stream "^4.0.0" secure-json-parse "^2.4.0" sonic-boom "^4.0.1" strip-json-comments "^3.1.1"