diff --git a/example/package.json b/example/package.json index b9746b7e..14872399 100644 --- a/example/package.json +++ b/example/package.json @@ -35,7 +35,7 @@ "@nestjs/cli": "7.5.1", "@nestjs/schematics": "6.9.4", "@nestjs/testing": "7.4.4", - "@types/express": "4.17.8", + "@types/express": "4.17.13", "@types/jest": "26.0.13", "@types/mongoose": "5.7.36", "@types/node": "12.12.56", diff --git a/example/yarn.lock b/example/yarn.lock index 78d2ae81..51557968 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -897,13 +897,22 @@ "@types/node" "*" "@types/range-parser" "*" -"@types/express@4.17.8": - version "4.17.8" - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.8.tgz#3df4293293317e61c60137d273a2e96cd8d5f27a" - integrity sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ== +"@types/express-serve-static-core@^4.17.18": + version "4.17.24" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.24.tgz#ea41f93bf7e0d59cd5a76665068ed6aab6815c07" + integrity sha512-3UJuW+Qxhzwjq3xhwXm2onQcFHn76frIYVbTu+kn24LFxI+dEhdfISDFovPB8VpEgW8oQCTpRuCe+0zJxB7NEA== + dependencies: + "@types/node" "*" + "@types/qs" "*" + "@types/range-parser" "*" + +"@types/express@4.17.13": + version "4.17.13" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034" + integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA== dependencies: "@types/body-parser" "*" - "@types/express-serve-static-core" "*" + "@types/express-serve-static-core" "^4.17.18" "@types/qs" "*" "@types/serve-static" "*"