Skip to content
Merged
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 @@ -42,7 +42,7 @@
"@fastify/swagger-ui": "^5.2.5",
"@fastify/type-provider-typebox": "^6.1.0",
"@scalar/fastify-api-reference": "^1.44.24",
"fastify": "^5.7.4",
"fastify": "^5.8.1",
"fastify-cli": "^7.4.1",
"fastify-metrics": "^12.1.0",
"fastify-plugin": "^5.1.0",
Expand Down
57 changes: 55 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,7 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:^5.0.0, fastify@npm:^5.7.4":
"fastify@npm:^5.0.0":
version: 5.7.4
resolution: "fastify@npm:5.7.4"
dependencies:
Expand All @@ -2519,6 +2519,29 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:^5.8.1":
version: 5.8.2
resolution: "fastify@npm:5.8.2"
dependencies:
"@fastify/ajv-compiler": "npm:^4.0.5"
"@fastify/error": "npm:^4.0.0"
"@fastify/fast-json-stringify-compiler": "npm:^5.0.0"
"@fastify/proxy-addr": "npm:^5.0.0"
abstract-logging: "npm:^2.0.1"
avvio: "npm:^9.0.0"
fast-json-stringify: "npm:^6.0.0"
find-my-way: "npm:^9.0.0"
light-my-request: "npm:^6.0.0"
pino: "npm:^9.14.0 || ^10.1.0"
process-warning: "npm:^5.0.0"
rfdc: "npm:^1.3.1"
secure-json-parse: "npm:^4.0.0"
semver: "npm:^7.6.0"
toad-cache: "npm:^3.7.0"
checksum: 10c0/f6ee45032d8467c590b665a5d1d4c90b45c8cc51d427d29ff0c42759fa2ab88168bd9a473675bd163991bc84565e4d6ebdb8b914a6ecea5df59844fd1dfc7553
languageName: node
linkType: hard

"fastq@npm:^1.17.1":
version: 1.17.1
resolution: "fastq@npm:1.17.1"
Expand Down Expand Up @@ -4444,6 +4467,27 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:^9.14.0 || ^10.1.0":
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: 10c0/ae1c57f2baac85dd5d63a3500746d5ea1cfc4bfcbf356eaec94d42a782eeb80caa4d4614de43a036cf48e2aed46d855a7ff21b126f55a63811def52a894ef937
languageName: node
linkType: hard

"pkg-dir@npm:^4.1.0":
version: 4.2.0
resolution: "pkg-dir@npm:4.2.0"
Expand Down Expand Up @@ -5035,7 +5079,7 @@ __metadata:
"@typescript/native-preview": "npm:^7.0.0-dev.20260219.1"
eslint: "npm:^9.39.2"
eslint-config-prettier: "npm:^10.1.8"
fastify: "npm:^5.7.4"
fastify: "npm:^5.8.1"
fastify-cli: "npm:^7.4.1"
fastify-metrics: "npm:^12.1.0"
fastify-plugin: "npm:^5.1.0"
Expand Down Expand Up @@ -5074,6 +5118,15 @@ __metadata:
languageName: node
linkType: hard

"thread-stream@npm:^4.0.0":
version: 4.0.0
resolution: "thread-stream@npm:4.0.0"
dependencies:
real-require: "npm:^0.2.0"
checksum: 10c0/f0a47a673af574062df20140ec3e857d679365253fcaa98a76c167c9a053ee03291f4b25bd89b078c7f6a48f07f49d5a49e4f5598bb1c8a263ec15955a018fbd
languageName: node
linkType: hard

"tinyexec@npm:^1.0.0":
version: 1.0.1
resolution: "tinyexec@npm:1.0.1"
Expand Down
Loading