Skip to content

Commit 8119938

Browse files
chore(deps): update all major dependencies
1 parent 4b13d89 commit 8119938

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: pnpm test:coverage
123123

124124
- name: Upload coverage to Codecov
125-
uses: codecov/codecov-action@v3
125+
uses: codecov/codecov-action@v4
126126
with:
127127
token: ${{ secrets.CODECOV_TOKEN }}
128128

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"dependencies": {
3030
"@grpc/grpc-js": "1.9.12",
3131
"@grpc/proto-loader": "0.7.10",
32-
"@mikro-orm/core": "5.9.4",
33-
"@mikro-orm/migrations": "5.9.4",
32+
"@mikro-orm/core": "6.0.7",
33+
"@mikro-orm/migrations": "6.0.7",
3434
"@mikro-orm/nestjs": "5.2.2",
35-
"@mikro-orm/postgresql": "5.9.4",
35+
"@mikro-orm/postgresql": "6.0.7",
3636
"@nestjs/common": "10.2.10",
3737
"@nestjs/core": "10.2.10",
3838
"@nestjs/cqrs": "10.2.6",
@@ -47,7 +47,7 @@
4747
"rxjs": "7.8.1"
4848
},
4949
"devDependencies": {
50-
"@mikro-orm/cli": "5.9.4",
50+
"@mikro-orm/cli": "6.0.7",
5151
"@nestjs/testing": "10.2.10",
5252
"@types/jest": "29.5.11",
5353
"@types/jsonwebtoken": "9.0.5",
@@ -58,7 +58,7 @@
5858
"enhanced-resolve": "5.15.0",
5959
"eslint": "8.55.0",
6060
"eslint-plugin-jest": "27.6.0",
61-
"husky": "8.0.3",
61+
"husky": "9.0.7",
6262
"jest": "29.7.0",
6363
"jest-junit": "16.0.0",
6464
"lint-staged": "15.2.0",

0 commit comments

Comments
 (0)