Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Commit 6ccfafa

Browse files
committed
Update dependency pino-pretty to v4
1 parent 526c4fd commit 6ccfafa

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"jest": "25.4.0",
2525
"lint-staged": "9.4.2",
2626
"nodemon": "2.0.2",
27-
"pino-pretty": "3.6.1",
27+
"pino-pretty": "4.0.0",
2828
"prettier": "1.19.1"
2929
},
3030
"private": true,

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -926,10 +926,10 @@
926926
pump "^3.0.0"
927927
secure-json-parse "^2.1.0"
928928

929-
"@hapi/bourne@^1.3.2":
930-
version "1.3.2"
931-
resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-1.3.2.tgz#0a7095adea067243ce3283e1b56b8a8f453b242a"
932-
integrity sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==
929+
"@hapi/bourne@^2.0.0":
930+
version "2.0.0"
931+
resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-2.0.0.tgz#5bb2193eb685c0007540ca61d166d4e1edaf918d"
932+
integrity sha512-WEezM1FWztfbzqIUbsDzFRVMxSoLy3HugVcux6KDDtTqzPsLE8NDRHfXvev66aH1i2oOKKar3/XDjbvh/OUBdg==
933933

934934
"@istanbuljs/load-nyc-config@^1.0.0":
935935
version "1.0.0"
@@ -8992,20 +8992,20 @@ pino-elasticsearch@4.4.0:
89928992
readable-stream "^3.6.0"
89938993
split2 "^3.1.1"
89948994

8995-
pino-pretty@3.6.1:
8996-
version "3.6.1"
8997-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-3.6.1.tgz#61aabf9bf851d0ed831f7e9b813dea20f61116a3"
8998-
integrity sha512-S3bal+Yd313OEaPijbf7V+jPxVaTaRO5RQX8S/Mwdtb/8+JOgo1KolDeJTfMDTU2/k6+MHvEbxv+T1ZRfGlnjA==
8995+
pino-pretty@4.0.0:
8996+
version "4.0.0"
8997+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-4.0.0.tgz#afbff81f946342b9d6eabc434942fe490e02faa9"
8998+
integrity sha512-YLy/n3dMXYWOodSm530gelkSAJGmEp29L9pqiycInlIae5FEJPWAkMRO3JFMbIFtjD2Ve4SH2aBcz2aRreGpBQ==
89998999
dependencies:
9000-
"@hapi/bourne" "^1.3.2"
9000+
"@hapi/bourne" "^2.0.0"
90019001
args "^5.0.1"
9002-
chalk "^2.4.2"
9002+
chalk "^3.0.0"
90039003
dateformat "^3.0.3"
90049004
fast-safe-stringify "^2.0.7"
90059005
jmespath "^0.15.0"
90069006
joycon "^2.2.5"
90079007
pump "^3.0.0"
9008-
readable-stream "^3.4.0"
9008+
readable-stream "^3.6.0"
90099009
split2 "^3.1.1"
90109010
strip-json-comments "^3.0.1"
90119011

0 commit comments

Comments
 (0)