Skip to content

Commit 3fca6e3

Browse files
fix(deps): update dependency pino-pretty to v9 (#1575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7a47b5 commit 3fca6e3

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"graphql-yoga": "2.13.4",
1111
"fastify": "4.4.0",
12-
"pino-pretty": "8.1.0"
12+
"pino-pretty": "9.0.0"
1313
},
1414
"devDependencies": {
1515
"@types/node": "16.11.47",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16385,6 +16385,11 @@ on-exit-leak-free@^1.0.0:
1638516385
resolved "https://registry.yarnpkg.com/on-exit-leak-free/-/on-exit-leak-free-1.0.0.tgz#4a2accb382278a266848bb1a21439e5fc3cd9881"
1638616386
integrity sha512-Ve8ubhrXRdnuCJ5bQSQpP3uaV43K1PMcOfSRC1pqHgRZommXCgsXwh08jVC5NpjwScE23BPDwDvVg4cov3mwjw==
1638716387

16388+
on-exit-leak-free@^2.1.0:
16389+
version "2.1.0"
16390+
resolved "https://registry.yarnpkg.com/on-exit-leak-free/-/on-exit-leak-free-2.1.0.tgz#5c703c968f7e7f851885f6459bf8a8a57edc9cc4"
16391+
integrity sha512-VuCaZZAjReZ3vUwgOB8LxAosIurDiAW0s13rI1YwmaP++jvcxP77AWoQvenZebpCA2m8WC1/EosPYPMjnRAp/w==
16392+
1638816393
[email protected], on-finished@^2.3.0:
1638916394
version "2.4.1"
1639016395
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
@@ -17068,10 +17073,10 @@ [email protected]:
1706817073
duplexify "^4.1.2"
1706917074
split2 "^4.0.0"
1707017075

17071-
pino-pretty@8.1.0:
17072-
version "8.1.0"
17073-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-8.1.0.tgz#1dda4ca71701dfeaf1f72057da1b5b718a0d0f04"
17074-
integrity sha512-oKfI8qKXR2a3haHs/X8iB6QSnWLqoOGAjwxIAXem4+XOGIGNw7IKpozId1uE7j89Rj46HIfWnGbAgmQmr8+yRw==
17076+
pino-pretty@9.0.0:
17077+
version "9.0.0"
17078+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-9.0.0.tgz#729e7b272a2326f4e7e50fdf669f211f7d6a5f2c"
17079+
integrity sha512-WcojVUw8aJQz0in90xj7nQo5g14d9bLkBnE80P/Sk8JxNilbtyXp9mNjRcF07uOBEoNMrdkBniv8Tu1Lale7Kw==
1707517080
dependencies:
1707617081
colorette "^2.0.7"
1707717082
dateformat "^4.6.3"
@@ -17080,7 +17085,7 @@ [email protected]:
1708017085
help-me "^4.0.1"
1708117086
joycon "^3.1.1"
1708217087
minimist "^1.2.6"
17083-
on-exit-leak-free "^1.0.0"
17088+
on-exit-leak-free "^2.1.0"
1708417089
pino-abstract-transport "^1.0.0"
1708517090
pump "^3.0.0"
1708617091
readable-stream "^4.0.0"

0 commit comments

Comments
 (0)