diff --git a/package.json b/package.json index e9c2193..c2ed598 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dist" ], "dependencies": { - "@types/express": "^4.17.13", + "@types/express": "^4.17.14", "@types/ws": "8.5.3", "path-to-regexp": "0.1.7", "ws": "7.5.5" diff --git a/yarn.lock b/yarn.lock index e9d956c..30a9d29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -26,10 +26,10 @@ "@types/qs" "*" "@types/range-parser" "*" -"@types/express@^4.17.13": - version "4.17.13" - resolved "https://registry.npmmirror.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034" - integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA== +"@types/express@^4.17.14": + version "4.17.14" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.14.tgz#143ea0557249bc1b3b54f15db4c81c3d4eb3569c" + integrity sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg== dependencies: "@types/body-parser" "*" "@types/express-serve-static-core" "^4.17.18"