Skip to content

Commit 4332b2e

Browse files
chore(deps): update dependency express to v5 (#4707)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <[email protected]>
1 parent a6e845f commit 4332b2e

File tree

3 files changed

+193
-242
lines changed

3 files changed

+193
-242
lines changed

scripts/cts/testServer/benchmark.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function addRoutes(app: Express): void {
5252
}),
5353
);
5454

55-
app.post('/1/indexes/*/queries', (req, res) => {
55+
app.post('/1/indexes/\\*/queries', (req, res) => {
5656
const lang = req.body.requests[0].indexName.replace('cts_e2e_benchmark_search_', '');
5757
if (!benchmarkStatus[lang]) {
5858
benchmarkStatus[lang] = { requestTimes: [] };

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dotenv": "16.4.7",
3939
"esbuild": "0.25.1",
4040
"execa": "9.5.2",
41-
"express": "4.21.2",
41+
"express": "5.1.0",
4242
"folder-hash": "4.1.1",
4343
"fs-extra": "11.3.0",
4444
"httpsnippet": "3.0.1",

0 commit comments

Comments
 (0)