Skip to content

Commit

Permalink
Merge pull request #1505 from SciCatProject/dependabot/npm_and_yarn/n…
Browse files Browse the repository at this point in the history
…estjs/swagger-8.0.7

build(deps): bump @nestjs/swagger from 7.4.2 to 8.0.7
  • Loading branch information
github-actions[bot] authored Nov 27, 2024
2 parents 0355fdc + 09f73e5 commit 3970708
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
37 changes: 25 additions & 12 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": "^7.1.7",
"@nestjs/swagger": "^8.0.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: 1 addition & 0 deletions src/users/schemas/user-settings.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ 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 3970708

Please sign in to comment.