From 797daabed45038e5d6145231a2ec33570c515a95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 02:26:12 +0000 Subject: [PATCH] chore(deps): update dependency @types/cors to v2.8.17 --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6943e7c..fc43994 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.17", "@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..6070f75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29,12 +29,12 @@ 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.17": + version "2.8.17" + resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.17.tgz#5d718a5e494a8166f569d986794e49c48b216b2b" + integrity sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA== dependencies: - "@types/express" "*" + "@types/node" "*" "@types/events@*": version "3.0.0"