Skip to content

Commit

Permalink
update fastify deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jul 5, 2024
1 parent a1cff39 commit fc88938
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
},
"homepage": "https://github.com/fastify/fastify-static",
"dependencies": {
"@fastify/accept-negotiator": "^1.1.0",
"@fastify/send": "^2.1.0",
"@fastify/accept-negotiator": "^2.0.0-pre.fv5.1",
"@fastify/send": "^3.0.0-pre.fv5.1",
"content-disposition": "^0.5.4",
"fastify-plugin": "^4.5.1",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"fastq": "^1.17.1",
"glob": "^10.3.10"
},
"devDependencies": {
"@fastify/compress": "^7.0.0",
"@fastify/compress": "^8.0.0-pre.fv5.1",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"concat-stream": "^2.0.0",
"coveralls": "^3.1.1",
"fastify": "^4.26.2",
"fastify": "^5.0.0-alpha.3",
"handlebars": "^4.7.8",
"pino": "^9.1.0",
"proxyquire": "^2.1.3",
Expand Down

0 comments on commit fc88938

Please sign in to comment.