From 5dead98784b18254b98d44dbb761d80c02d51ff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 04:20:07 +0000 Subject: [PATCH] Bump @hapi/boom from 9.1.4 to 10.0.0 Bumps [@hapi/boom](https://github.com/hapijs/boom) from 9.1.4 to 10.0.0. - [Release notes](https://github.com/hapijs/boom/releases) - [Commits](https://github.com/hapijs/boom/compare/v9.1.4...v10.0.0) --- updated-dependencies: - dependency-name: "@hapi/boom" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b6ddf5..0e14427 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "standard": "^16.0.3" }, "dependencies": { - "@hapi/boom": "^9.1.4", + "@hapi/boom": "^10.0.0", "joi": "^17.4.2", "got": "^11.8.2", "jsonwebtoken": "^8.5.1",