Update dependency @fastify/view to v11
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 2025-03-19 02:03:02 +00:00
parent 6588e27c00
commit 0360f78669
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
"dependencies": {
"@fastify/leveldb": "^6.0.0",
"@fastify/static": "^8.0.0",
"@fastify/view": "^10.0.0",
"@fastify/view": "^11.0.0",
"@types/node": "^22.13.5",
"esbuild": "^0.25.0",
"fastify": "^5.2.1",

View File

@ -270,10 +270,10 @@
fastq "^1.17.1"
glob "^11.0.0"
"@fastify/view@^10.0.0":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@fastify/view/-/view-10.0.2.tgz#e661057ae927126d4582683732a13b615d64696a"
integrity sha512-tGjXFyDUMj5a+E8BBrQ2wpsVnpOfMq3cqy4WD8pnjWPE/HGNItBASUPoPUcX/QjPhxfuZZTYv2XdCmKXdcMZPw==
"@fastify/view@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@fastify/view/-/view-11.0.0.tgz#eb28693d2f3e7a5d92c5bfc27966ddc2e3b8047e"
integrity sha512-uMNwZoY88uUMP6hidJYHT0/7bXzLrWgo/X5kjKdKPi3bj69kSkuNKmcG5KEU2sDF91n+IiLAnqx3dkldFfz5hQ==
dependencies:
fastify-plugin "^5.0.0"
toad-cache "^3.7.0"