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

Commit 11b9fd7

Browse files
committed
Update dependency pino-pretty to v4
1 parent e0c397c commit 11b9fd7

2 files changed

Lines changed: 20 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": "26.0.1",
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: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -954,10 +954,10 @@
954954
pump "^3.0.0"
955955
secure-json-parse "^2.1.0"
956956

957-
"@hapi/bourne@^1.3.2":
958-
version "1.3.2"
959-
resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-1.3.2.tgz#0a7095adea067243ce3283e1b56b8a8f453b242a"
960-
integrity sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==
957+
"@hapi/bourne@^2.0.0":
958+
version "2.0.0"
959+
resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-2.0.0.tgz#5bb2193eb685c0007540ca61d166d4e1edaf918d"
960+
integrity sha512-WEezM1FWztfbzqIUbsDzFRVMxSoLy3HugVcux6KDDtTqzPsLE8NDRHfXvev66aH1i2oOKKar3/XDjbvh/OUBdg==
961961

962962
"@istanbuljs/load-nyc-config@^1.0.0":
963963
version "1.0.0"
@@ -3058,6 +3058,14 @@ chalk@^1.0.0, chalk@^1.1.3:
30583058
strip-ansi "^3.0.0"
30593059
supports-color "^2.0.0"
30603060

3061+
chalk@^3.0.0:
3062+
version "3.0.0"
3063+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3064+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3065+
dependencies:
3066+
ansi-styles "^4.1.0"
3067+
supports-color "^7.1.0"
3068+
30613069
chalk@^4.0.0:
30623070
version "4.0.0"
30633071
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
@@ -9058,20 +9066,20 @@ pino-elasticsearch@4.4.0:
90589066
readable-stream "^3.6.0"
90599067
split2 "^3.1.1"
90609068

9061-
pino-pretty@3.6.1:
9062-
version "3.6.1"
9063-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-3.6.1.tgz#61aabf9bf851d0ed831f7e9b813dea20f61116a3"
9064-
integrity sha512-S3bal+Yd313OEaPijbf7V+jPxVaTaRO5RQX8S/Mwdtb/8+JOgo1KolDeJTfMDTU2/k6+MHvEbxv+T1ZRfGlnjA==
9069+
pino-pretty@4.0.0:
9070+
version "4.0.0"
9071+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-4.0.0.tgz#afbff81f946342b9d6eabc434942fe490e02faa9"
9072+
integrity sha512-YLy/n3dMXYWOodSm530gelkSAJGmEp29L9pqiycInlIae5FEJPWAkMRO3JFMbIFtjD2Ve4SH2aBcz2aRreGpBQ==
90659073
dependencies:
9066-
"@hapi/bourne" "^1.3.2"
9074+
"@hapi/bourne" "^2.0.0"
90679075
args "^5.0.1"
9068-
chalk "^2.4.2"
9076+
chalk "^3.0.0"
90699077
dateformat "^3.0.3"
90709078
fast-safe-stringify "^2.0.7"
90719079
jmespath "^0.15.0"
90729080
joycon "^2.2.5"
90739081
pump "^3.0.0"
9074-
readable-stream "^3.4.0"
9082+
readable-stream "^3.6.0"
90759083
split2 "^3.1.1"
90769084
strip-json-comments "^3.0.1"
90779085

0 commit comments

Comments
 (0)