Skip to content

Commit

Permalink
chore(deps-dev): update fastify to 5.0.0 and @fastify/formbody to 8.0…
Browse files Browse the repository at this point in the history
….1 (#4248)
  • Loading branch information
david-luna authored Sep 26, 2024
1 parent 09dbbfe commit 891a983
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 293 deletions.
9 changes: 9 additions & 0 deletions .tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,15 @@ fastify:
- node test/instrumentation/modules/fastify/async-await.test.js
- node test/instrumentation/modules/fastify/set-framework.test.js
- node test/sanitize-field-names/fastify.test.js
- versions:
mode: max-7
include: '>=5 <6'
peerDependencies: '@fastify/formbody@^8'
node: '>=20'
commands:
- node test/instrumentation/modules/fastify/fastify.test.js
- node test/instrumentation/modules/fastify/async-await.test.js
- node test/instrumentation/modules/fastify/set-framework.test.js

finalhandler:
versions: '*'
Expand Down
Loading

0 comments on commit 891a983

Please sign in to comment.