From 185bc5bcbe1f1d4e0b6ce13279ddaccce01a8386 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 Aug 2021 00:01:32 +0000 Subject: [PATCH] chore(deps): update dependency @types/express to v4.17.13 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 29a4c89d4..c7818b2db 100644 --- a/package.json +++ b/package.json @@ -205,7 +205,7 @@ "@sinonjs/fake-timers": "7.1.2", "@types/chai": "4.2.19", "@types/dirty-chai": "2.0.2", - "@types/express": "4.17.12", + "@types/express": "4.17.13", "@types/fs-extra": "9.0.11", "@types/glob": "7.1.3", "@types/mocha": "8.2.2", diff --git a/yarn.lock b/yarn.lock index aa718fb81..49933e6eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -457,10 +457,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"