From 79502d7b63a9e9cf804352c178a4c50a0f88a0f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:56:29 +0000 Subject: [PATCH] chore(deps-dev): bump @fastify/static Bumps the npm_and_yarn group with 1 update in the /packages/web/app directory: [@fastify/static](https://github.com/fastify/fastify-static). Updates `@fastify/static` from 9.0.0 to 9.1.1 - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v9.0.0...v9.1.1) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-version: 9.1.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/web/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/app/package.json b/packages/web/app/package.json index 7090cd09ef..faaa2c101f 100644 --- a/packages/web/app/package.json +++ b/packages/web/app/package.json @@ -18,7 +18,7 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@fastify/cors": "11.2.0", - "@fastify/static": "9.0.0", + "@fastify/static": "9.1.1", "@fastify/vite": "8.4.1", "@graphiql/plugin-explorer": "4.0.0-alpha.2", "@graphiql/react": "1.0.0-alpha.4",