From 4564f54bbf136074027ac89f03ecd38524ce38b4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2019 22:26:03 +0000 Subject: [PATCH] chore(deps): update dependency @types/cors to v2.8.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6943e7c..e99880b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@types/body-parser": "1.17.0", "@types/bull": "3.5.11", - "@types/cors": "2.8.4", + "@types/cors": "2.8.5", "@types/express": "4.16.1", "@types/express-redis-cache": "1.1.0", "@types/md5-file": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 32a092f..20ed866 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29,10 +29,10 @@ dependencies: "@types/node" "*" -"@types/cors@2.8.4": - version "2.8.4" - resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.4.tgz#50991a759a29c0b89492751008c6af7a7c8267b0" - integrity sha512-ipZjBVsm2tF/n8qFGOuGBkUij9X9ZswVi9G3bx/6dz7POpVa6gVHcj1wsX/LVEn9MMF41fxK/PnZPPoTD1UFPw== +"@types/cors@2.8.5": + version "2.8.5" + resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.5.tgz#c0c54c4e643e1d943d447292f2baf9dc82cfc8ec" + integrity sha512-GmK8AKu8i+s+EChK/uZ5IbrXPcPaQKWaNSGevDT/7o3gFObwSUQwqb1jMqxuo+YPvj0ckGzINI+EO7EHcmJjKg== dependencies: "@types/express" "*"