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

Commit 69ac42b

Browse files
committed
Update dependency pino-pretty to v4
1 parent 6b38c28 commit 69ac42b

2 files changed

Lines changed: 18 additions & 13 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.4.2",
2525
"lint-staged": "9.4.2",
2626
"nodemon": "2.0.2",
27-
"pino-pretty": "3.6.1",
27+
"pino-pretty": "4.2.1",
2828
"prettier": "1.19.1"
2929
},
3030
"private": true,

yarn.lock

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,10 +1005,10 @@
10051005
pump "^3.0.0"
10061006
secure-json-parse "^2.1.0"
10071007

1008-
"@hapi/bourne@^1.3.2":
1009-
version "1.3.2"
1010-
resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-1.3.2.tgz#0a7095adea067243ce3283e1b56b8a8f453b242a"
1011-
integrity sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==
1008+
"@hapi/bourne@^2.0.0":
1009+
version "2.0.0"
1010+
resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-2.0.0.tgz#5bb2193eb685c0007540ca61d166d4e1edaf918d"
1011+
integrity sha512-WEezM1FWztfbzqIUbsDzFRVMxSoLy3HugVcux6KDDtTqzPsLE8NDRHfXvev66aH1i2oOKKar3/XDjbvh/OUBdg==
10121012

10131013
"@istanbuljs/load-nyc-config@^1.0.0":
10141014
version "1.0.0"
@@ -9229,22 +9229,22 @@ pino-elasticsearch@4.4.0:
92299229
readable-stream "^3.6.0"
92309230
split2 "^3.1.1"
92319231

9232-
pino-pretty@3.6.1:
9233-
version "3.6.1"
9234-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-3.6.1.tgz#61aabf9bf851d0ed831f7e9b813dea20f61116a3"
9235-
integrity sha512-S3bal+Yd313OEaPijbf7V+jPxVaTaRO5RQX8S/Mwdtb/8+JOgo1KolDeJTfMDTU2/k6+MHvEbxv+T1ZRfGlnjA==
9232+
pino-pretty@4.2.1:
9233+
version "4.2.1"
9234+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-4.2.1.tgz#fb2508d0d77cae00dc5fe5006755bfd454a73c32"
9235+
integrity sha512-WyO/n6c6T2gj0ioYGFUFbrvyUoERK37Lu0liLxMIJnp1YaaG+XZBU2TAQB0yVJNb+7T+oDh9t8HGMzk00jy+tw==
92369236
dependencies:
9237-
"@hapi/bourne" "^1.3.2"
9237+
"@hapi/bourne" "^2.0.0"
92389238
args "^5.0.1"
9239-
chalk "^2.4.2"
9239+
chalk "^4.0.0"
92409240
dateformat "^3.0.3"
92419241
fast-safe-stringify "^2.0.7"
92429242
jmespath "^0.15.0"
92439243
joycon "^2.2.5"
92449244
pump "^3.0.0"
9245-
readable-stream "^3.4.0"
9245+
readable-stream "^3.6.0"
92469246
split2 "^3.1.1"
9247-
strip-json-comments "^3.0.1"
9247+
strip-json-comments "^3.1.1"
92489248

92499249
pino-std-serializers@^2.4.2:
92509250
version "2.4.2"
@@ -11017,6 +11017,11 @@ strip-json-comments@^3.0.1:
1101711017
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
1101811018
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
1101911019

11020+
strip-json-comments@^3.1.1:
11021+
version "3.1.1"
11022+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
11023+
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
11024+
1102011025
strip-json-comments@~2.0.1:
1102111026
version "2.0.1"
1102211027
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"

0 commit comments

Comments
 (0)