From 822153e758d87fe2cf3155cc59b5b817fb1c87cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:27:42 +0000 Subject: [PATCH] Bump @fastify/static from 9.1.0 to 9.1.1 Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v9.1.0...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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 23fd145..6218ab4 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "vitest": "^3.0.5" }, "dependencies": { - "@fastify/static": "^9.0.0", + "@fastify/static": "^9.1.1", "@fastify/websocket": "^11.0.2", "@headlessui-float/vue": "^0.15.0", "@headlessui/vue": "^1.7.14", diff --git a/yarn.lock b/yarn.lock index 2777e22..814db06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -873,10 +873,10 @@ http-errors "^2.0.0" mime "^3" -"@fastify/static@^9.0.0": - version "9.1.0" - resolved "https://registry.yarnpkg.com/@fastify/static/-/static-9.1.0.tgz#209445724896a0e9c44916e2faf532d1ec61cff1" - integrity sha512-EPRNQYqEYEYTK8yyGbcM0iHpyJaupb94bey5O6iCQfLTADr02kaZU+qeHSdd9H9TiMwTBVkrMa59V8CMbn3avQ== +"@fastify/static@^9.1.1": + version "9.1.1" + resolved "https://registry.yarnpkg.com/@fastify/static/-/static-9.1.1.tgz#e70fb7a31f9a50a0002e6a0de4c1a14473707acc" + integrity sha512-LHxFea3qdwe0Pbbkh/yux7/k6nFNLGTNcbLKVYgmRDB6LdDE/8TFSO7qWZ0IzM/nF6iwR8W03oFlwe4v79R1Ow== dependencies: "@fastify/accept-negotiator" "^2.0.0" "@fastify/send" "^4.0.0"