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

Commit 50ccea8

Browse files
committed
Update dependency pino-pretty to v4
1 parent f0a3d0e commit 50ccea8

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
@@ -966,10 +966,10 @@
966966
pump "^3.0.0"
967967
secure-json-parse "^2.1.0"
968968

969-
"@hapi/bourne@^1.3.2":
970-
version "1.3.2"
971-
resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-1.3.2.tgz#0a7095adea067243ce3283e1b56b8a8f453b242a"
972-
integrity sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==
969+
"@hapi/bourne@^2.0.0":
970+
version "2.0.0"
971+
resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-2.0.0.tgz#5bb2193eb685c0007540ca61d166d4e1edaf918d"
972+
integrity sha512-WEezM1FWztfbzqIUbsDzFRVMxSoLy3HugVcux6KDDtTqzPsLE8NDRHfXvev66aH1i2oOKKar3/XDjbvh/OUBdg==
973973

974974
"@istanbuljs/load-nyc-config@^1.0.0":
975975
version "1.0.0"
@@ -9142,22 +9142,22 @@ pino-elasticsearch@4.4.0:
91429142
readable-stream "^3.6.0"
91439143
split2 "^3.1.1"
91449144

9145-
pino-pretty@3.6.1:
9146-
version "3.6.1"
9147-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-3.6.1.tgz#61aabf9bf851d0ed831f7e9b813dea20f61116a3"
9148-
integrity sha512-S3bal+Yd313OEaPijbf7V+jPxVaTaRO5RQX8S/Mwdtb/8+JOgo1KolDeJTfMDTU2/k6+MHvEbxv+T1ZRfGlnjA==
9145+
pino-pretty@4.2.1:
9146+
version "4.2.1"
9147+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-4.2.1.tgz#fb2508d0d77cae00dc5fe5006755bfd454a73c32"
9148+
integrity sha512-WyO/n6c6T2gj0ioYGFUFbrvyUoERK37Lu0liLxMIJnp1YaaG+XZBU2TAQB0yVJNb+7T+oDh9t8HGMzk00jy+tw==
91499149
dependencies:
9150-
"@hapi/bourne" "^1.3.2"
9150+
"@hapi/bourne" "^2.0.0"
91519151
args "^5.0.1"
9152-
chalk "^2.4.2"
9152+
chalk "^4.0.0"
91539153
dateformat "^3.0.3"
91549154
fast-safe-stringify "^2.0.7"
91559155
jmespath "^0.15.0"
91569156
joycon "^2.2.5"
91579157
pump "^3.0.0"
9158-
readable-stream "^3.4.0"
9158+
readable-stream "^3.6.0"
91599159
split2 "^3.1.1"
9160-
strip-json-comments "^3.0.1"
9160+
strip-json-comments "^3.1.1"
91619161

91629162
pino-std-serializers@^2.4.2:
91639163
version "2.4.2"
@@ -10930,6 +10930,11 @@ strip-json-comments@^3.0.1:
1093010930
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
1093110931
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
1093210932

10933+
strip-json-comments@^3.1.1:
10934+
version "3.1.1"
10935+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
10936+
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
10937+
1093310938
strip-json-comments@~2.0.1:
1093410939
version "2.0.1"
1093510940
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"

0 commit comments

Comments
 (0)