|
18 | 18 | "build": "tsc --build", |
19 | 19 | "test": "jest", |
20 | 20 | "coverage": "jest --coverage", |
21 | | - "prepare": "husky install", |
| 21 | + "prepare": "husky", |
22 | 22 | "prepack": "yarn clean && yarn test && yarn build", |
23 | 23 | "spellcheck": "npx --yes cspell --show-context --show-suggestions '**/*.*'" |
24 | 24 | }, |
|
53 | 53 | "devDependencies": { |
54 | 54 | "@commitlint/cli": "17.7.1", |
55 | 55 | "@commitlint/config-conventional": "17.7.0", |
56 | | - "@types/debug": "4.1.8", |
57 | | - "@types/express": "4.17.17", |
58 | | - "@types/is-glob": "4.0.2", |
59 | | - "@types/jest": "29.5.4", |
60 | | - "@types/micromatch": "4.0.2", |
61 | | - "@types/node": "20.5.9", |
| 56 | + "@types/debug": "4.1.12", |
| 57 | + "@types/express": "4.17.21", |
| 58 | + "@types/is-glob": "4.0.4", |
| 59 | + "@types/jest": "29.5.12", |
| 60 | + "@types/micromatch": "4.0.6", |
| 61 | + "@types/node": "20.11.30", |
62 | 62 | "@types/supertest": "2.0.12", |
63 | | - "@types/ws": "8.5.5", |
64 | | - "@typescript-eslint/eslint-plugin": "6.5.0", |
65 | | - "@typescript-eslint/parser": "6.5.0", |
| 63 | + "@types/ws": "8.5.10", |
| 64 | + "@typescript-eslint/eslint-plugin": "7.4.0", |
| 65 | + "@typescript-eslint/parser": "7.4.0", |
66 | 66 | "body-parser": "1.20.2", |
67 | | - "browser-sync": "2.29.3", |
| 67 | + "browser-sync": "3.0.2", |
68 | 68 | "connect": "3.7.0", |
69 | | - "eslint": "8.48.0", |
70 | | - "eslint-config-prettier": "9.0.0", |
71 | | - "eslint-plugin-prettier": "5.0.0", |
72 | | - "express": "4.18.2", |
| 69 | + "eslint": "8.57.0", |
| 70 | + "eslint-config-prettier": "9.1.0", |
| 71 | + "eslint-plugin-prettier": "5.1.3", |
| 72 | + "express": "4.19.2", |
73 | 73 | "get-port": "5.1.1", |
74 | | - "husky": "8.0.3", |
75 | | - "jest": "29.6.4", |
76 | | - "lint-staged": "14.0.1", |
77 | | - "mockttp": "3.9.2", |
| 74 | + "husky": "9.0.11", |
| 75 | + "jest": "29.7.0", |
| 76 | + "lint-staged": "15.2.2", |
| 77 | + "mockttp": "3.10.1", |
78 | 78 | "open": "8.4.2", |
79 | | - "prettier": "3.0.3", |
80 | | - "supertest": "6.3.3", |
81 | | - "ts-jest": "29.1.1", |
82 | | - "typescript": "5.2.2", |
83 | | - "ws": "8.13.0" |
| 79 | + "prettier": "3.2.5", |
| 80 | + "supertest": "6.3.4", |
| 81 | + "ts-jest": "29.1.2", |
| 82 | + "typescript": "5.4.3", |
| 83 | + "ws": "8.16.0" |
84 | 84 | }, |
85 | 85 | "dependencies": { |
86 | 86 | "@types/http-proxy": "^1.17.10", |
|
0 commit comments