From e120b845d30cbb113fb8d59984dae1a580adfd90 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Fri, 5 Jul 2024 06:36:20 -0400 Subject: [PATCH] update fastify deps --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cea3c51..491929d 100644 --- a/package.json +++ b/package.json @@ -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",