From 2d61160035ef147b6affb8a7035889b6f7649b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 06:03:03 +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 9.3.0 to 10.1.2 - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v9.3.0...v10.1.2) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-version: 10.1.2 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 de8d9db..73acc6a 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@fastify/rate-limit": "^11.1.0", - "@fastify/static": "^9.3.0", + "@fastify/static": "^10.1.2", "@fastify/websocket": "^11.3.0", "@notes/core": "*", "@notes/index": "*",