Skip to content

Commit

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

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



Updates `@mikro-orm/core` from 6.3.8 to 6.3.13
- [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@v6.3.8...v6.3.13)

Updates `@mikro-orm/migrations` from 6.3.8 to 6.3.13
- [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@v6.3.8...v6.3.13)

Updates `@mikro-orm/postgresql` from 6.3.8 to 6.3.13
- [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@v6.3.8...v6.3.13)

Updates `@mikro-orm/cli` from 6.3.8 to 6.3.13
- [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@v6.3.8...v6.3.13)

Updates `@mikro-orm/knex` from 6.3.8 to 6.3.13
- [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@v6.3.8...v6.3.13)

---
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 11, 2024
1 parent 56a5fa7 commit f36e93a
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 107 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": "workspace:*",
"@mikro-orm/core": "^6.3.8",
"@mikro-orm/migrations": "^6.3.8",
"@mikro-orm/core": "^6.3.13",
"@mikro-orm/migrations": "^6.3.13",
"@mikro-orm/nestjs": "^6.0.2",
"@mikro-orm/postgresql": "^6.3.8",
"@mikro-orm/postgresql": "^6.3.13",
"@mikro-orm/sql-highlighter": "^1.0.1",
"dotenv": "^16.4.5",
"io-ts": "^2.2.21",
Expand All @@ -26,7 +26,7 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@mikro-orm/cli": "^6.3.8",
"@mikro-orm/cli": "^6.3.13",
"@types/node": "^20.16.5",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.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": "workspace:*",
"@game-watch/service": "workspace:*",
"@game-watch/shared": "workspace:*",
"@mikro-orm/core": "^6.3.8",
"@mikro-orm/migrations": "^6.3.8",
"@mikro-orm/core": "^6.3.13",
"@mikro-orm/migrations": "^6.3.13",
"@mikro-orm/nestjs": "^6.0.2",
"@mikro-orm/postgresql": "^6.3.8",
"@mikro-orm/postgresql": "^6.3.13",
"@sendgrid/mail": "^8.1.3",
"@sentry/node": "^8.28.0",
"@sentry/tracing": "^7.114.0",
Expand Down
Loading

0 comments on commit f36e93a

Please sign in to comment.