From bc5bd89f61eddee7b9c041ef490340fd3d7cb95a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 09:01:18 +0000 Subject: [PATCH] Bump hoek from 2.16.3 to 6.1.3 Bumps [hoek](https://github.com/hapijs/hoek) from 2.16.3 to 6.1.3. - [Release notes](https://github.com/hapijs/hoek/releases) - [Commits](https://github.com/hapijs/hoek/compare/v2.16.3...v6.1.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5cec02..8a5563f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "async": "^1.5.0", "core-util-is": "^1.0.1", - "hoek": "^2.6.0", + "hoek": "^6.1.3", "joi": "^6.6.1", "js-yaml": "^3.2.6", "swaggerize-routes": "^1.0.3"