|
47 | 47 | "express": "^4.16.4"
|
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@commitlint/cli": "^8.2.0", |
51 |
| - "@commitlint/config-conventional": "^8.2.0", |
52 |
| - "@types/express": "^4.17.3", |
53 |
| - "@types/mocha": "^7.0.2", |
| 50 | + "@commitlint/cli": "^11.0.0", |
| 51 | + "@commitlint/config-conventional": "^11.0.0", |
| 52 | + "@types/express": "^4.17.8", |
| 53 | + "@types/mocha": "^8.0.3", |
54 | 54 | "@types/node": "^10.17.17",
|
55 |
| - "@typescript-eslint/eslint-plugin": "^2.23.0", |
56 |
| - "@typescript-eslint/parser": "^2.23.0", |
57 |
| - "eslint": "^6.8.0", |
58 |
| - "eslint-config-standard-with-typescript": "^14.0.0", |
59 |
| - "eslint-plugin-import": "^2.17.2", |
60 |
| - "eslint-plugin-node": "^11.0.0", |
61 |
| - "eslint-plugin-promise": "^4.1.1", |
62 |
| - "eslint-plugin-standard": "^4.0.0", |
63 |
| - "husky": "^4.2.3", |
64 |
| - "mocha": "7.1.0", |
65 |
| - "mocha-junit-reporter": "^1.23.3", |
| 55 | + "@typescript-eslint/eslint-plugin": "^4.6.0", |
| 56 | + "@typescript-eslint/parser": "^4.6.0", |
| 57 | + "eslint": "^7.12.1", |
| 58 | + "eslint-config-standard-with-typescript": "^19.0.1", |
| 59 | + "eslint-plugin-import": "^2.22.1", |
| 60 | + "eslint-plugin-node": "^11.1.0", |
| 61 | + "eslint-plugin-promise": "^4.2.1", |
| 62 | + "eslint-plugin-standard": "^4.0.2", |
| 63 | + "husky": "^4.3.0", |
| 64 | + "mocha": "8.2.0", |
| 65 | + "mocha-junit-reporter": "^2.0.0", |
66 | 66 | "should": "^13.2.3",
|
67 |
| - "standard-version": "^8.0.1", |
68 |
| - "ts-node": "^8.6.2", |
69 |
| - "typescript": "^3.4.4" |
| 67 | + "standard-version": "^9.0.0", |
| 68 | + "ts-node": "^9.0.0", |
| 69 | + "typescript": "^4.0.5" |
70 | 70 | },
|
71 | 71 | "dependencies": {
|
72 |
| - "http-problem-details": "^0.1.2", |
73 |
| - "http-problem-details-mapper": "^0.1.4" |
| 72 | + "http-problem-details": "^0.1.5", |
| 73 | + "http-problem-details-mapper": "^0.1.7" |
74 | 74 | },
|
75 | 75 | "husky": {
|
76 | 76 | "hooks": {
|
|
0 commit comments