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

Commit 48a827d

Browse files
committed
Update dependency pino-pretty to v4
1 parent 0883b9d commit 48a827d

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.6.0",
2525
"lint-staged": "9.4.2",
2626
"nodemon": "2.0.2",
27-
"pino-pretty": "3.6.1",
27+
"pino-pretty": "4.3.0",
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"
@@ -9237,22 +9237,22 @@ pino-elasticsearch@4.4.0:
92379237
readable-stream "^3.6.0"
92389238
split2 "^3.1.1"
92399239

9240-
pino-pretty@3.6.1:
9241-
version "3.6.1"
9242-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-3.6.1.tgz#61aabf9bf851d0ed831f7e9b813dea20f61116a3"
9243-
integrity sha512-S3bal+Yd313OEaPijbf7V+jPxVaTaRO5RQX8S/Mwdtb/8+JOgo1KolDeJTfMDTU2/k6+MHvEbxv+T1ZRfGlnjA==
9240+
pino-pretty@4.3.0:
9241+
version "4.3.0"
9242+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-4.3.0.tgz#18695606fd4f1e21cd1585d18999cd84d429e1d8"
9243+
integrity sha512-uEc9SUCCGVEs0goZvyznKXBHtI1PNjGgqHviJHxOCEFEWZN6Z/IQKv5pO9gSdm/b+WfX+/dfheWhtZUyScqjlQ==
92449244
dependencies:
9245-
"@hapi/bourne" "^1.3.2"
9245+
"@hapi/bourne" "^2.0.0"
92469246
args "^5.0.1"
9247-
chalk "^2.4.2"
9247+
chalk "^4.0.0"
92489248
dateformat "^3.0.3"
92499249
fast-safe-stringify "^2.0.7"
92509250
jmespath "^0.15.0"
92519251
joycon "^2.2.5"
92529252
pump "^3.0.0"
9253-
readable-stream "^3.4.0"
9253+
readable-stream "^3.6.0"
92549254
split2 "^3.1.1"
9255-
strip-json-comments "^3.0.1"
9255+
strip-json-comments "^3.1.1"
92569256

92579257
pino-std-serializers@^2.4.2:
92589258
version "2.4.2"
@@ -11025,6 +11025,11 @@ strip-json-comments@^3.0.1:
1102511025
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
1102611026
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
1102711027

11028+
strip-json-comments@^3.1.1:
11029+
version "3.1.1"
11030+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
11031+
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
11032+
1102811033
strip-json-comments@~2.0.1:
1102911034
version "2.0.1"
1103011035
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"

0 commit comments

Comments
 (0)