diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a395b9c..9c45f06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v4.1.0 with: version: 6 @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v4.1.0 with: version: 6 @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v4.1.0 with: version: 6 @@ -104,7 +104,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v4.1.0 with: version: 6 @@ -122,11 +122,11 @@ jobs: run: pnpm test:coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload coverage to Code Climate - uses: paambaati/codeclimate-action@v5.0.0 + uses: paambaati/codeclimate-action@v9.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index 1545445..ec61a19 100644 --- a/package.json +++ b/package.json @@ -29,14 +29,14 @@ "dependencies": { "@grpc/grpc-js": "1.9.12", "@grpc/proto-loader": "0.7.10", - "@mikro-orm/core": "5.9.4", - "@mikro-orm/migrations": "5.9.4", - "@mikro-orm/nestjs": "5.2.2", - "@mikro-orm/postgresql": "5.9.4", - "@nestjs/common": "10.2.10", - "@nestjs/core": "10.2.10", - "@nestjs/cqrs": "10.2.6", - "@nestjs/microservices": "10.2.10", + "@mikro-orm/core": "6.4.16", + "@mikro-orm/migrations": "6.4.16", + "@mikro-orm/nestjs": "6.1.1", + "@mikro-orm/postgresql": "6.4.16", + "@nestjs/common": "11.1.3", + "@nestjs/core": "11.1.3", + "@nestjs/cqrs": "11.0.3", + "@nestjs/microservices": "11.1.3", "class-transformer": "0.5.1", "class-validator": "0.14.0", "dotenv": "16.3.1", @@ -47,26 +47,26 @@ "rxjs": "7.8.1" }, "devDependencies": { - "@mikro-orm/cli": "5.9.4", - "@nestjs/testing": "10.2.10", + "@mikro-orm/cli": "6.4.16", + "@nestjs/testing": "11.1.3", "@types/jest": "29.5.11", "@types/jsonwebtoken": "9.0.5", - "@types/node": "20.10.4", + "@types/node": "22.15.31", "@types/passport-http-bearer": "1.0.41", - "@typescript-eslint/eslint-plugin": "6.13.2", - "@typescript-eslint/parser": "6.13.2", + "@typescript-eslint/eslint-plugin": "8.34.0", + "@typescript-eslint/parser": "8.34.0", "enhanced-resolve": "5.15.0", - "eslint": "8.55.0", - "eslint-plugin-jest": "27.6.0", - "husky": "8.0.3", - "jest": "29.7.0", + "eslint": "9.29.0", + "eslint-plugin-jest": "28.13.5", + "husky": "9.1.7", + "jest": "30.0.0", "jest-junit": "16.0.0", - "lint-staged": "15.2.0", + "lint-staged": "16.1.1", "prettier": "3.1.0", - "rimraf": "5.0.5", + "rimraf": "6.0.1", "ts-jest": "29.1.1", "ts-node": "10.9.1", - "tsc-watch": "6.0.4", + "tsc-watch": "7.1.1", "tsconfig-paths": "4.2.0", "typescript": "5.3.3" },