diff --git a/package.json b/package.json index 2e87d139..7b5434e8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/bcrypt": "5.0.0", "@types/cors": "2.8.14", "@types/dotenv": "8.2.0", - "@types/express": "4.17.18", + "@types/express": "4.17.21", "@types/jsonwebtoken": "9.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", diff --git a/yarn.lock b/yarn.lock index 8420be7e..360cc7dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1821,10 +1821,10 @@ "@types/qs" "*" "@types/range-parser" "*" -"@types/express@4.17.18": - version "4.17.18" - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.18.tgz#efabf5c4495c1880df1bdffee604b143b29c4a95" - integrity sha512-Sxv8BSLLgsBYmcnGdGjjEjqET2U+AKAdCRODmMiq02FgjwuV75Ut85DRpvFjyw/Mk0vgUOliGRU0UUmuuZHByQ== +"@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== dependencies: "@types/body-parser" "*" "@types/express-serve-static-core" "^4.17.33"