Skip to content

Commit

Permalink
build(deps): bump @nestjs/typeorm from 10.0.1 to 10.0.2
Browse files Browse the repository at this point in the history
Bumps [@nestjs/typeorm](https://github.com/nestjs/typeorm) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/nestjs/typeorm/releases)
- [Changelog](https://github.com/nestjs/typeorm/blob/master/.release-it.json)
- [Commits](nestjs/typeorm@10.0.1...10.0.2)

---
updated-dependencies:
- dependency-name: "@nestjs/typeorm"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent bc74816 commit b0315f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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 @@ -10618,7 +10618,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

0 comments on commit b0315f7

Please sign in to comment.