Skip to content

Commit

Permalink
fix(deps): bump typeorm-extension from 3.6.1 to 3.6.2 (#810)
Browse files Browse the repository at this point in the history
Bumps [typeorm-extension](https://github.com/tada5hi/typeorm-extension) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/tada5hi/typeorm-extension/releases)
- [Changelog](https://github.com/tada5hi/typeorm-extension/blob/v3.6.2/CHANGELOG.md)
- [Commits](tada5hi/typeorm-extension@v3.6.1...v3.6.2)

---
updated-dependencies:
- dependency-name: typeorm-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 8a87d4f commit c9af9ae
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 26 deletions.
37 changes: 17 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"routup": "^4.0.1",
"singa": "^1.0.0",
"typeorm": "^0.3.20",
"typeorm-extension": "^3.6.1",
"typeorm-extension": "^3.6.2",
"yargs": "^17.7.1",
"zod": "^3.23.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/server-http-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"express-validator": "^7.2.0",
"redis-extension": "^1.5.0",
"routup": "^4.0.1",
"typeorm-extension": "^3.6.1"
"typeorm-extension": "^3.6.2"
},
"peerDependencies": {
"express-validator": "^7.2.0",
"redis-extension": "^1.5.0",
"routup": "^4.0.1",
"typeorm-extension": "^3.6.1"
"typeorm-extension": "^3.6.2"
},
"scripts": {
"dev": "ts-node src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/server-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"@hapic/vault": "^2.3.4",
"amqp-extension": "^4.0.0-beta.3",
"redis-extension": "^2.0.0",
"typeorm-extension": "^3.6.1"
"typeorm-extension": "^3.6.2"
},
"peerDependencies": {
"@authup/core-http-kit": "^1.0.0-beta.20",
"@hapic/vault": "^2.3.4",
"amqp-extension": "^4.0.0-beta.3",
"redis-extension": "^2.0.0",
"typeorm-extension": "^3.6.1"
"typeorm-extension": "^3.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/server-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"singa": "^1.0.0",
"tar-stream": "^3.1.6",
"typeorm": "^0.3.20",
"typeorm-extension": "^3.6.1"
"typeorm-extension": "^3.6.2"
},
"devDependencies": {
"@types/busboy": "^1.5.3",
Expand Down

0 comments on commit c9af9ae

Please sign in to comment.