Skip to content

Commit

Permalink
Merge pull request #1535 from SciCatProject/revert-1505-dependabot/np…
Browse files Browse the repository at this point in the history
…m_and_yarn/nestjs/swagger-8.0.7

Revert "build(deps): bump @nestjs/swagger from 7.4.2 to 8.0.7"
  • Loading branch information
Junjiequan authored Nov 29, 2024
2 parents 30e5c9b + d54597b commit 208fdea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 27 deletions.
37 changes: 12 additions & 25 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@nestjs/mongoose": "^10.0.0",
"@nestjs/passport": "^10.0.0",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/swagger": "^8.0.7",
"@nestjs/swagger": "^7.1.7",
"@nestjs/terminus": "^10.1.1",
"@user-office-software/duo-logger": "^2.1.1",
"@user-office-software/duo-message-broker": "^1.4.0",
Expand Down
1 change: 0 additions & 1 deletion src/users/schemas/user-settings.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export class UserSettings {
@ApiProperty({
type: "object",
default: {},
additionalProperties: true,
description:
"A customizable object for storing the user's external settings, which can contain various nested properties and configurations.",
})
Expand Down

0 comments on commit 208fdea

Please sign in to comment.