From 24858fe78e35917c2a57a4142d1043b19b94c3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 07:14:40 +0000 Subject: [PATCH] chore(deps): Bump @fastify/static from 10.1.2 to 10.1.3 Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 10.1.2 to 10.1.3. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v10.1.2...v10.1.3) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-version: 10.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9345d8d..baaaa24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@fastify/cors": "^11.3.0", "@fastify/helmet": "^13.0.2", "@fastify/rate-limit": "^11.2.0", - "@fastify/static": "^10.1.2", + "@fastify/static": "^10.1.3", "@fastify/swagger": "^9.8.1", "@fastify/swagger-ui": "^6.1.1", "@modelcontextprotocol/sdk": "^1.30.0", @@ -548,9 +548,9 @@ } }, "node_modules/@fastify/static": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-10.1.2.tgz", - "integrity": "sha512-G/g18cG9tLutT/OVyN1AIsHIl9L1UwmJ+S3dkyhVpplIx0nEMicd7RGQ+uJLyhKKF4a3tTcQydccn3Mop1fX+Q==", + "version": "10.1.3", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-10.1.3.tgz", + "integrity": "sha512-W6jqajYS974XjPjB5hQWoxPM8NKM4+p8YmQT6G5IbCa4uhdWSVadZUv75siy1wEA/3ty8RYdpBydfWeu9AqAqQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index e273c9a..a71d36d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@fastify/cors": "^11.3.0", "@fastify/helmet": "^13.0.2", "@fastify/rate-limit": "^11.2.0", - "@fastify/static": "^10.1.2", + "@fastify/static": "^10.1.3", "@fastify/swagger": "^9.8.1", "@fastify/swagger-ui": "^6.1.1", "@modelcontextprotocol/sdk": "^1.30.0",