Skip to content

Commit

Permalink
Merge pull request #3400 from nestjs/renovate/fastify-4.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency fastify to v4.29.0
  • Loading branch information
kamilmysliwiec authored Dec 4, 2024
2 parents 5bfc804 + f818942 commit 91771ab
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nestjs/common": "10.4.13",
"@nestjs/platform-fastify": "10.4.13",
"@nestjs/testing": "10.4.13",
"fastify": "4.28.1",
"fastify": "4.29.0",
"mercurius": "14.1.0",
"mercurius-integration-testing": "9.0.0"
},
Expand Down
22 changes: 22 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5024,6 +5024,28 @@ fastify@4.28.1:
semver "^7.5.4"
toad-cache "^3.3.0"

fastify@4.29.0:
version "4.29.0"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.29.0.tgz#ea3fcd92f4d9deaa841a6722dc6e3e7ff9392850"
integrity sha512-MaaUHUGcCgC8fXQDsDtioaCcag1fmPJ9j64vAKunqZF4aSub040ZGi/ag8NGE2714yREPOKZuHCfpPzuUD3UQQ==
dependencies:
"@fastify/ajv-compiler" "^3.5.0"
"@fastify/error" "^3.4.0"
"@fastify/fast-json-stringify-compiler" "^4.3.0"
abstract-logging "^2.0.1"
avvio "^8.3.0"
fast-content-type-parse "^1.1.0"
fast-json-stringify "^5.8.0"
find-my-way "^8.0.0"
light-my-request "^5.11.0"
pino "^9.0.0"
process-warning "^3.0.0"
proxy-addr "^2.0.7"
rfdc "^1.3.0"
secure-json-parse "^2.7.0"
semver "^7.5.4"
toad-cache "^3.3.0"

fastparallel@^2.3.0:
version "2.4.1"
resolved "https://registry.npmjs.org/fastparallel/-/fastparallel-2.4.1.tgz"
Expand Down

0 comments on commit 91771ab

Please sign in to comment.