diff --git a/boilerplate/ts/infra/rest/fastify/package.json b/boilerplate/ts/infra/rest/fastify/package.json index 2fc0057a..c990ba4b 100644 --- a/boilerplate/ts/infra/rest/fastify/package.json +++ b/boilerplate/ts/infra/rest/fastify/package.json @@ -41,7 +41,7 @@ "@bitloops/bl-boilerplate-core": "^0.2.0", "@fastify/cors": "^8.1.0", "@fastify/formbody": "^7.3.0", - "fastify": "^5.7.4" + "fastify": "^5.8.4" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.40.0", diff --git a/boilerplate/ts/infra/rest/fastify/yarn.lock b/boilerplate/ts/infra/rest/fastify/yarn.lock index 18db8785..50a023d4 100644 --- a/boilerplate/ts/infra/rest/fastify/yarn.lock +++ b/boilerplate/ts/infra/rest/fastify/yarn.lock @@ -598,10 +598,10 @@ fastify-plugin@^4.0.0: resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.2.1.tgz#4b80020957938dbc44b8ad4a898fd8bcfbab3f65" integrity sha512-dlGKiwLzRBKkEf5J5ho0uAD/Jdv8GQVUbriB3tAX3ehRUXE4gTV3lRd5inEg9li1aLzb0EGj8y2K4/8g1TN06g== -fastify@^5.7.4: - version "5.7.4" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.7.4.tgz#c5779ec5a509f5ea0a6b4232855eddb7125da129" - integrity sha512-e6l5NsRdaEP8rdD8VR0ErJASeyaRbzXYpmkrpr2SuvuMq6Si3lvsaVy5C+7gLanEkvjpMDzBXWE5HPeb/hgTxA== +fastify@^5.8.4: + version "5.8.4" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.8.4.tgz#9ad9ebeea57980cf8722b5c44ca27ea9255cf2d5" + integrity sha512-sa42J1xylbBAYUWALSBoyXKPDUvM3OoNOibIefA+Oha57FryXKKCZarA1iDntOCWp3O35voZLuDg2mdODXtPzQ== dependencies: "@fastify/ajv-compiler" "^4.0.5" "@fastify/error" "^4.0.0" @@ -612,7 +612,7 @@ fastify@^5.7.4: fast-json-stringify "^6.0.0" find-my-way "^9.0.0" light-my-request "^6.0.0" - pino "^10.1.0" + pino "^9.14.0 || ^10.1.0" process-warning "^5.0.0" rfdc "^1.3.1" secure-json-parse "^4.0.0" @@ -1004,10 +1004,10 @@ pino-std-serializers@^7.0.0: resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.1.0.tgz#a7b0cd65225f29e92540e7853bd73b07479893fc" integrity sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw== -pino@^10.1.0: - version "10.3.0" - resolved "https://registry.yarnpkg.com/pino/-/pino-10.3.0.tgz#965ae842e9b7e6e7e9f002bac33c831b16912529" - integrity sha512-0GNPNzHXBKw6U/InGe79A3Crzyk9bcSyObF9/Gfo9DLEf5qj5RF50RSjsu0W1rZ6ZqRGdzDFCRBQvi9/rSGPtA== +"pino@^9.14.0 || ^10.1.0": + version "10.3.1" + resolved "https://registry.yarnpkg.com/pino/-/pino-10.3.1.tgz#6552c8f8d8481844c9e452e7bf0be90bff1939ce" + integrity sha512-r34yH/GlQpKZbU1BvFFqOjhISRo1MNx1tWYsYvmj6KIRHSPMT2+yHOEb1SG6NMvRoHRF0a07kCOox/9yakl1vg== dependencies: "@pinojs/redact" "^0.4.0" atomic-sleep "^1.0.0"