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 28, 2024
1 parent 35e3de2 commit e30ce82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.2",
"@nestjs/schematics": "^10.1.0",
"@nestjs/swagger": "^7.3.0",
"@nestjs/swagger": "^8.0.0",
"@nestjs/terminus": "^10.2.3",
"@types/express": "^5.0.0",
"@types/luxon": "^3.4.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -855,9 +855,9 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/swagger@npm:^7.3.0":
version: 7.4.2
resolution: "@nestjs/swagger@npm:7.4.2"
"@nestjs/swagger@npm:^8.0.0":
version: 8.0.0
resolution: "@nestjs/swagger@npm:8.0.0"
dependencies:
"@microsoft/tsdoc": "npm:^0.15.0"
"@nestjs/mapped-types": "npm:2.0.5"
Expand All @@ -879,7 +879,7 @@ __metadata:
optional: true
class-validator:
optional: true
checksum: 10/e3f9cac6a092442461fe7e4edd45b8af3377a02c626bb2b9f7da2e0ffe4999c3c20f32240aa1a67e9999a919946e6ed6c0da01c703e7d83d49823f1d7b9caf09
checksum: 10/43294226fcccc0cde6377e2154845906868636788b76b6a7a4de25487bd6b75cd9b41fd642b3f2891185e314ccb13e6e1a1eeb656a48f758c6e7974018800e53
languageName: node
linkType: hard

Expand Down Expand Up @@ -7431,7 +7431,7 @@ __metadata:
"@nestjs/core": "npm:^10.3.8"
"@nestjs/platform-express": "npm:^10.3.2"
"@nestjs/schematics": "npm:^10.1.0"
"@nestjs/swagger": "npm:^7.3.0"
"@nestjs/swagger": "npm:^8.0.0"
"@nestjs/terminus": "npm:^10.2.3"
"@nestjs/testing": "npm:^10.3.8"
"@salesforce/ts-sinon": "npm:^1.4.19"
Expand Down

0 comments on commit e30ce82

Please sign in to comment.