Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent ca64388 commit 5d04811
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nestjs/platform-express": "^10.4.12",
"@nestjs/schematics": "^10.2.1",
"@nestjs/terminus": "^10.2.3",
"@nestjs/typeorm": "^10.0.2",
"@nestjs/typeorm": "^11.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"graphql": "^16.10.0",
Expand Down
18 changes: 8 additions & 10 deletions graphql-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ __metadata:
"@nestjs/platform-express": "npm:^10.4.12"
"@nestjs/schematics": "npm:^10.2.1"
"@nestjs/terminus": "npm:^10.2.3"
"@nestjs/typeorm": "npm:^10.0.2"
"@nestjs/typeorm": "npm:^11.0.0"
"@types/cookie-parser": "npm:^1"
"@types/cors": "npm:^2"
"@types/jest": "npm:^29.5.12"
Expand Down Expand Up @@ -1623,18 +1623,16 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -9406,7 +9404,7 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:9.0.1, uuid@npm:^9.0.0":
"uuid@npm:^9.0.0":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
Expand Down

0 comments on commit 5d04811

Please sign in to comment.