Skip to content

Commit 4aa4887

Browse files
fix(deps): bump pino from 9.4.0 to 9.7.0
Bumps [pino](https://github.com/pinojs/pino) from 9.4.0 to 9.7.0. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](pinojs/pino@v9.4.0...v9.7.0) --- updated-dependencies: - dependency-name: pino dependency-version: 9.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a5c87c commit 4aa4887

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"js2xmlparser": "^4.0.1",
6666
"jsonwebtoken": "9.0.2",
6767
"jszip": "3.10.1",
68-
"pino": "^9.4.0",
68+
"pino": "^9.7.0",
6969
"pino-abstract-transport": "^1.2.0",
7070
"pino-pretty": "^11.2.2",
7171
"proper-lockfile": "^4.1.2",

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4443,6 +4443,13 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
44434443
readable-stream "^4.0.0"
44444444
split2 "^4.0.0"
44454445

4446+
pino-abstract-transport@^2.0.0:
4447+
version "2.0.0"
4448+
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz#de241578406ac7b8a33ce0d77ae6e8a0b3b68a60"
4449+
integrity sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==
4450+
dependencies:
4451+
split2 "^4.0.0"
4452+
44464453
pino-pretty@^11.2.2:
44474454
version "11.2.2"
44484455
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.2.tgz#5e8ec69b31e90eb187715af07b1d29a544e60d39"
@@ -4468,17 +4475,17 @@ pino-std-serializers@^7.0.0:
44684475
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
44694476
integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
44704477

4471-
pino@^9.4.0:
4472-
version "9.4.0"
4473-
resolved "https://registry.yarnpkg.com/pino/-/pino-9.4.0.tgz#e4600ff199efc744856a5b3b71c53e38998eae5a"
4474-
integrity sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==
4478+
pino@^9.7.0:
4479+
version "9.7.0"
4480+
resolved "https://registry.yarnpkg.com/pino/-/pino-9.7.0.tgz#ff7cd86eb3103ee620204dbd5ca6ffda8b53f645"
4481+
integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==
44754482
dependencies:
44764483
atomic-sleep "^1.0.0"
44774484
fast-redact "^3.1.1"
44784485
on-exit-leak-free "^2.1.0"
4479-
pino-abstract-transport "^1.2.0"
4486+
pino-abstract-transport "^2.0.0"
44804487
pino-std-serializers "^7.0.0"
4481-
process-warning "^4.0.0"
4488+
process-warning "^5.0.0"
44824489
quick-format-unescaped "^4.0.3"
44834490
real-require "^0.2.0"
44844491
safe-stable-stringify "^2.3.1"
@@ -4542,10 +4549,10 @@ process-on-spawn@^1.0.0:
45424549
dependencies:
45434550
fromentries "^1.2.0"
45444551

4545-
process-warning@^4.0.0:
4546-
version "4.0.0"
4547-
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-4.0.0.tgz#581e3a7a1fb456c5f4fd239f76bce75897682d5a"
4548-
integrity sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==
4552+
process-warning@^5.0.0:
4553+
version "5.0.0"
4554+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-5.0.0.tgz#566e0bf79d1dff30a72d8bbbe9e8ecefe8d378d7"
4555+
integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
45494556

45504557
process@^0.11.10:
45514558
version "0.11.10"

0 commit comments

Comments
 (0)