Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @nestjs/common from 10.4.4 to 10.4.9 #1403

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@heroicons/react": "^1.0.6",
"@monaco-editor/react": "^4.6.0",
"@nestjs/cli": "^10.4.7",
"@nestjs/common": "^10.4.4",
"@nestjs/common": "^10.4.9",
"@nestjs/core": "^10.4.7",
"@nestjs/platform-express": "^10.4.5",
"@nestjs/schedule": "^4.1.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2898,9 +2898,9 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/common@npm:^10.4.4":
version: 10.4.4
resolution: "@nestjs/common@npm:10.4.4"
"@nestjs/common@npm:^10.4.9":
version: 10.4.9
resolution: "@nestjs/common@npm:10.4.9"
dependencies:
iterare: "npm:1.2.1"
tslib: "npm:2.7.0"
Expand All @@ -2915,7 +2915,7 @@ __metadata:
optional: true
class-validator:
optional: true
checksum: 10c0/af9d0df92320752323cfa1144cf5eb47e6ec9df6378c7d6499e95994e3a440275621c48feab2d7bcce1c4f56cf29193651b7ea1c48d8771b3a70580c642687ba
checksum: 10c0/6edff33e8e3693cb599722ab222431e9ae7dbdda33e6951c78ee8d1182dfe67082eb404591197ef074d056ecf72e04d0ff16e3951476b8653a98d73a7babc6c8
languageName: node
linkType: hard

Expand Down Expand Up @@ -11622,7 +11622,7 @@ __metadata:
"@heroicons/react": "npm:^1.0.6"
"@monaco-editor/react": "npm:^4.6.0"
"@nestjs/cli": "npm:^10.4.7"
"@nestjs/common": "npm:^10.4.4"
"@nestjs/common": "npm:^10.4.9"
"@nestjs/core": "npm:^10.4.7"
"@nestjs/platform-express": "npm:^10.4.5"
"@nestjs/schedule": "npm:^4.1.1"
Expand Down
Loading