Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"lru-cache": "^11.0.1",
"octokit": "^4.0.2",
"openid-client": "^5.7.0",
"pino": "^9.4.0",
"pino": "^10.3.1",
"pino-http": "^10.4.0",
"pino-pretty": "^13.0.0",
"zod": "^3.24.1"
Expand Down
64 changes: 62 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,13 @@ __metadata:
languageName: node
linkType: hard

"@pinojs/redact@npm:^0.4.0":
version: 0.4.0
resolution: "@pinojs/redact@npm:0.4.0"
checksum: 10/2210ffb6b38357853d47239fd0532cc9edb406325270a81c440a35cece22090127c30c2ead3eefa3e608f2244087485308e515c431f4f69b6bd2e16cbd32812b
languageName: node
linkType: hard

"@pkgjs/parseargs@npm:^0.11.0":
version: 0.11.0
resolution: "@pkgjs/parseargs@npm:0.11.0"
Expand Down Expand Up @@ -4085,7 +4092,7 @@ __metadata:
oauth2-mock-server: "npm:^7.2.0"
octokit: "npm:^4.0.2"
openid-client: "npm:^5.7.0"
pino: "npm:^9.4.0"
pino: "npm:^10.3.1"
pino-http: "npm:^10.4.0"
pino-pretty: "npm:^13.0.0"
prettier: "npm:^3.5.1"
Expand Down Expand Up @@ -5915,6 +5922,15 @@ __metadata:
languageName: node
linkType: hard

"pino-abstract-transport@npm:^3.0.0":
version: 3.0.0
resolution: "pino-abstract-transport@npm:3.0.0"
dependencies:
split2: "npm:^4.0.0"
checksum: 10/f42b85b2663c8520839124a55b27801e88c89c65e9569384b49bb4c81b022ae24860020c2375b92a03db699113969007cc155e1fb2dfe53754403920c1cbe18c
languageName: node
linkType: hard

"pino-http@npm:^10.4.0":
version: 10.4.0
resolution: "pino-http@npm:10.4.0"
Expand Down Expand Up @@ -5957,7 +5973,28 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:^9.0.0, pino@npm:^9.4.0":
"pino@npm:^10.3.1":
version: 10.3.1
resolution: "pino@npm:10.3.1"
dependencies:
"@pinojs/redact": "npm:^0.4.0"
atomic-sleep: "npm:^1.0.0"
on-exit-leak-free: "npm:^2.1.0"
pino-abstract-transport: "npm:^3.0.0"
pino-std-serializers: "npm:^7.0.0"
process-warning: "npm:^5.0.0"
quick-format-unescaped: "npm:^4.0.3"
real-require: "npm:^0.2.0"
safe-stable-stringify: "npm:^2.3.1"
sonic-boom: "npm:^4.0.1"
thread-stream: "npm:^4.0.0"
bin:
pino: bin.js
checksum: 10/46cad7bf1859c83a8a9c43af764e5165f44057ce76d44b1b2b4390f2abccb8a579f42abfe742d88b4d8e1d339213afb46ea50fc39c50095dd1f0f9fe26ea1342
languageName: node
linkType: hard

"pino@npm:^9.0.0":
version: 9.4.0
resolution: "pino@npm:9.4.0"
dependencies:
Expand Down Expand Up @@ -6026,6 +6063,13 @@ __metadata:
languageName: node
linkType: hard

"process-warning@npm:^5.0.0":
version: 5.0.0
resolution: "process-warning@npm:5.0.0"
checksum: 10/10f3e00ac9fc1943ec4566ff41fff2b964e660f853c283e622257719839d340b4616e707d62a02d6aa0038761bb1fa7c56bc7308d602d51bd96f05f9cd305dcd
languageName: node
linkType: hard

"process@npm:^0.11.10":
version: 0.11.10
resolution: "process@npm:0.11.10"
Expand Down Expand Up @@ -6162,6 +6206,13 @@ __metadata:
languageName: node
linkType: hard

"real-require@npm:^1.0.0":
version: 1.0.0
resolution: "real-require@npm:1.0.0"
checksum: 10/ac2ae7681e20c92be45a5f49110414af1576c7b4512869c2260076a69fc7c336335ef354f466a3be92e779c55b8df0b0043d191797d82d7f18e6310958e5a890
languageName: node
linkType: hard

"regexp.prototype.flags@npm:^1.5.2":
version: 1.5.2
resolution: "regexp.prototype.flags@npm:1.5.2"
Expand Down Expand Up @@ -6898,6 +6949,15 @@ __metadata:
languageName: node
linkType: hard

"thread-stream@npm:^4.0.0":
version: 4.2.0
resolution: "thread-stream@npm:4.2.0"
dependencies:
real-require: "npm:^1.0.0"
checksum: 10/040d1f5284806a28d12ac83fc0a1f0b32547c6773b5fab9494c664798fa7fb14197bede695ec61221c5f93f64a32b0f1850408d0ad5730af03ee1d1efe6c1b05
languageName: node
linkType: hard

"through@npm:>=2.2.7 <3":
version: 2.3.8
resolution: "through@npm:2.3.8"
Expand Down
Loading