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.1 to 10.4.4 #1285

Merged
merged 1 commit into from
Sep 23, 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.5",
"@nestjs/common": "^10.4.1",
"@nestjs/common": "^10.4.4",
"@nestjs/core": "^10.4.1",
"@nestjs/platform-express": "^10.4.2",
"@nestjs/schedule": "^4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2817,12 +2817,12 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/common@npm:^10.4.1":
version: 10.4.1
resolution: "@nestjs/common@npm:10.4.1"
"@nestjs/common@npm:^10.4.4":
version: 10.4.4
resolution: "@nestjs/common@npm:10.4.4"
dependencies:
iterare: "npm:1.2.1"
tslib: "npm:2.6.3"
tslib: "npm:2.7.0"
uid: "npm:2.0.2"
peerDependencies:
class-transformer: "*"
Expand All @@ -2834,7 +2834,7 @@ __metadata:
optional: true
class-validator:
optional: true
checksum: 10c0/4b624893ad55f9fcf8638eca045d09dd091a8be2cd5061988e3a479178f95b9517aaa7c51ce136801d8b87bfe1494cd198dc0a68630bb8bcba100044915736e7
checksum: 10c0/af9d0df92320752323cfa1144cf5eb47e6ec9df6378c7d6499e95994e3a440275621c48feab2d7bcce1c4f56cf29193651b7ea1c48d8771b3a70580c642687ba
languageName: node
linkType: hard

Expand Down Expand Up @@ -11231,7 +11231,7 @@ __metadata:
"@heroicons/react": "npm:^1.0.6"
"@monaco-editor/react": "npm:^4.6.0"
"@nestjs/cli": "npm:^10.4.5"
"@nestjs/common": "npm:^10.4.1"
"@nestjs/common": "npm:^10.4.4"
"@nestjs/core": "npm:^10.4.1"
"@nestjs/platform-express": "npm:^10.4.2"
"@nestjs/schedule": "npm:^4.0.0"
Expand Down
Loading