⬆️(deps): Bump @nestjs/serve-static from 3.0.1 to 4.0.0 (#211)

Bumps [@nestjs/serve-static](https://github.com/nestjs/serve-static) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/nestjs/serve-static/releases)
- [Changelog](https://github.com/nestjs/serve-static/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/serve-static/compare/3.0.1...4.0.0)

---
updated-dependencies:
- dependency-name: "@nestjs/serve-static"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-06 19:38:17 +02:00 committed by GitHub
parent ad14c2c1cb
commit f6122b7549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@
"@nestjs/event-emitter": "^1.3.1",
"@nestjs/platform-express": "^9.4.2",
"@nestjs/schedule": "^2.1.0",
"@nestjs/serve-static": "^3.0.1",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/terminus": "^9.2.2",
"date-fns": "^2.30.0",
"discord.js": "^14.11.0",

View File

@ -937,10 +937,10 @@
jsonc-parser "3.2.0"
pluralize "8.0.0"
"@nestjs/serve-static@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@nestjs/serve-static/-/serve-static-3.0.1.tgz#d7d736b47171923d9e87262e19cc58ade8f4ba56"
integrity sha512-i766UJPYOqvQ2BbRKh0/+Mmq5NkJnmKcShjWV1i5qpXyeM0KDZTn0n7g7ykWq/3LbQgjpMzrhYtGv35GX7GVQw==
"@nestjs/serve-static@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@nestjs/serve-static/-/serve-static-4.0.0.tgz#3baeea982f66d64718a59f3d8f67281b74d4dbdd"
integrity sha512-8cTrNV2ngdHIjiLNsXePnw0+KY1ThrZGz/WeyAG5gIvmZNDbnZBOrPoYlKL+MOzlXlQStxR5jKLYmn+nJeoncQ==
dependencies:
path-to-regexp "0.2.5"