Skip to content

Commit

Permalink
Bump @nestjs/swagger from 7.4.2 to 8.0.0 (#2073)
Browse files Browse the repository at this point in the history
* Bump @nestjs/swagger from 7.4.2 to 8.0.0

Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 7.4.2 to 8.0.0.
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@7.4.2...8.0.0)

---
updated-dependencies:
- dependency-name: "@nestjs/swagger"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* FIx type

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Cook <aaron@safe.global>
  • Loading branch information
dependabot[bot] and iamacook authored Oct 30, 2024
1 parent ebdfcba commit b2beb1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@nestjs/platform-express": "^10.4.6",
"@nestjs/schedule": "^4.1.1",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/swagger": "^7.4.2",
"@nestjs/swagger": "^8.0.0",
"@nestjs/typeorm": "^10.0.2",
"@safe-global/safe-deployments": "^1.37.13",
"amqp-connection-manager": "^4.1.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class CowSwapTwapConfirmationView implements Baseline, TwapOrderInfo {
description:
'The order UID of the active order, null as it is not an active order',
// Prevent bidirectional dependency
type: typeof null,
type: 'null',
})
activeOrderUid: null;

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1875,9 +1875,9 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/swagger@npm:^7.4.2":
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 @@ -1899,7 +1899,7 @@ __metadata:
optional: true
class-validator:
optional: true
checksum: 10/e3f9cac6a092442461fe7e4edd45b8af3377a02c626bb2b9f7da2e0ffe4999c3c20f32240aa1a67e9999a919946e6ed6c0da01c703e7d83d49823f1d7b9caf09
checksum: 10/43294226fcccc0cde6377e2154845906868636788b76b6a7a4de25487bd6b75cd9b41fd642b3f2891185e314ccb13e6e1a1eeb656a48f758c6e7974018800e53
languageName: node
linkType: hard

Expand Down Expand Up @@ -8289,7 +8289,7 @@ __metadata:
"@nestjs/schedule": "npm:^4.1.1"
"@nestjs/schematics": "npm:^10.2.2"
"@nestjs/serve-static": "npm:^4.0.2"
"@nestjs/swagger": "npm:^7.4.2"
"@nestjs/swagger": "npm:^8.0.0"
"@nestjs/testing": "npm:^10.4.6"
"@nestjs/typeorm": "npm:^10.0.2"
"@safe-global/safe-deployments": "npm:^1.37.13"
Expand Down

0 comments on commit b2beb1d

Please sign in to comment.