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",