|
31 | 31 | "@fastify/helmet": "^9.1.0", |
32 | 32 | "@fastify/middie": "^8.0.0", |
33 | 33 | "@fastify/request-context": "^4.0.0", |
34 | | - "@fastify/swagger": "^7.4.0", |
35 | | - "@fastify/type-provider-typebox": "^1.0.0", |
| 34 | + "@fastify/swagger": "^7.4.1", |
| 35 | + "@fastify/type-provider-typebox": "^2.0.1", |
36 | 36 | "@godaddy/terminus": "^4.11.0", |
37 | 37 | "@osskit/fastify-enforce-headers": "^0.0.5", |
38 | | - "@osskit/monitor": "^4.0.0", |
39 | | - "@sinclair/typebox": "^0.23.5", |
| 38 | + "@osskit/monitor": "^5.0.0", |
| 39 | + "@sinclair/typebox": "^0.24.8", |
40 | 40 | "dotenv": "^16.0.1", |
41 | 41 | "env-var": "^7.1.1", |
42 | 42 | "express-prom-bundle": "^6.5.0", |
43 | | - "fastify": "^4.1.0", |
| 43 | + "fastify": "^4.2.0", |
44 | 44 | "http-errors": "^2.0.0", |
45 | 45 | "http-status": "^1.5.2", |
46 | 46 | "mongodb": "^4.7.0", |
47 | | - "pino": "^8.0.0", |
| 47 | + "pino": "^8.1.0", |
48 | 48 | "prom-client": "^14.0.1", |
49 | 49 | "uuid": "^8.3.2" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | 52 | "@openapitools/openapi-generator-cli": "^2.5.1", |
53 | | - "@osskit/eslint-config": "^1.0.3", |
| 53 | + "@osskit/eslint-config": "^1.0.5", |
54 | 54 | "@osskit/prettier-config": "^0.0.1", |
55 | | - "@osskit/tsconfig": "^0.0.3", |
| 55 | + "@osskit/tsconfig": "^0.0.5", |
56 | 56 | "@types/http-errors": "^1.8.2", |
57 | | - "@types/jest": "^28.1.3", |
58 | | - "@types/node": "^18.0.0", |
| 57 | + "@types/jest": "^28.1.4", |
| 58 | + "@types/node": "^18.0.1", |
59 | 59 | "@types/node-fetch": "^2.6.2", |
60 | 60 | "@types/uuid": "^8.3.4", |
61 | | - "@typescript-eslint/eslint-plugin": "^5.29.0", |
62 | | - "@typescript-eslint/parser": "^5.29.0", |
63 | | - "eslint": "^8.18.0", |
| 61 | + "@typescript-eslint/eslint-plugin": "^5.30.4", |
| 62 | + "@typescript-eslint/parser": "^5.30.4", |
| 63 | + "eslint": "^8.19.0", |
64 | 64 | "eslint-plugin-import": "^2.26.0", |
65 | 65 | "eslint-plugin-jest": "^26.5.3", |
66 | | - "eslint-plugin-unicorn": "^42.0.0", |
| 66 | + "eslint-plugin-unicorn": "^43.0.0", |
67 | 67 | "husky": "^8.0.1", |
68 | | - "jest": "^28.1.1", |
69 | | - "lint-staged": "^13.0.2", |
| 68 | + "jest": "^28.1.2", |
| 69 | + "lint-staged": "^13.0.3", |
70 | 70 | "node-fetch": "^3.2.6", |
71 | | - "nodemon": "^2.0.16", |
72 | | - "pino-pretty": "^8.0.0", |
| 71 | + "nodemon": "^2.0.18", |
| 72 | + "pino-pretty": "^8.1.0", |
73 | 73 | "prettier": "^2.7.1", |
74 | 74 | "ts-jest": "^28.0.5", |
75 | | - "ts-node": "^10.8.1", |
76 | | - "type-fest": "^2.13.1", |
| 75 | + "ts-node": "^10.8.2", |
| 76 | + "type-fest": "^2.16.0", |
77 | 77 | "typescript": "^4.7.4" |
78 | 78 | }, |
79 | 79 | "lint-staged": { |
|
0 commit comments