Skip to content

Commit 8d1978a

Browse files
chore(deps): bump pino-pretty from 11.1.0 to 11.2.1
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 11.1.0 to 11.2.1. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](pinojs/pino-pretty@v11.1.0...v11.2.1) --- updated-dependencies: - dependency-name: pino-pretty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16f20fd commit 8d1978a

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5350,9 +5350,9 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
53505350
split2 "^4.0.0"
53515351

53525352
pino-pretty@^11.0.0:
5353-
version "11.1.0"
5354-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.1.0.tgz#0df8b7b95cdfa5b5fbb90df49dc98763adef6ae3"
5355-
integrity sha512-PjBzFL7IMSl1YkS9cSVWC+4gONmW0Fi+fvUzy74zK6RJHk4RkfW+e22NydRrGEtBRa5n6/oPNLPqjUeQrzqcLQ==
5353+
version "11.2.1"
5354+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.1.tgz#de9a42ff8ea7b26da93506bb9e49d0b566c5ae96"
5355+
integrity sha512-O05NuD9tkRasFRWVaF/uHLOvoRDFD7tb5VMertr78rbsYFjYp48Vg3477EshVAF5eZaEw+OpDl/tu+B0R5o+7g==
53565356
dependencies:
53575357
colorette "^2.0.7"
53585358
dateformat "^4.6.3"
@@ -6165,7 +6165,16 @@ string-length@^4.0.1:
61656165
char-regex "^1.0.2"
61666166
strip-ansi "^6.0.0"
61676167

6168-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6168+
"string-width-cjs@npm:string-width@^4.2.0":
6169+
version "4.2.3"
6170+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6171+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6172+
dependencies:
6173+
emoji-regex "^8.0.0"
6174+
is-fullwidth-code-point "^3.0.0"
6175+
strip-ansi "^6.0.1"
6176+
6177+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
61696178
version "4.2.3"
61706179
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
61716180
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6215,7 +6224,14 @@ stringify-object@^3.2.1:
62156224
is-obj "^1.0.1"
62166225
is-regexp "^1.0.0"
62176226

6218-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6227+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6228+
version "6.0.1"
6229+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6230+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6231+
dependencies:
6232+
ansi-regex "^5.0.1"
6233+
6234+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
62196235
version "6.0.1"
62206236
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
62216237
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6800,7 +6816,7 @@ wordwrap@^1.0.0:
68006816
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
68016817
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
68026818

6803-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6819+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
68046820
version "7.0.0"
68056821
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
68066822
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -6818,6 +6834,15 @@ wrap-ansi@^6.0.1:
68186834
string-width "^4.1.0"
68196835
strip-ansi "^6.0.0"
68206836

6837+
wrap-ansi@^7.0.0:
6838+
version "7.0.0"
6839+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6840+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6841+
dependencies:
6842+
ansi-styles "^4.0.0"
6843+
string-width "^4.1.0"
6844+
strip-ansi "^6.0.0"
6845+
68216846
wrap-ansi@^8.1.0:
68226847
version "8.1.0"
68236848
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)