From 80d47f2597ef650b6461ab3fccd9577c22aad079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:22:10 +0000 Subject: [PATCH] chore(deps): bump @fastify/static Bumps the npm_and_yarn group with 1 update in the /apps/server directory: [@fastify/static](https://github.com/fastify/fastify-static). Updates `@fastify/static` from 8.3.0 to 9.1.1 - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v8.3.0...v9.1.1) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-version: 9.1.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/server/package.json b/apps/server/package.json index 4b0b06e..fa66f90 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@fastify/rate-limit": "^10.0.0", - "@fastify/static": "^8.0.0", + "@fastify/static": "^9.1.1", "@fastify/swagger": "^9.7.0", "@fastify/swagger-ui": "^5.2.5", "@modelcontextprotocol/sdk": "^1.2.0",