|
42 | 42 | "dotenv": "16.3.1",
|
43 | 43 | "envalid": "8.0.0",
|
44 | 44 | "eslint-plugin-import": "2.29.0",
|
45 |
| - "nestjs-grpc-reflection": "0.2.0", |
| 45 | + "nestjs-grpc-reflection": "0.2.1", |
46 | 46 | "reflect-metadata": "0.1.13",
|
47 | 47 | "rxjs": "7.8.1"
|
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 | 50 | "@mikro-orm/cli": "5.9.4",
|
51 | 51 | "@nestjs/testing": "10.2.10",
|
52 |
| - "@types/jest": "29.5.10", |
| 52 | + "@types/jest": "29.5.11", |
53 | 53 | "@types/jsonwebtoken": "9.0.5",
|
54 |
| - "@types/node": "20.10.1", |
| 54 | + "@types/node": "20.10.4", |
55 | 55 | "@types/passport-http-bearer": "1.0.41",
|
56 |
| - "@typescript-eslint/eslint-plugin": "6.13.1", |
57 |
| - "@typescript-eslint/parser": "6.13.1", |
| 56 | + "@typescript-eslint/eslint-plugin": "6.13.2", |
| 57 | + "@typescript-eslint/parser": "6.13.2", |
58 | 58 | "enhanced-resolve": "5.15.0",
|
59 |
| - "eslint": "8.54.0", |
| 59 | + "eslint": "8.55.0", |
60 | 60 | "eslint-plugin-jest": "27.6.0",
|
61 | 61 | "husky": "8.0.3",
|
62 | 62 | "jest": "29.7.0",
|
63 | 63 | "jest-junit": "16.0.0",
|
64 |
| - "lint-staged": "15.1.0", |
| 64 | + "lint-staged": "15.2.0", |
65 | 65 | "prettier": "3.1.0",
|
66 | 66 | "rimraf": "5.0.5",
|
67 | 67 | "ts-jest": "29.1.1",
|
68 | 68 | "ts-node": "10.9.1",
|
69 | 69 | "tsc-watch": "6.0.4",
|
70 | 70 | "tsconfig-paths": "4.2.0",
|
71 |
| - "typescript": "5.3.2" |
| 71 | + "typescript": "5.3.3" |
72 | 72 | },
|
73 | 73 | "lint-staged": {
|
74 | 74 | "*.js": [
|
|
0 commit comments