Skip to content

Commit

Permalink
Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7
Browse files Browse the repository at this point in the history
Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [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.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 15, 2023
1 parent 2e751c3 commit 64fc654
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 135 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
"@mikro-orm/core": "~5.7.7",
"@mikro-orm/migrations-mongodb": "~5.7.5",
"@mikro-orm/migrations-mongodb": "~5.7.7",
"@mikro-orm/mongodb": "~5.7.5",
"@transmute/credentials-context": "^0.7.0-unstable.80",
"@transmute/did-context": "^0.7.0-unstable.80",
Expand Down
155 changes: 28 additions & 127 deletions package-lock.json

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

39 changes: 32 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ __metadata:
"@mattrglobal/jsonld-signatures-bbs": ^1.1.2
"@meeco/cryppo": ^2.0.2
"@mikro-orm/core": ~5.7.7
"@mikro-orm/migrations-mongodb": ~5.7.5
"@mikro-orm/migrations-mongodb": ~5.7.7
"@mikro-orm/mongodb": ~5.7.5
"@transmute/credentials-context": ^0.7.0-unstable.80
"@transmute/did-context": ^0.7.0-unstable.80
Expand Down Expand Up @@ -1396,17 +1396,17 @@ __metadata:
languageName: node
linkType: hard

"@mikro-orm/migrations-mongodb@npm:~5.7.5":
version: 5.7.5
resolution: "@mikro-orm/migrations-mongodb@npm:5.7.5"
"@mikro-orm/migrations-mongodb@npm:~5.7.7":
version: 5.7.7
resolution: "@mikro-orm/migrations-mongodb@npm:5.7.7"
dependencies:
"@mikro-orm/mongodb": ~5.7.5
"@mikro-orm/mongodb": ~5.7.7
fs-extra: 11.1.1
mongodb: 5.4.0
mongodb: 5.5.0
umzug: 3.2.1
peerDependencies:
"@mikro-orm/core": ^5.0.0
checksum: 86db10bdae7c60835e9ee99b33c92bc9b4d707c67f37d2309de427b4d48ab19b4b93f80c331cd3e5bd90e3f2688c9a30a1fcea58ed71c11c96d21708098315f8
checksum: a2312399510147c8633e05a0c7a478fa463f61887b827fa8c8f7cd25b12c1b9978a8cb251ad601683f7ba5d394576479eca99107143a40961aef0d5c2c340a67
languageName: node
linkType: hard

Expand Down Expand Up @@ -1435,6 +1435,31 @@ __metadata:
languageName: node
linkType: hard

"@mikro-orm/mongodb@npm:~5.7.7":
version: 5.7.7
resolution: "@mikro-orm/mongodb@npm:5.7.7"
dependencies:
bson: ^5.3.0
mongodb: 5.5.0
peerDependencies:
"@mikro-orm/core": ^5.0.0
"@mikro-orm/entity-generator": ^5.0.0
"@mikro-orm/migrations": ^5.0.0
"@mikro-orm/migrations-mongodb": ^5.0.0
"@mikro-orm/seeder": ^5.0.0
peerDependenciesMeta:
"@mikro-orm/entity-generator":
optional: true
"@mikro-orm/migrations":
optional: true
"@mikro-orm/migrations-mongodb":
optional: true
"@mikro-orm/seeder":
optional: true
checksum: 43c255def18594198694fe5ce211ac3fc2ae3bf9dc9cd73362bd34977092ff55b900f212ed7fc256d00c865b2cc1bf9f10f73c3c664b60d5dba6e8fbfd52af12
languageName: node
linkType: hard

"@multiformats/murmur3@npm:^1.0.3":
version: 1.1.3
resolution: "@multiformats/murmur3@npm:1.1.3"
Expand Down

0 comments on commit 64fc654

Please sign in to comment.