Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/swagger to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 26, 2020
1 parent 8840e55 commit 14e78e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nestjs/passport": "7.0.0",
"@nestjs/platform-express": "7.0.5",
"@nestjs/platform-socket.io": "7.0.5",
"@nestjs/swagger": "4.4.0",
"@nestjs/swagger": "4.5.0",
"@nestjs/terminus": "7.0.0-pre.3",
"@nestjs/typeorm": "7.0.0",
"@nestjs/websockets": "7.0.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1702,10 +1702,10 @@
"@angular-devkit/schematics" "9.0.6"
fs-extra "8.1.0"

"@nestjs/swagger@4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@nestjs/swagger/-/swagger-4.4.0.tgz#0d778b9e0c6cf68acb378d46332439c173e867e3"
integrity sha512-QatyTW8VANCEltPErW1t3yBam17e/5fsaZI7DfnLEMtya5LypDlicKdQN1BrWDbhBEhSbwQ5TZifdUs7lo3dlw==
"@nestjs/swagger@4.5.0":
version "4.5.0"
resolved "https://registry.yarnpkg.com/@nestjs/swagger/-/swagger-4.5.0.tgz#8935541062775d06aa759b7148c4e72e8765d47f"
integrity sha512-G4v/RFd/307zLCY1QAVGrT5hkYmxXGRQafM2KhhIvQu364CaYTCkp1G7H7h0JhGvkc3ArKuraeJ+Glld8j4k6w==
dependencies:
lodash "4.17.15"
path-to-regexp "3.2.0"
Expand Down

0 comments on commit 14e78e5

Please sign in to comment.