Update dependency @fastify/static to v8.2.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate Bot 2025-05-22 02:01:57 +00:00
parent 3d58ecf99b
commit f68996540d

View File

@ -247,10 +247,10 @@
"@fastify/forwarded" "^3.0.0"
ipaddr.js "^2.1.0"
"@fastify/send@^3.2.0":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@fastify/send/-/send-3.3.1.tgz#cb5759480eb4110b44d9af613d61b3f8b2933d8b"
integrity sha512-6pofeVwaHN+E/MAofCwDqkWUliE3i++jlD0VH/LOfU8TJlCkMUSgKvA9bawDdVXxjve7XrdYMyDmkiYaoGWEtA==
"@fastify/send@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@fastify/send/-/send-4.0.0.tgz#401cbc7b5bf76b1f2f22bc340f90261e7ae60c24"
integrity sha512-eJjKDxyBnZ1iMHcmwYWG5wSA/yzVY/yrBy3Upd2+hc0omcK13tWeXRcbF28zEcbl+Z2kXEgMzJ5Rb/gXGWx9Rg==
dependencies:
"@lukeed/ms" "^2.0.2"
escape-html "~1.0.3"
@ -259,12 +259,12 @@
mime "^3"
"@fastify/static@^8.0.0":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@fastify/static/-/static-8.1.1.tgz#406bfab6b9c5d9ccb0f6b41e66963d6775c11ead"
integrity sha512-TW9eyVHJLytZNpBlSIqd0bl1giJkEaRaPZG+5AT3L/OBKq9U8D7g/OYmc2NPQZnzPURGhMt3IAWuyVkvd2nOkQ==
version "8.2.0"
resolved "https://registry.yarnpkg.com/@fastify/static/-/static-8.2.0.tgz#5ad4878f13f415d1ee78448020a6f522ac7af595"
integrity sha512-PejC/DtT7p1yo3p+W7LiUtLMsV8fEvxAK15sozHy9t8kwo5r0uLYmhV/inURmGz1SkHZFz/8CNtHLPyhKcx4SQ==
dependencies:
"@fastify/accept-negotiator" "^2.0.0"
"@fastify/send" "^3.2.0"
"@fastify/send" "^4.0.0"
content-disposition "^0.5.4"
fastify-plugin "^5.0.0"
fastq "^1.17.1"