From 59ea9039c350791e60b58d47d868c6ae07786b14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 22:27:06 +0000 Subject: [PATCH] chore(deps): update dependency @types/express to v5.0.5 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c3fc6b59..c1eea847c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@swc/cli": "0.7.8", "@swc/core": "1.13.4", "@types/bcryptjs": "3.0.0", - "@types/express": "5.0.3", + "@types/express": "5.0.5", "@types/jest": "30.0.0", "@types/ms": "2.1.0", "@types/multer": "2.0.0", @@ -6374,14 +6374,14 @@ "license": "MIT" }, "node_modules/@types/express": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.3.tgz", - "integrity": "sha512-wGA0NX93b19/dZC1J18tKWVIYWyyF2ZjT9vin/NRu0qzzvfVzWjs04iq2rQ3H65vCTQYlRqs3YHfY7zjdV+9Kw==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", + "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "license": "MIT", "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", - "@types/serve-static": "*" + "@types/serve-static": "^1" } }, "node_modules/@types/express-serve-static-core": { diff --git a/package.json b/package.json index 1118915f9..65aeb8260 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@swc/cli": "0.7.8", "@swc/core": "1.13.4", "@types/bcryptjs": "3.0.0", - "@types/express": "5.0.3", + "@types/express": "5.0.5", "@types/jest": "30.0.0", "@types/ms": "2.1.0", "@types/multer": "2.0.0",