|
52 | 52 | "homepage": "https://github.com/openapi-typescript-infra/service#readme",
|
53 | 53 | "dependencies": {
|
54 | 54 | "@gasbuddy/confit": "^3.0.0",
|
55 |
| - "@godaddy/terminus": "^4.12.0", |
| 55 | + "@godaddy/terminus": "^4.12.1", |
56 | 56 | "@opentelemetry/api": "^1.4.1",
|
57 | 57 | "@opentelemetry/api-metrics": "^0.33.0",
|
58 | 58 | "@opentelemetry/exporter-prometheus": "^0.39.1",
|
|
72 | 72 | "@opentelemetry/sdk-node": "^0.39.1",
|
73 | 73 | "@opentelemetry/semantic-conventions": "^1.13.0",
|
74 | 74 | "cookie-parser": "^1.4.6",
|
75 |
| - "dotenv": "^16.3.0", |
| 75 | + "dotenv": "^16.3.1", |
76 | 76 | "eventsource": "^1.1.2",
|
77 | 77 | "express": "next",
|
78 | 78 | "express-openapi-validator": "^5.0.4",
|
|
87 | 87 | "shortstop-yaml": "^1.0.0"
|
88 | 88 | },
|
89 | 89 | "devDependencies": {
|
90 |
| - "@commitlint/cli": "^17.6.5", |
91 |
| - "@commitlint/config-conventional": "^17.6.5", |
92 |
| - "@openapi-typescript-infra/coconfig": "^3.0.2", |
| 90 | + "@commitlint/cli": "^17.6.6", |
| 91 | + "@commitlint/config-conventional": "^17.6.6", |
| 92 | + "@openapi-typescript-infra/coconfig": "^3.1.0", |
93 | 93 | "@types/cookie-parser": "^1.4.3",
|
94 | 94 | "@types/eventsource": "1.1.11",
|
95 | 95 | "@types/express": "^4.17.17",
|
|
99 | 99 | "@types/minimist": "^1.2.2",
|
100 | 100 | "@types/node": "^18.16.15",
|
101 | 101 | "@types/supertest": "^2.0.12",
|
102 |
| - "coconfig": "^0.12.0", |
103 |
| - "eslint": "^8.43.0", |
| 102 | + "coconfig": "^0.12.2", |
| 103 | + "eslint": "^8.45.0", |
104 | 104 | "eslint-config-gasbuddy": "^7.2.0",
|
105 | 105 | "eslint-config-prettier": "^8.8.0",
|
106 |
| - "eslint-plugin-jest": "^27.2.1", |
| 106 | + "eslint-plugin-jest": "^27.2.3", |
107 | 107 | "husky": "^8.0.3",
|
108 |
| - "jest": "^29.5.0", |
109 |
| - "lint-staged": "^13.2.2", |
110 |
| - "pino-pretty": "^10.0.0", |
| 108 | + "jest": "^29.6.1", |
| 109 | + "lint-staged": "^13.2.3", |
| 110 | + "pino-pretty": "^10.0.1", |
111 | 111 | "pinst": "^3.0.0",
|
112 | 112 | "supertest": "^6.3.3",
|
113 |
| - "ts-jest": "^29.1.0", |
| 113 | + "ts-jest": "^29.1.1", |
114 | 114 | "ts-node": "^10.9.1",
|
115 |
| - "typescript": "^5.1.3" |
| 115 | + "typescript": "^5.1.6" |
116 | 116 | },
|
117 | 117 | "packageManager": "[email protected]"
|
118 | 118 | }
|
0 commit comments