From 44a3e030168e2c0431fd817660fca038bc118425 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 01:14:32 +0000 Subject: [PATCH] build(deps-dev): bump @types/cors from 2.8.6 to 2.8.7 Bumps [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) from 2.8.6 to 2.8.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5fb1d064..902a8858 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@types/bluebird": "^3.5.32", "@types/cls-hooked": "^4.3.1", "@types/compression": "^1.7.0", - "@types/cors": "^2.8.6", + "@types/cors": "^2.8.7", "@types/helmet": "^0.0.47", "@types/jest": "^26.0.8", "@types/jsonwebtoken": "^8.5.0", diff --git a/yarn.lock b/yarn.lock index eeee658d..3712613a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1040,10 +1040,10 @@ dependencies: "@types/node" "*" -"@types/cors@^2.8.6": - version "2.8.6" - resolved "https://registry.npmjs.org/@types/cors/-/cors-2.8.6.tgz#cfaab33c49c15b1ded32f235111ce9123009bd02" - integrity sha512-invOmosX0DqbpA+cE2yoHGUlF/blyf7nB0OGYBBiH27crcVm5NmFaZkLP4Ta1hGaesckCi5lVLlydNJCxkTOSg== +"@types/cors@^2.8.7": + version "2.8.7" + resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.7.tgz#ab2f47f1cba93bce27dfd3639b006cc0e5600889" + integrity sha512-sOdDRU3oRS7LBNTIqwDkPJyq0lpHYcbMTt0TrjzsXbk/e37hcLTH6eZX7CdbDeN0yJJvzw9hFBZkbtCSbk/jAQ== dependencies: "@types/express" "*"