From b08590224d325d91105a668487fccd57cfd664f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 13:37:47 +0000 Subject: [PATCH] Bump hoek from 4.0.2 to 6.1.3 Bumps [hoek](https://github.com/hapijs/hoek) from 4.0.2 to 6.1.3. - [Release notes](https://github.com/hapijs/hoek/releases) - [Changelog](https://github.com/hapijs/hoek/blob/master/CHANGELOG.md) - [Commits](https://github.com/hapijs/hoek/compare/v4.0.2...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 9fe68aed..8ec93fe4 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "async": "2.0.1", - "hoek": "4.0.2", + "hoek": "6.1.3", "joi": "5.1.0", "jshint": "^2.10.3", "lodash": "3.10.1",