fix(deps): update dependency @fastify/static to v8.1.1

This commit is contained in:
renovate[bot]
2025-02-17 08:56:07 +00:00
committed by GitHub
parent 99e6ba624b
commit f29689078d
3 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@@ -39,7 +39,7 @@
"@fastify/formbody": "8.0.2",
"@fastify/middie": "9.0.3",
"@fastify/multipart": "9.0.3",
"@fastify/static": "8.1.0",
"@fastify/static": "8.1.1",
"@fastify/view": "10.0.2",
"@grpc/grpc-js": "1.12.6",
"@grpc/proto-loader": "0.7.13",
@@ -4374,9 +4374,9 @@
}
},
"node_modules/@fastify/static": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-8.1.0.tgz",
"integrity": "sha512-lPb8+1ulvbGSUSQ0/adBDyp/Ye/MX+pBwhkLAr8/GU88kNnJlSu7KXdyW6CCOROcr5BgrqJD01lEOosozFAegw==",
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-8.1.1.tgz",
"integrity": "sha512-TW9eyVHJLytZNpBlSIqd0bl1giJkEaRaPZG+5AT3L/OBKq9U8D7g/OYmc2NPQZnzPURGhMt3IAWuyVkvd2nOkQ==",
"dev": true,
"funding": [
{
@@ -4433,9 +4433,9 @@
}
},
"node_modules/@fastify/static/node_modules/jackspeak": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.2.tgz",
"integrity": "sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.3.tgz",
"integrity": "sha512-oSwM7q8PTHQWuZAlp995iPpPJ4Vkl7qT0ZRD+9duL9j2oBy6KcTfyxc8mEuHJYC+z/kbps80aJLkaNzTOrf/kw==",
"dev": true,
"license": "BlueOak-1.0.0",
"dependencies": {

View File

@@ -88,7 +88,7 @@
"@fastify/formbody": "8.0.2",
"@fastify/middie": "9.0.3",
"@fastify/multipart": "9.0.3",
"@fastify/static": "8.1.0",
"@fastify/static": "8.1.1",
"@fastify/view": "10.0.2",
"@grpc/grpc-js": "1.12.6",
"@grpc/proto-loader": "0.7.13",

View File

@@ -22,7 +22,7 @@
"@nestjs/common": "11.0.9",
"@nestjs/core": "11.0.9",
"@nestjs/platform-fastify": "11.0.9",
"@fastify/static": "8.1.0",
"@fastify/static": "8.1.1",
"handlebars": "4.7.8",
"@fastify/view": "10.0.2",
"reflect-metadata": "0.2.2",