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

build(deps): bump @nestjs/common from 10.3.1 to 10.3.3 #896

Merged
merged 1 commit into from
Feb 12, 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 @@ -38,7 +38,7 @@
"@heroicons/react": "^1.0.6",
"@monaco-editor/react": "^4.6.0",
"@nestjs/cli": "^10.3.1",
"@nestjs/common": "^10.3.1",
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.1",
"@nestjs/platform-express": "^10.3.1",
"@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 @@ -2498,24 +2498,24 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/common@npm:^10.3.1":
version: 10.3.1
resolution: "@nestjs/common@npm:10.3.1"
"@nestjs/common@npm:^10.3.3":
version: 10.3.3
resolution: "@nestjs/common@npm:10.3.3"
dependencies:
iterare: "npm:1.2.1"
tslib: "npm:2.6.2"
uid: "npm:2.0.2"
peerDependencies:
class-transformer: "*"
class-validator: "*"
reflect-metadata: ^0.1.12
reflect-metadata: ^0.1.12 || ^0.2.0
rxjs: ^7.1.0
peerDependenciesMeta:
class-transformer:
optional: true
class-validator:
optional: true
checksum: 000ebf0f3a20fd988d41cf80ead293a7363eb8106619179f991585b007377f7b2ccfae9be0ef8ae990835c0df3c74cab880ce8cd3e8229793cceff02b692c357
checksum: e0873b24169eb04d59ce95375740a73d2fc03c06799d7d316d462f4be798ccb4a68b3100bb704b7644e8c28deb3503612350cce8d25f4bf4a318a3ce01bbec0e
languageName: node
linkType: hard

Expand Down Expand Up @@ -10544,7 +10544,7 @@ __metadata:
"@heroicons/react": "npm:^1.0.6"
"@monaco-editor/react": "npm:^4.6.0"
"@nestjs/cli": "npm:^10.3.1"
"@nestjs/common": "npm:^10.3.1"
"@nestjs/common": "npm:^10.3.3"
"@nestjs/core": "npm:^10.3.1"
"@nestjs/platform-express": "npm:^10.3.1"
"@nestjs/schedule": "npm:^4.0.0"
Expand Down
Loading