Skip to content

Commit

Permalink
Bump the mikro-orm group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the mikro-orm group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `5.9.3` | `5.9.4` |
| [@mikro-orm/migrations](https://github.com/mikro-orm/mikro-orm) | `5.9.3` | `5.9.4` |
| [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm) | `5.9.3` | `5.9.4` |
| [@mikro-orm/cli](https://github.com/mikro-orm/mikro-orm) | `5.9.3` | `5.9.4` |
| [@mikro-orm/knex](https://github.com/mikro-orm/mikro-orm) | `5.9.3` | `5.9.4` |


Updates `@mikro-orm/core` from 5.9.3 to 5.9.4
- [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.9.3...v5.9.4)

Updates `@mikro-orm/migrations` from 5.9.3 to 5.9.4
- [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.9.3...v5.9.4)

Updates `@mikro-orm/postgresql` from 5.9.3 to 5.9.4
- [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.9.3...v5.9.4)

Updates `@mikro-orm/cli` from 5.9.3 to 5.9.4
- [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.9.3...v5.9.4)

Updates `@mikro-orm/knex` from 5.9.3 to 5.9.4
- [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.9.3...v5.9.4)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/migrations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/postgresql"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
- dependency-name: "@mikro-orm/knex"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mikro-orm
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 4e2de1d commit c86ff6d
Show file tree
Hide file tree
Showing 6 changed files with 317 additions and 98 deletions.
8 changes: 4 additions & 4 deletions lib/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"dependencies": {
"@game-watch/shared": "0.0.1",
"@mikro-orm/core": "^5.9.3",
"@mikro-orm/migrations": "^5.9.3",
"@mikro-orm/core": "^5.9.4",
"@mikro-orm/migrations": "^5.9.4",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/postgresql": "^5.9.3",
"@mikro-orm/postgresql": "^5.9.4",
"@mikro-orm/sql-highlighter": "^1.0.1",
"dotenv": "^16.3.1",
"io-ts": "^2.2.20",
Expand All @@ -26,7 +26,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@mikro-orm/cli": "^5.9.3",
"@mikro-orm/cli": "^5.9.4",
"@types/node": "^20.9.0",
"@types/uuid": "^9.0.7",
"eslint": "^8.53.0",
Expand Down
6 changes: 3 additions & 3 deletions notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@game-watch/queue": "0.0.1",
"@game-watch/service": "0.0.1",
"@game-watch/shared": "0.0.1",
"@mikro-orm/core": "^5.9.3",
"@mikro-orm/migrations": "^5.9.3",
"@mikro-orm/core": "^5.9.4",
"@mikro-orm/migrations": "^5.9.4",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/postgresql": "^5.9.3",
"@mikro-orm/postgresql": "^5.9.4",
"@sendgrid/mail": "^7.7.0",
"@sentry/node": "^7.79.0",
"@sentry/tracing": "^7.79.0",
Expand Down
Loading

0 comments on commit c86ff6d

Please sign in to comment.