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/typeorm from 10.0.1 to 10.0.2 #921

Merged
merged 1 commit into from
Feb 19, 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 @@ -42,7 +42,7 @@
"@nestjs/core": "^10.3.3",
"@nestjs/platform-express": "^10.3.3",
"@nestjs/schedule": "^4.0.0",
"@nestjs/typeorm": "^10.0.1",
"@nestjs/typeorm": "^10.0.2",
"@types/node": "^20.11.19",
"axios": "^1.6.7",
"bowser": "^2.11.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2626,18 +2626,18 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/typeorm@npm:^10.0.1":
version: 10.0.1
resolution: "@nestjs/typeorm@npm:10.0.1"
"@nestjs/typeorm@npm:^10.0.2":
version: 10.0.2
resolution: "@nestjs/typeorm@npm:10.0.2"
dependencies:
uuid: "npm:9.0.1"
peerDependencies:
"@nestjs/common": ^8.0.0 || ^9.0.0 || ^10.0.0
"@nestjs/core": ^8.0.0 || ^9.0.0 || ^10.0.0
reflect-metadata: ^0.1.13
reflect-metadata: ^0.1.13 || ^0.2.0
rxjs: ^7.2.0
typeorm: ^0.3.0
checksum: 21a71e1276ef651bba93e9a65266e70b9d9f3fc95c6ea6be2dd5370f84758fc9b5db6b94001e96c6a5da88fcaf0ffb9fde75283ce14e2d7413227e24aa380d6a
checksum: 0c5a59273cab43c5b7e4da189e6b9792b64309b32a09c7dbd4bcd6bf2e6ac58faeb3ae40067d3fe987ca857841031bf91c90416ae6824e3525e3e990eb5cf852
languageName: node
linkType: hard

Expand Down Expand Up @@ -10572,7 +10572,7 @@ __metadata:
"@nestjs/schedule": "npm:^4.0.0"
"@nestjs/schematics": "npm:^10.1.1"
"@nestjs/testing": "npm:^10.3.3"
"@nestjs/typeorm": "npm:^10.0.1"
"@nestjs/typeorm": "npm:^10.0.2"
"@semantic-release/changelog": "npm:^6.0.3"
"@semantic-release/commit-analyzer": "npm:^11.1.0"
"@semantic-release/exec": "npm:^6.0.3"
Expand Down
Loading