Skip to content

Commit c96fc1d

Browse files
Merge pull request #42 from gabriellopes00/dependabot/npm_and_yarn/pino-pretty-7.0.1
build(deps): bump pino-pretty from 4.8.0 to 7.0.1
2 parents dc77cd1 + 7ebc98d commit c96fc1d

File tree

2 files changed

+36
-29
lines changed

2 files changed

+36
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"module-alias": "^2.2.2",
4646
"pg": "^8.7.1",
4747
"pino": "^6.13.3",
48-
"pino-pretty": "^4.7.1",
48+
"pino-pretty": "^7.0.1",
4949
"swagger-ui-express": "^4.1.6",
5050
"typeorm": "^0.2.37",
5151
"uuid": "^8.3.2"

yarn.lock

Lines changed: 35 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,6 @@
337337
minimatch "^3.0.4"
338338
strip-json-comments "^3.1.1"
339339

340-
"@hapi/bourne@^2.0.0":
341-
version "2.0.0"
342-
resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-2.0.0.tgz#5bb2193eb685c0007540ca61d166d4e1edaf918d"
343-
integrity sha512-WEezM1FWztfbzqIUbsDzFRVMxSoLy3HugVcux6KDDtTqzPsLE8NDRHfXvev66aH1i2oOKKar3/XDjbvh/OUBdg==
344-
345340
"@humanwhocodes/config-array@^0.5.0":
346341
version "0.5.0"
347342
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
@@ -1890,6 +1885,11 @@ colorette@^1.2.2:
18901885
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
18911886
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
18921887

1888+
colorette@^2.0.0:
1889+
version "2.0.12"
1890+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.12.tgz#7938ab254e7bb1bba29b0fd1b4cc168889ca4d74"
1891+
integrity sha512-lHID0PU+NtFzeNCwTL6JzUKdb6kDpyEjrwTD1H0cDZswTbsjLh2wTV2Eo2sNZLc0oSg0a5W1AI4Nj7bX4iIdjA==
1892+
18931893
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
18941894
version "1.0.8"
18951895
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -4078,15 +4078,10 @@ jest@^26.6.3:
40784078
import-local "^3.0.2"
40794079
jest-cli "^26.6.3"
40804080

4081-
jmespath@^0.15.0:
4082-
version "0.15.0"
4083-
resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.15.0.tgz#a3f222a9aae9f966f5d27c796510e28091764217"
4084-
integrity sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=
4085-
4086-
joycon@^2.2.5:
4087-
version "2.2.5"
4088-
resolved "https://registry.yarnpkg.com/joycon/-/joycon-2.2.5.tgz#8d4cf4cbb2544d7b7583c216fcdfec19f6be1615"
4089-
integrity sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ==
4081+
joycon@^3.0.0:
4082+
version "3.0.1"
4083+
resolved "https://registry.yarnpkg.com/joycon/-/joycon-3.0.1.tgz#9074c9b08ccf37a6726ff74a18485f85efcaddaf"
4084+
integrity sha512-SJcJNBg32dGgxhPtM0wQqxqV0ax9k/9TaUskGDSJkSFSQOEWWvQ3zzWdGQRIUry2j1zA5+ReH13t0Mf3StuVZA==
40904085

40914086
js-tokens@^4.0.0:
40924087
version "4.0.0"
@@ -5323,22 +5318,29 @@ pinkie@^2.0.0:
53235318
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
53245319
integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
53255320

