Skip to content

Commit

Permalink
Merge pull request #4136 from nestjs/renovate/nestjs-serve-static-2.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @nestjs/serve-static to v2
  • Loading branch information
kamilmysliwiec committed Feb 23, 2020
2 parents b6e9119 + a1bc0d0 commit 5d17da5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions sample/24-serve-static/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/24-serve-static/package.json
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@nestjs/common": "6.11.8",
"@nestjs/core": "6.11.8",
"@nestjs/serve-static": "1.0.2",
"@nestjs/serve-static": "2.0.0",
"@nestjs/platform-express": "6.11.8",
"class-transformer": "0.2.3",
"class-validator": "0.11.0",
Expand Down

0 comments on commit 5d17da5

Please sign in to comment.