From 250cad46f033a74fd09e6283f7a21504dfdf8dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:09:29 +0000 Subject: [PATCH] Bump @fastify/static from 8.1.1 to 9.1.1 Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 8.1.1 to 9.1.1. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v8.1.1...v9.1.1) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6261d3c..2386cb4b 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "typecheck": "vitest run --typecheck --mode=typecheck" }, "dependencies": { - "@fastify/static": "8.1.1", + "@fastify/static": "9.1.1", "@flex-development/log": "5.0.0", "@flex-development/tutils": "6.0.0-alpha.25", "@nestjs/common": "11.1.0",