diff --git a/package.json b/package.json index b7777ad..4d9f42a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Awesome project developed with TypeORM.", "devDependencies": { "@types/bcryptjs": "^2.4.2", - "@types/express": "^4.17.11", + "@types/express": "^4.17.12", "@types/express-session": "^1.17.3", "@types/graphql": "^14.5.0", "@types/node": "^14.14.31", diff --git a/yarn.lock b/yarn.lock index cfeaf9b..accbf6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -905,10 +905,10 @@ dependencies: "@types/express" "*" -"@types/express@*", "@types/express@^4.17.11": - version "4.17.11" - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545" - integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg== +"@types/express@*", "@types/express@^4.17.12": + version "4.17.12" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.12.tgz#4bc1bf3cd0cfe6d3f6f2853648b40db7d54de350" + integrity sha512-pTYas6FrP15B1Oa0bkN5tQMNqOcVXa9j4FTFtO8DWI9kppKib+6NJtfTOOLcwxuuYvcX2+dVG6et1SxW/Kc17Q== dependencies: "@types/body-parser" "*" "@types/express-serve-static-core" "^4.17.18"