Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/swagger to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 1bb9eea commit ca4b537
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nestjs/mongoose": "10.1.0",
"@nestjs/platform-express": "10.4.6",
"@nestjs/schedule": "4.1.1",
"@nestjs/swagger": "7.4.2",
"@nestjs/swagger": "8.0.1",
"bcrypt": "5.1.1",
"date-fns": "3.6.0",
"dotenv": "16.4.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,10 @@
jsonc-parser "3.2.0"
pluralize "8.0.0"

"@nestjs/swagger@7.4.2":
version "7.4.2"
resolved "https://registry.yarnpkg.com/@nestjs/swagger/-/swagger-7.4.2.tgz#3b72eb8a6d1366e8e211f9a90681283bb18817e9"
integrity sha512-Mu6TEn1M/owIvAx2B4DUQObQXqo2028R2s9rSZ/hJEgBK95+doTwS0DjmVA2wTeZTyVtXOoN7CsoM5pONBzvKQ==
"@nestjs/swagger@8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@nestjs/swagger/-/swagger-8.0.1.tgz#902ffd0fd9f3f32a4ad0fc7526a6df87fb5a87cd"
integrity sha512-kW0dlsZXXWQgSSJHvk0fzg6kHvLcJ6trpbfvj5UN8DWIyCdCS/MGNshDE3P82xxKcg/pLZH7z41qYpFiawkGvQ==
dependencies:
"@microsoft/tsdoc" "^0.15.0"
"@nestjs/mapped-types" "2.0.5"
Expand Down

0 comments on commit ca4b537

Please sign in to comment.