|
18 | 18 | "validate-branch-name": "bash validate-branch-name.sh" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "@faker-js/faker": "^9.3.0", |
| 21 | + "@faker-js/faker": "^9.4.0", |
22 | 22 | "@mswjs/data": "^0.16.2", |
23 | | - "@mswjs/http-middleware": "^0.10.2", |
| 23 | + "@mswjs/http-middleware": "^0.10.3", |
24 | 24 | "@types/chai-json-schema": "^1.4.10", |
25 | 25 | "@types/express": "^5.0.0", |
26 | 26 | "@types/markdown-it": "^14.1.2", |
27 | 27 | "chai-json-schema": "^1.5.1", |
28 | | - "dotenv": "^16.4.6", |
29 | | - "highlight.js": "^11.10.0", |
| 28 | + "dotenv": "^16.4.7", |
| 29 | + "highlight.js": "^11.11.1", |
30 | 30 | "markdown-it": "^14.1.0", |
31 | | - "msw": "^2.6.6", |
| 31 | + "msw": "^2.7.0", |
32 | 32 | "tsx": "^4.19.2", |
33 | | - "typescript": "^5.7.2", |
34 | | - "zod": "^3.23.8" |
| 33 | + "typescript": "^5.7.3", |
| 34 | + "zod": "^3.24.1" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@commitlint/cli": "^19.6.0", |
38 | | - "@commitlint/config-conventional": "^19.6.0", |
39 | | - "@types/aws-lambda": "^8.10.146", |
40 | | - "@types/node": "^22.10.1", |
41 | | - "cypress": "^13.16.0", |
| 37 | + "@commitlint/cli": "^19.7.1", |
| 38 | + "@commitlint/config-conventional": "^19.7.1", |
| 39 | + "@types/aws-lambda": "^8.10.147", |
| 40 | + "@types/node": "^22.13.1", |
| 41 | + "cypress": "^14.0.2", |
42 | 42 | "husky": "^9.1.7", |
43 | | - "lint-staged": "^15.2.10", |
44 | | - "prettier": "3.4.1", |
45 | | - "start-server-and-test": "^2.0.8", |
46 | | - "xo": "^0.59.3" |
| 43 | + "lint-staged": "^15.4.3", |
| 44 | + "prettier": "3.5.0", |
| 45 | + "start-server-and-test": "^2.0.10", |
| 46 | + "xo": "^0.60.0" |
47 | 47 | }, |
48 | 48 | "lint-staged": { |
49 | 49 | "src/**/*.{js,jsx,ts,tsx}": "npm run lint", |
|
0 commit comments