From 13526a113989e31d7c2a1f43ad9c4f22790f7b00 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Dec 2020 17:34:03 +0000 Subject: [PATCH] Update dependency hawk to v9 --- package-lock.json | 48 ++++------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 45 deletions(-) diff --git a/package-lock.json b/package-lock.json index 744bdbde3..edb1a327f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2055,22 +2055,6 @@ } } }, - "@hapi/bounce": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@hapi/bounce/-/bounce-2.0.0.tgz", - "integrity": "sha512-JesW92uyzOOyuzJKjoLHM1ThiOvHPOLDHw01YV8yh5nCso7sDwJho1h0Ad2N+E62bZyz46TG3xhAi/78Gsct6A==", - "requires": { - "@hapi/boom": "9.x.x", - "@hapi/hoek": "9.x.x" - }, - "dependencies": { - "@hapi/hoek": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.1.0.tgz", - "integrity": "sha512-i9YbZPN3QgfighY/1X1Pu118VUz2Fmmhd6b2n0/O8YVgGGfw0FbUYoA97k7FkpGJ+pLCFEDLUmAPPV4D1kpeFw==" - } - } - }, "@hapi/bourne": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz", @@ -2100,29 +2084,6 @@ "@hapi/topo": "3.x.x" } }, - "@hapi/sntp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@hapi/sntp/-/sntp-4.0.0.tgz", - "integrity": "sha512-yBXTlySZyPZKz0NPoxxFClKNMmVhsZq84Ir7+k93XNGLdSnY3iD0BosxflLpIbP7yr3p4T+QDPMNgOA3XccdFQ==", - "requires": { - "@hapi/boom": "9.x.x", - "@hapi/bounce": "2.x.x", - "@hapi/hoek": "9.x.x", - "@hapi/teamwork": "4.x.x" - }, - "dependencies": { - "@hapi/hoek": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.1.0.tgz", - "integrity": "sha512-i9YbZPN3QgfighY/1X1Pu118VUz2Fmmhd6b2n0/O8YVgGGfw0FbUYoA97k7FkpGJ+pLCFEDLUmAPPV4D1kpeFw==" - } - } - }, - "@hapi/teamwork": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@hapi/teamwork/-/teamwork-4.0.0.tgz", - "integrity": "sha512-V6xYOrr5aFv/IJqNPneaYCu8vuGTKisamqHVRS3JJnbZr18TrpXdsJOYk9pjPhFti+M2YETPebQLUr820N5NoQ==" - }, "@hapi/topo": { "version": "3.1.6", "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz", @@ -10380,15 +10341,14 @@ } }, "hawk": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/hawk/-/hawk-8.0.1.tgz", - "integrity": "sha512-n9yJDun8ooG+/t0SVn2iRxZBNY8x5B14JECie8rY61ZJ4CrEnTOYe9tZ5z7lpjuyoqMdrB74idO70pu4R2scqg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/hawk/-/hawk-9.0.0.tgz", + "integrity": "sha512-xTkUIwwAI6d5//1ofvWCDM7YYAEAo/mFqhEW7S/m9+nLZqkOzSz8lTLKk6cHvJGax3UrbljfP8P+PFPybGcxZA==", "requires": { "@hapi/b64": "5.x.x", "@hapi/boom": "9.x.x", "@hapi/cryptiles": "5.x.x", - "@hapi/hoek": "9.x.x", - "@hapi/sntp": "4.x.x" + "@hapi/hoek": "9.x.x" }, "dependencies": { "@hapi/hoek": { diff --git a/package.json b/package.json index c5d726eb0..df905dfb3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "deep-extend": "0.6.0", "extend": "3.0.2", "filtrex": "0.5.4", - "hawk": "8.0.1", + "hawk": "9.0.0", "http-signature": "1.3.5", "json-refs": "3.0.15", "lodash.clonedeep": "4.5.0",