5326-
pino-pretty@^4.7.1:
5327-
version "4.8.0"
5328-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-4.8.0.tgz#f2f3055bf222456217b14ffb04d8be0a0cc17fce"
5329-
integrity sha512-mhQfHG4rw5ZFpWL44m0Utjo4GC2+HMfdNvxyA8lLw0sIqn6fCf7uQe6dPckUcW/obly+OQHD7B/MTso6LNizYw==
5321+
pino-abstract-transport@^0.3.0:
5322+
version "0.3.0"
5323+
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-0.3.0.tgz#9925d826a1b6e9a667ca43d14981d82240edd794"
5324+
integrity sha512-jsd59/ruahIoIU4xAdFtvk3lS9rwsDNJ7Vi0K34ATh1PEOD796SPqvydMaRk296CeTROyBG0SNCwsshN6QhxVg==
5325+
dependencies:
5326+
split2 "^3.2.2"
5327+
5328+
pino-pretty@^7.0.1:
5329+
version "7.0.1"
5330+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-7.0.1.tgz#1e5cf4f7ddacc5b45f5308f3adf4fedb02a3ec95"
5331+
integrity sha512-GMcNSmkZkwZseMOkaQWgmkGBPPhSuVwDZMf85i3sbkD/rZldoYyLSyU22YcXvYoLc3usX25GLA1VN6zvzQx7MQ==
53305332
dependencies:
5331-
"@hapi/bourne" "^2.0.0"
53325333
args "^5.0.1"
5333-
chalk "^4.0.0"
5334+
colorette "^2.0.0"
53345335
dateformat "^4.5.1"
53355336
fast-safe-stringify "^2.0.7"
5336-
jmespath "^0.15.0"
5337-
joycon "^2.2.5"
5337+
joycon "^3.0.0"
5338+
pino-abstract-transport "^0.3.0"
53385339
pump "^3.0.0"
53395340
readable-stream "^3.6.0"
53405341
rfdc "^1.3.0"
5341-
split2 "^3.1.1"
5342+
secure-json-parse "^2.4.0"
5343+
sonic-boom "^2.2.0"
53425344
strip-json-comments "^3.1.1"
53435345

53445346
pino-std-serializers@^3.1.0:
@@ -5863,6 +5865,11 @@ saxes@^5.0.1:
58635865
dependencies:
58645866
xmlchars "^2.2.0"
58655867

5868+
secure-json-parse@^2.4.0:
5869+
version "2.4.0"
5870+
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.4.0.tgz#5aaeaaef85c7a417f76271a4f5b0cc3315ddca85"
5871+
integrity sha512-Q5Z/97nbON5t/L/sH6mY2EacfjVGwrCcSi5D3btRO2GZ8pf1K1UN7Z9H5J57hjVU2Qzxr1xO+FmBhOvEkzCMmg==
5872+
58665873
semver-compare@^1.0.0:
58675874
version "1.0.0"
58685875
resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"
@@ -6056,10 +6063,10 @@ sonic-boom@^1.0.2:
60566063
atomic-sleep "^1.0.0"
60576064
flatstr "^1.0.12"
60586065

6059-
sonic-boom@^2.1.0:
6060-
version "2.1.0"
6061-
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-2.1.0.tgz#07b7b181b078aeb5f202019769e4088c70c4f0eb"
6062-
integrity sha512-x2j9LXx27EDlyZEC32gBM+scNVMdPutU7FIKV2BOTKCnPrp7bY5BsplCMQ4shYYR3IhDSIrEXoqb6GlS+z7KyQ==
6066+
sonic-boom@^2.1.0, sonic-boom@^2.2.0:
6067+
version "2.3.0"
6068+
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-2.3.0.tgz#b1622bbd29111ed12be94a644ea6b586b6daea70"
6069+
integrity sha512-lEPaw654/4/rCJHz/TNzV4GIthqCq4inO+O3aFhbdOvR1bE+2//sVkcS+xlqPdb8gdjQCEE0hE9BuvnVixbnWQ==
60636070
dependencies:
60646071
atomic-sleep "^1.0.0"
60656072

@@ -6135,7 +6142,7 @@ split-string@^3.0.1, split-string@^3.0.2:
61356142
dependencies:
61366143
extend-shallow "^3.0.0"
61376144

6138-
split2@^3.1.1:
6145+
split2@^3.1.1, split2@^3.2.2:
61396146
version "3.2.2"
61406147
resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f"
61416148
integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==

0 commit comments

Comments
 (0)