diff --git a/package.json b/package.json index 95d3eee3..fbd860fa 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@types/case-sensitive-paths-webpack-plugin": "^2.1.6", "@types/classnames": "^2.3.1", "@types/deep-equal": "^1.0.4", - "@types/express": "^4.17.21", + "@types/express": "^5.0.0", "@types/jest": "^29.5.13", "@types/node": "^22.7.5", "@types/react": "^18.3.11", diff --git a/yarn.lock b/yarn.lock index cfa25c15..9257f4d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2256,6 +2256,16 @@ "@types/range-parser" "*" "@types/send" "*" +"@types/express-serve-static-core@^5.0.0": + version "5.0.1" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.1.tgz#3c9997ae9d00bc236e45c6374e84f2596458d9db" + integrity sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA== + dependencies: + "@types/node" "*" + "@types/qs" "*" + "@types/range-parser" "*" + "@types/send" "*" + "@types/express-session@^1.17.10": version "1.17.10" resolved "https://registry.yarnpkg.com/@types/express-session/-/express-session-1.17.10.tgz#3a9394f1f314a4c657af3fb1cdb52f00fc207fd2" @@ -2263,7 +2273,17 @@ dependencies: "@types/express" "*" -"@types/express@*", "@types/express@^4.17.21": +"@types/express@*", "@types/express@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.0.tgz#13a7d1f75295e90d19ed6e74cab3678488eaa96c" + integrity sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ== + dependencies: + "@types/body-parser" "*" + "@types/express-serve-static-core" "^5.0.0" + "@types/qs" "*" + "@types/serve-static" "*" + +"@types/express@^4.17.21": version "4.17.21" resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d" integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==