diff --git a/package.json b/package.json index 8b98a99..b16fa2c 100644 --- a/package.json +++ b/package.json @@ -29,20 +29,20 @@ }, "homepage": "https://github.com/fastify/fastify-static", "dependencies": { - "@fastify/accept-negotiator": "^2.0.0-pre.fv5.1", + "@fastify/accept-negotiator": "^2.0.0", "@fastify/send": "^3.1.0", "content-disposition": "^0.5.4", - "fastify-plugin": "^5.0.0-pre.fv5.1", + "fastify-plugin": "^5.0.0", "fastq": "^1.17.1", "glob": "^11.0.0" }, "devDependencies": { - "@fastify/compress": "^8.0.0-pre.fv5.1", + "@fastify/compress": "^8.0.0", "@fastify/pre-commit": "^2.1.0", "@types/node": "^22.0.0", "concat-stream": "^2.0.0", "eslint": "^9.9.0", - "fastify": "^5.0.0-alpha.3", + "fastify": "^5.0.0-alpha.4", "neostandard": "^0.11.3", "pino": "^9.1.0", "proxyquire": "^2.1.3",