Skip to content

Commit 9f5b49f

Browse files
committed
Update dependency pino-pretty to ^7.4.0
1 parent 5e2bfe0 commit 9f5b49f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

bench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"dependencies": {
77
"pino": "^7.5.1",
8-
"pino-pretty": "^7.2.0",
8+
"pino-pretty": "^7.4.0",
99
"winston": "^3.3.3"
1010
}
1111
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,10 +2827,10 @@ jest-worker@^27.3.1:
28272827
merge-stream "^2.0.0"
28282828
supports-color "^8.0.0"
28292829

2830-
joycon@^3.0.0:
2831-
version "3.1.0"
2832-
resolved "https://registry.yarnpkg.com/joycon/-/joycon-3.1.0.tgz#33bb2b6b5a6849a1e251bed623bdf610f477d49f"
2833-
integrity sha512-5Y/YJghKF/IzaUXTut0JtbQyHfBShTaIsH7hHhGXEzYO07zWdWZm5hr3Q6miqhrwsRqqm3mgOnUEZdn+1aRxKQ==
2830+
joycon@^3.1.1:
2831+
version "3.1.1"
2832+
resolved "https://registry.yarnpkg.com/joycon/-/joycon-3.1.1.tgz#bce8596d6ae808f8b68168f5fc69280996894f03"
2833+
integrity sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==
28342834

28352835
js-tokens@^4.0.0:
28362836
version "4.0.0"
@@ -3560,16 +3560,16 @@ pino-abstract-transport@^0.5.0, [email protected]:
35603560
duplexify "^4.1.2"
35613561
split2 "^4.0.0"
35623562

3563-
pino-pretty@^7.2.0:
3564-
version "7.2.0"
3565-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-7.2.0.tgz#6cd1500fa47a6e9011e87bb65e129cd4555265f1"
3566-
integrity sha512-pkZhaF1JiyQt4BRqkLANYWuZTxavmuXh3OHsb8goeQasTFgNdzOECXkZWyPYrA0YMRa8zKoVsCzeYz9lI2NYwA==
3563+
pino-pretty@^7.4.0:
3564+
version "7.4.0"
3565+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-7.4.0.tgz#b7b1fe97e06892a91c85485d0f33c98209470107"
3566+
integrity sha512-4jERNvGogMIySUhCRPzn7TZm41A05XgW5gLBVUty1tIC6q1RmX6nmJgU92nVuiNK7yjm3dxJnWHebbok1QgzyQ==
35673567
dependencies:
35683568
args "^5.0.1"
35693569
colorette "^2.0.7"
35703570
dateformat "^4.6.3"
35713571
fast-safe-stringify "^2.0.7"
3572-
joycon "^3.0.0"
3572+
joycon "^3.1.1"
35733573
pino-abstract-transport "^0.5.0"
35743574
pump "^3.0.0"
35753575
readable-stream "^3.6.0"

0 commit comments

Comments
 (0)