Skip to content

Commit

Permalink
Bump @mikro-orm/core from 5.3.1 to 5.7.2
Browse files Browse the repository at this point in the history
Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 26, 2023
1 parent b3d0a5a commit 7893949
Show file tree
Hide file tree
Showing 7 changed files with 205 additions and 120 deletions.
2 changes: 1 addition & 1 deletion auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@guardian/common": "^2.12.0-prerelease",
"@guardian/interfaces": "^2.12.0-prerelease",
"@mikro-orm/core": "~5.3.0",
"@mikro-orm/core": "~5.7.2",
"@mikro-orm/mongodb": "~5.3.0",
"dotenv": "^16.0.0",
"jsonwebtoken": "^8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@hashgraph/sdk": "^2.22.0",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
"@mikro-orm/core": "~5.3.0",
"@mikro-orm/core": "~5.7.2",
"@mikro-orm/migrations-mongodb": "~5.3.0",
"@mikro-orm/mongodb": "~5.3.0",
"@transmute/credentials-context": "^0.7.0-unstable.80",
Expand Down
2 changes: 1 addition & 1 deletion guardian-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@hashgraph/sdk": "^2.22.0",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
"@mikro-orm/core": "~5.3.0",
"@mikro-orm/core": "~5.7.2",
"@mikro-orm/mongodb": "~5.3.0",
"@transmute/credentials-context": "^0.7.0-unstable.80",
"@transmute/did-context": "^0.7.0-unstable.80",
Expand Down
2 changes: 1 addition & 1 deletion logger-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"@guardian/common": "^2.12.0-prerelease",
"@guardian/interfaces": "^2.12.0-prerelease",
"@mikro-orm/core": "~5.3.0",
"@mikro-orm/core": "~5.7.2",
"@mikro-orm/mongodb": "~5.3.0",
"@web-std/fetch": "3.0.0",
"cors": "^2.8.5",
Expand Down
194 changes: 129 additions & 65 deletions package-lock.json

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

Loading

0 comments on commit 7893949

Please sign in to comment.