Update dependency @fastify/view to v10
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 2024-09-19 00:01:40 +00:00
parent 01d5956178
commit 59c21b0c70
2 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@
"dependencies": {
"@fastify/leveldb": "^6.0.0",
"@fastify/static": "^7.0.0",
"@fastify/view": "^9.0.0",
"@fastify/view": "^10.0.0",
"@prettier/plugin-pug": "^3.0.0",
"axios": "^1.4.0",
"fastify": "^4.18.0",

View File

@ -94,12 +94,12 @@
fastq "^1.17.0"
glob "^10.3.4"
"@fastify/view@^9.0.0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@fastify/view/-/view-9.1.0.tgz#41d527e2d53cd7d7e135a1a9feb191927aa0f0e2"
integrity sha512-jRTGDljs/uB2p8bf6c1x4stGjP7H84VQkhbtDgCx55Mxf9Fplud5UZIHubvL4BTTX8jNYEzP1FpNAOBi7vibxg==
"@fastify/view@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@fastify/view/-/view-10.0.0.tgz#602a08067cca8bbf330c6826ce3963f292b7f39e"
integrity sha512-2KnfgpSbAImKV5kKdNAkSyjV+9kYUYLvgDLx/wlzgqel92bN9Z520cwG3g3bAkr0yVnEJu62dIm2qAL9FASS1w==
dependencies:
fastify-plugin "^4.0.0"
fastify-plugin "^5.0.0"
toad-cache "^3.7.0"
"@isaacs/cliui@^8.0.2":