|
16 | 16 | "@commitlint/cli": "^17.0.2",
|
17 | 17 | "@commitlint/config-conventional": "^17.0.2",
|
18 | 18 | "@commitlint/cz-commitlint": "^17.0.0",
|
19 |
| - "@types/node": "^17.0.41", |
20 |
| - "@typescript-eslint/eslint-plugin": "^5.27.1", |
21 |
| - "@typescript-eslint/parser": "^5.27.1", |
| 19 | + "@types/node": "^18.0.0", |
| 20 | + "@typescript-eslint/eslint-plugin": "^5.28.0", |
| 21 | + "@typescript-eslint/parser": "^5.28.0", |
22 | 22 | "commitizen": "^4.2.4",
|
23 |
| - "esbuild": "^0.14.43", |
| 23 | + "esbuild": "^0.14.45", |
24 | 24 | "esbuild-plugin-pino": "^1.1.6",
|
25 |
| - "eslint": "^8.17.0", |
| 25 | + "eslint": "^8.18.0", |
26 | 26 | "eslint-config-prettier": "^8.5.0",
|
27 | 27 | "eslint-plugin-prettier": "^4.0.0",
|
28 | 28 | "husky": "^8.0.1",
|
29 | 29 | "inquirer": "^8.2.4",
|
30 | 30 | "json-schema-to-ts": "^2.5.3",
|
31 |
| - "lint-staged": "^13.0.1", |
| 31 | + "lint-staged": "^13.0.2", |
32 | 32 | "nodemon": "^2.0.16",
|
33 | 33 | "pino": "^8.0.0",
|
34 | 34 | "pino-pretty": "^8.0.0",
|
35 |
| - "prettier": "^2.6.2", |
| 35 | + "prettier": "^2.7.1", |
36 | 36 | "standard-version": "^9.5.0",
|
37 | 37 | "thread-stream": "^1.0.0",
|
38 |
| - "typescript": "^4.7.3" |
| 38 | + "typescript": "^4.7.4" |
39 | 39 | },
|
40 | 40 | "dependencies": {
|
41 | 41 | "@fastify/autoload": "^5.0.0",
|
42 | 42 | "@fastify/sensible": "^5.0.0",
|
43 |
| - "@fastify/swagger": "^7.2.0", |
44 |
| - "fastify": "^4.0.0", |
| 43 | + "@fastify/swagger": "^7.3.0", |
| 44 | + "fastify": "^4.0.3", |
45 | 45 | "fastify-plugin": "^3.0.1"
|
46 | 46 | }
|
47 | 47 | }
|
0 commit comments