From 4e00e246f70a6ad3d1493311829d406e2c3509c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 01:15:36 +0000 Subject: [PATCH] Bump http-errors from 1.8.1 to 2.0.0 (#58) Bumps [http-errors](https://github.com/jshttp/http-errors) from 1.8.1 to 2.0.0. - [Release notes](https://github.com/jshttp/http-errors/releases) - [Changelog](https://github.com/jshttp/http-errors/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/http-errors/compare/1.8.1...v2.0.0) --- updated-dependencies: - dependency-name: http-errors dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b52606e..f40d4a2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "homepage": "https://github.com/nearform/fastify-casbin-rest#readme", "dependencies": { "fastify-plugin": "^3.0.0", - "http-errors": "^1.8.0" + "http-errors": "^2.0.0" }, "devDependencies": { "@types/node": "^18.0.0",