|
32 | 32 | "sinon": "^10.0.0"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@commitlint/cli": "^12.1.1", |
36 |
| - "@istanbuljs/nyc-config-typescript": "^1.0.1", |
| 35 | + "@commitlint/cli": "16.1.0", |
| 36 | + "@istanbuljs/nyc-config-typescript": "1.0.2", |
37 | 37 | "@types/axios": "^0.14.0",
|
38 | 38 | "@types/chai-as-promised": "^7.1.4",
|
39 |
| - "@types/mocha": "^8.2.2", |
| 39 | + "@types/mocha": "9.1.0", |
40 | 40 | "@types/supertest": "^2.0.11",
|
41 |
| - "@voiceflow/commitlint-config": "1.1.0", |
42 |
| - "@voiceflow/common": "7.6.3", |
| 41 | + "@voiceflow/commitlint-config": "2.0.0", |
| 42 | + "@voiceflow/common": "7.15.2", |
43 | 43 | "@voiceflow/eslint-config": "5.1.0",
|
44 |
| - "@voiceflow/git-branch-check": "1.2.0", |
| 44 | + "@voiceflow/git-branch-check": "1.2.3", |
45 | 45 | "@voiceflow/prettier-config": "1.0.5",
|
46 |
| - "@voiceflow/tsconfig": "1.1.0", |
| 46 | + "@voiceflow/tsconfig": "1.2.5", |
47 | 47 | "@zerollup/ts-transform-paths": "^1.7.18",
|
48 | 48 | "chai-as-promised": "^7.1.1",
|
49 |
| - "commitizen": "^4.2.3", |
| 49 | + "commitizen": "4.2.4", |
50 | 50 | "cz-conventional-changelog": "^3.3.0",
|
51 |
| - "depcheck": "^1.4.0", |
| 51 | + "depcheck": "1.4.3", |
52 | 52 | "eslint": "^7.32.0",
|
53 | 53 | "eslint-output": "^3.0.1",
|
54 | 54 | "express-validator": "^6.10.1",
|
55 | 55 | "fixpack": "^4.0.0",
|
56 | 56 | "husky": "^4.3.8",
|
57 |
| - "lint-staged": "^10.5.4", |
58 |
| - "mocha": "^8.3.2", |
| 57 | + "lint-staged": "12.2.2", |
| 58 | + "mocha": "9.1.4", |
59 | 59 | "nyc": "^15.1.0",
|
60 | 60 | "prettier": "^2.2.1",
|
61 | 61 | "rimraf": "^3.0.2",
|
62 |
| - "supertest": "^6.1.3", |
63 |
| - "ts-mocha": "^8.0.0", |
64 |
| - "ttypescript": "^1.5.12", |
65 |
| - "typescript": "^4.2.4" |
| 62 | + "supertest": "6.2.2", |
| 63 | + "ts-mocha": "9.0.2", |
| 64 | + "ttypescript": "1.5.13", |
| 65 | + "typescript": "4.5.5" |
66 | 66 | },
|
67 | 67 | "files": [
|
68 | 68 | "build/**"
|
|
0 commit comments