diff --git a/package.json b/package.json index b935aeb8e..f7e6ce4fa 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@commitlint/cli": "19.5.0", "@commitlint/config-angular": "19.5.0", - "@fastify/static": "7.0.4", + "@fastify/static": "8.0.2", "@nestjs/common": "10.4.6", "@nestjs/core": "10.4.6", "@nestjs/platform-express": "10.4.6", @@ -64,7 +64,7 @@ "typescript": "5.1.6" }, "peerDependencies": { - "@fastify/static": "^6.0.0 || ^7.0.0", + "@fastify/static": "^6.0.0 || ^7.0.0 || ^8.0.0", "@nestjs/common": "^9.0.0 || ^10.0.0", "@nestjs/core": "^9.0.0 || ^10.0.0", "class-transformer": "*",