diff --git a/package.json b/package.json index 8602ffa8..4e949491 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@babel/preset-typescript": "7.14.5", "@rollup/plugin-commonjs": "19.0.0", "@rollup/plugin-node-resolve": "13.0.0", - "@types/express": "4.17.12", + "@types/express": "4.17.13", "@types/jest": "26.0.24", "@types/js-yaml": "4.0.2", "@types/node": "16.0.0", diff --git a/yarn.lock b/yarn.lock index 8f88e91a..9ff20327 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1516,10 +1516,10 @@ "@types/qs" "*" "@types/range-parser" "*" -"@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== +"@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" "^4.17.18"