From de92d46588fa5946754f5cdc57210eebc54440a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 23:07:34 +0000 Subject: [PATCH] Bump hoek from 4.2.0 to 4.2.1 Bumps [hoek](https://github.com/hapijs/hoek) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/hapijs/hoek/releases) - [Commits](https://github.com/hapijs/hoek/compare/v4.2.0...v4.2.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a7e476..c6b9f4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -388,9 +388,9 @@ "dev": true }, "hoek": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz", - "integrity": "sha512-v0XCLxICi9nPfYrS9RL8HbYnXi9obYAeLbSP00BmnZwCK9+Ih9WOjoZ8YoHCoav2csqn4FOz4Orldsy2dmDwmQ==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz", + "integrity": "sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA==", "dev": true }, "http-signature": {