chore(deps): update dependency @nestjs/serve-static to v4.0.1

This commit is contained in:
renovate[bot] 2024-02-07 15:44:20 +00:00 committed by GitHub
parent 950f103fe0
commit aea78142e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -18,7 +18,7 @@
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.1",
"@nestjs/serve-static": "4.0.0",
"@nestjs/serve-static": "4.0.1",
"@nestjs/swagger": "7.2.0",
"@nestjs/terminus": "10.2.1",
"@nestjs/typeorm": "10.0.1",
@ -2361,9 +2361,9 @@
}
},
"node_modules/@nestjs/serve-static": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@nestjs/serve-static/-/serve-static-4.0.0.tgz",
"integrity": "sha512-8cTrNV2ngdHIjiLNsXePnw0+KY1ThrZGz/WeyAG5gIvmZNDbnZBOrPoYlKL+MOzlXlQStxR5jKLYmn+nJeoncQ==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@nestjs/serve-static/-/serve-static-4.0.1.tgz",
"integrity": "sha512-AoOrVdAe+WmsceuCcA8nWmKUYmaOsg9pqBCbIj7PS4W3XdikJQMtfxgSIoOlyUksZdhTBFjHqKh0Yhpj6pulwQ==",
"dependencies": {
"path-to-regexp": "0.2.5"
},