From 4e239db55d05491f8e91ba927fb360a61bb2ef38 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Jan 2025 01:04:11 +0000 Subject: [PATCH] Update dependency @fastify/static to v8.0.4 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index aa05ea2..89ce0f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -95,9 +95,9 @@ mime "^3" "@fastify/static@^8.0.0": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@fastify/static/-/static-8.0.3.tgz#53300bc4eb81b7a97a3f31b84c4cd4b161439ea3" - integrity sha512-GHSoOVDIxEYEeVR5l044bRCuAKDErD/+9VE+Z9fnaTRr+DDz0Avrm4kKai1mHbPx6C0U7BVNthjd/gcMquZZUA== + version "8.0.4" + resolved "https://registry.yarnpkg.com/@fastify/static/-/static-8.0.4.tgz#7410ac5f73d6027d46e5b759b6a0365f9c5bca76" + integrity sha512-JdJIlXDYXZxbTFQazWOEfHxyD5uRXqRsLnp4rV9MwJnxadA0rrWBI8ZelPF2TPk/xDi5wunY/6ZmfwHXld13bA== dependencies: "@fastify/accept-negotiator" "^2.0.0" "@fastify/send" "^3.2.0"