From 797edb864db58edb5e6bb1c4f65e3bd2c5315488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:46:44 +0000 Subject: [PATCH] ci(deps): bump @fastify/static from 9.1.1 to 10.1.2 Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 9.1.1 to 10.1.2. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v9.1.1...v10.1.2) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-version: 10.1.2 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 2386cb4b..3dad771b 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "typecheck": "vitest run --typecheck --mode=typecheck" }, "dependencies": { - "@fastify/static": "9.1.1", + "@fastify/static": "10.1.2", "@flex-development/log": "5.0.0", "@flex-development/tutils": "6.0.0-alpha.25", "@nestjs/common": "11.1.0",