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

This commit is contained in:
Renovate Bot 2024-11-23 01:03:38 +00:00
parent 932edda067
commit 2d98e0b142

View File

@ -70,10 +70,10 @@
dependencies: dependencies:
fast-deep-equal "^3.1.3" fast-deep-equal "^3.1.3"
"@fastify/send@^3.1.0": "@fastify/send@^3.2.0":
version "3.1.1" version "3.2.0"
resolved "https://registry.yarnpkg.com/@fastify/send/-/send-3.1.1.tgz#455a8fa56ae005c4c387ddf111364f346b848117" resolved "https://registry.yarnpkg.com/@fastify/send/-/send-3.2.0.tgz#c1cf5a1c18de1e266db1d7886e63ab3564d38c95"
integrity sha512-LdiV2mle/2tH8vh6GwGl0ubfUAgvY+9yF9oGI1iiwVyNUVOQamvw5n+OFu6iCNNoyuCY80FFURBn4TZCbTe8LA== integrity sha512-qF4TIEMjqk92jrOXjcqBrkk+HOXE70AwDKas9/AweFslbvSq0o1JEAHzC7YlggBaj4bN9pU70XIPyseEJ6vlXg==
dependencies: dependencies:
"@lukeed/ms" "^2.0.2" "@lukeed/ms" "^2.0.2"
escape-html "~1.0.3" escape-html "~1.0.3"
@ -82,12 +82,12 @@
mime "^3" mime "^3"
"@fastify/static@^8.0.0": "@fastify/static@^8.0.0":
version "8.0.2" version "8.0.3"
resolved "https://registry.yarnpkg.com/@fastify/static/-/static-8.0.2.tgz#870cb045f2b5fe3498bc38180dad0010964683c0" resolved "https://registry.yarnpkg.com/@fastify/static/-/static-8.0.3.tgz#53300bc4eb81b7a97a3f31b84c4cd4b161439ea3"
integrity sha512-xJ+XaZVl4Y+lKztx8jGi+BE73aByhOmjMgaTx98E4XtVZxUpiaYQIMBlwACsJz+xohm0kvzV34BZoiZ+bsJtBQ== integrity sha512-GHSoOVDIxEYEeVR5l044bRCuAKDErD/+9VE+Z9fnaTRr+DDz0Avrm4kKai1mHbPx6C0U7BVNthjd/gcMquZZUA==
dependencies: dependencies:
"@fastify/accept-negotiator" "^2.0.0" "@fastify/accept-negotiator" "^2.0.0"
"@fastify/send" "^3.1.0" "@fastify/send" "^3.2.0"
content-disposition "^0.5.4" content-disposition "^0.5.4"
fastify-plugin "^5.0.0" fastify-plugin "^5.0.0"
fastq "^1.17.1" fastq "^1.17.1"
@ -366,9 +366,9 @@ cookie@^1.0.1:
integrity sha512-Xd8lFX4LM9QEEwxQpF9J9NTUh8pmdJO0cyRJhFiDoLTk2eH8FXlRv2IFGYVadZpqI3j8fhNrSdKCeYPxiAhLXw== integrity sha512-Xd8lFX4LM9QEEwxQpF9J9NTUh8pmdJO0cyRJhFiDoLTk2eH8FXlRv2IFGYVadZpqI3j8fhNrSdKCeYPxiAhLXw==
cross-spawn@^7.0.0: cross-spawn@^7.0.0:
version "7.0.5" version "7.0.6"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug== integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
dependencies: dependencies:
path-key "^3.1.0" path-key "^3.1.0"
shebang-command "^2.0.0" shebang-command "^2.0.0"