Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/serve-static to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2023
1 parent 3306114 commit b6bc533
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion workspaces/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/config": "^2.3.3",
"@nestjs/core": "^9.4.3",
"@nestjs/platform-express": "^9.4.3",
"@nestjs/serve-static": "^3.0.1",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^6.3.0",
"@nestjs/terminus": "^9.2.2",
"@opentelemetry/api": "^1.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,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"

Expand Down

0 comments on commit b6bc533

Please sign in to comment.