Update dependency @fastify/view to v11 #170

Merged
bot merged 1 commits from renovate/fastify-view-11.x into master 2025-03-22 03:09:41 +01:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 0360f78669 - Show all commits

View File

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

View File

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