|
42 | 42 | "rxjs": "^7.5.2"
|
43 | 43 | },
|
44 | 44 | "dependencies": {
|
45 |
| - "@nestjs/common": "^8.2.5", |
46 |
| - "@nestjs/core": "^8.2.5", |
47 |
| - "@nestjs/platform-express": "^8.2.5", |
| 45 | + "@nestjs/common": "^8.2.6", |
| 46 | + "@nestjs/core": "^8.2.6", |
| 47 | + "@nestjs/platform-express": "^8.2.6", |
48 | 48 | "reflect-metadata": "^0.1.13",
|
49 | 49 | "rxjs": "^7.5.2",
|
50 | 50 | "shx": "^0.3.4"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@babel/core": "^7.16.7", |
| 53 | + "@babel/core": "^7.16.10", |
54 | 54 | "@babel/plugin-proposal-class-properties": "^7.16.7",
|
55 | 55 | "@babel/plugin-proposal-decorators": "^7.16.7",
|
56 | 56 | "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
|
57 | 57 | "@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
58 | 58 | "@babel/preset-typescript": "^7.16.7",
|
59 |
| - "@commitlint/cli": "^16.0.2", |
| 59 | + "@commitlint/cli": "^16.1.0", |
60 | 60 | "@commitlint/config-conventional": "^16.0.0",
|
61 | 61 | "@nestjs/cli": "^8.2.0",
|
62 | 62 | "@nestjs/schematics": "^8.0.4",
|
|
71 | 71 | "@types/jest": "^27.4.0",
|
72 | 72 | "@types/node": "^16.11.19",
|
73 | 73 | "@types/supertest": "^2.0.11",
|
74 |
| - "@typescript-eslint/eslint-plugin": "^5.9.1", |
75 |
| - "@typescript-eslint/parser": "^5.9.1", |
| 74 | + "@typescript-eslint/eslint-plugin": "^5.10.0", |
| 75 | + "@typescript-eslint/parser": "^5.10.0", |
76 | 76 | "eslint": "^8.7.0",
|
77 | 77 | "eslint-config-prettier": "^8.1.0",
|
78 | 78 | "eslint-plugin-prettier": "^4.0.0",
|
79 | 79 | "husky": "^4.3.0",
|
80 | 80 | "jest": "^27.4.7",
|
81 | 81 | "jest-extended": "^1.2.0",
|
82 | 82 | "jest-sonar-reporter": "^2.0.0",
|
83 |
| - "lint-staged": "^12.1.7", |
| 83 | + "lint-staged": "^12.2.2", |
84 | 84 | "prettier": "^2.5.1",
|
85 | 85 | "rimraf": "^3.0.2",
|
86 |
| - "supertest": "^6.2.1", |
| 86 | + "supertest": "^6.2.2", |
87 | 87 | "standard-version": "^9.3.2",
|
88 | 88 | "ts-jest": "^27.1.2",
|
89 | 89 | "ts-loader": "^9.2.6",
|
90 | 90 | "ts-node": "^10.4.0",
|
91 | 91 | "tsconfig-paths": "^3.12.0",
|
92 |
| - "typescript": "^4.4.4" |
| 92 | + "typescript": "^4.5.5" |
93 | 93 | },
|
94 | 94 | "commitlint": {
|
95 | 95 | "extends": "@commitlint/config-conventional"
|
|
0 commit comments