|
84 | 84 | "ajv": "^8.12.0",
|
85 | 85 | "cookie-parser": "^1.4.6",
|
86 | 86 | "dotenv": "^16.4.5",
|
87 |
| - "express": "next", |
| 87 | + "express": "^5.0.0-beta.3", |
88 | 88 | "express-openapi-validator": "^5.1.6",
|
89 | 89 | "glob": "^8.1.0",
|
90 | 90 | "lodash": "^4.17.21",
|
91 | 91 | "minimist": "^1.2.8",
|
92 |
| - "opentelemetry-instrumentation-fetch-node": "^1.1.2", |
93 |
| - "pino": "^8.19.0", |
| 92 | + "opentelemetry-instrumentation-fetch-node": "^1.2.0", |
| 93 | + "pino": "^8.21.0", |
94 | 94 | "read-pkg-up": "^7.0.1",
|
95 | 95 | "request-ip": "^3.3.0"
|
96 | 96 | },
|
97 | 97 | "devDependencies": {
|
98 |
| - "@commitlint/cli": "^19.2.1", |
99 |
| - "@commitlint/config-conventional": "^19.1.0", |
| 98 | + "@commitlint/cli": "^19.3.0", |
| 99 | + "@commitlint/config-conventional": "^19.2.2", |
100 | 100 | "@openapi-typescript-infra/coconfig": "^4.3.0",
|
101 | 101 | "@semantic-release/commit-analyzer": "^12.0.0",
|
102 | 102 | "@semantic-release/exec": "^6.0.3",
|
103 |
| - "@semantic-release/github": "^10.0.2", |
104 |
| - "@semantic-release/release-notes-generator": "^12.1.0", |
| 103 | + "@semantic-release/github": "^10.0.3", |
| 104 | + "@semantic-release/release-notes-generator": "^13.0.0", |
105 | 105 | "@types/cookie-parser": "^1.4.7",
|
106 | 106 | "@types/express": "^4.17.21",
|
107 | 107 | "@types/glob": "^8.1.0",
|
108 | 108 | "@types/lodash": "^4.17.0",
|
109 | 109 | "@types/minimist": "^1.2.5",
|
110 |
| - "@types/node": "^20.11.30", |
| 110 | + "@types/node": "^20.12.7", |
111 | 111 | "@types/request-ip": "^0.0.41",
|
112 | 112 | "@types/supertest": "^6.0.2",
|
113 | 113 | "@typescript-eslint/eslint-plugin": "^6.21.0",
|
114 | 114 | "@typescript-eslint/parser": "^6.21.0",
|
115 |
| - "coconfig": "^1.4.1", |
| 115 | + "coconfig": "^1.5.2", |
116 | 116 | "eslint": "^8.57.0",
|
117 | 117 | "eslint-config-prettier": "^9.1.0",
|
118 | 118 | "eslint-plugin-import": "^2.29.1",
|
119 | 119 | "pino-pretty": "^11.0.0",
|
120 | 120 | "pinst": "^3.0.0",
|
121 |
| - "supertest": "^6.3.4", |
| 121 | + "supertest": "^7.0.0", |
122 | 122 | "ts-node": "^10.9.2",
|
123 | 123 | "tsconfig-paths": "^4.2.0",
|
124 |
| - "typescript": "^5.4.3", |
125 |
| - "vitest": "^1.4.0" |
| 124 | + "typescript": "^5.4.5", |
| 125 | + "vitest": "^1.5.2" |
126 | 126 | },
|
127 | 127 | "resolutions": {
|
128 | 128 | "qs": "^6.11.0"
|
|
0 commit comments