From 812672d7ea6547e8568353cb607e164d861fce23 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 06:49:29 +0000 Subject: [PATCH] chore(deps-dev): bump @types/http-errors from 1.6.2 to 1.8.0 Bumps [@types/http-errors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-errors) from 1.6.2 to 1.8.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-errors) 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 05293a4..802c606 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@types/atob": "^2.1.1", "@types/dotenv": "^8.2.0", - "@types/http-errors": "^1.6.2", + "@types/http-errors": "^1.8.0", "@types/jest": "^24.0.23", "@types/node": "^12.12.14", "concurrently": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 1743730..762db3c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -506,10 +506,10 @@ dependencies: dotenv "*" -"@types/http-errors@^1.6.2": - version "1.6.2" - resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-1.6.2.tgz#8d613d31be6871d093ef4640ae3272507156ba59" - integrity sha512-mzJX3tIbtadNZQIDbfA9eW+mAjww7GY7WYcfKDGB5SSXMAzI8KD+5fvyX5FqcKtns346+WGwAJJ8cPsDxMz0lw== +"@types/http-errors@^1.8.0": + version "1.8.0" + resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-1.8.0.tgz#682477dbbbd07cd032731cb3b0e7eaee3d026b69" + integrity sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA== "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": version "2.0.1"