From adf0d0430a180f45f3c6f791a7ad8c1ba2a6443c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:06:41 +0000 Subject: [PATCH] chore(deps): update dependency @fastify/static to v8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f6b8eb958..6aeeb3565 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@commitlint/cli": "19.6.0", "@commitlint/config-angular": "19.6.0", - "@fastify/static": "7.0.4", + "@fastify/static": "8.0.2", "@nestjs/common": "10.4.8", "@nestjs/core": "10.4.8", "@nestjs/platform-express": "10.4.8", @@ -65,7 +65,7 @@ "typescript": "5.6.3" }, "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": "*",