From 439d82e5ab774272ec01c4f24b494a6e9399efb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Mar 2018 02:21:04 +0000 Subject: [PATCH] Bump hapi from 17.2.2 to 17.2.3 Bumps [hapi](https://github.com/hapijs/hapi) from 17.2.2 to 17.2.3. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v17.2.2...v17.2.3) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecefa3fd..e80781ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5332,9 +5332,9 @@ } }, "hapi": { - "version": "17.2.2", - "resolved": "https://registry.npmjs.org/hapi/-/hapi-17.2.2.tgz", - "integrity": "sha512-LFEpibG2iIggfN/5M+EDeTzNUN/JNxUjH6WSpn4+uz2/Aj+Pd6ElxyCOrKAh4/hdh+6gKWYnGBZt03LJ66TYTA==", + "version": "17.2.3", + "resolved": "https://registry.npmjs.org/hapi/-/hapi-17.2.3.tgz", + "integrity": "sha512-e3Jm2xoZotUgsGAV/NTgg1EOXDeZFwbGr8ruUv9yH/DGyGl+NydEBOR7o28N2YbUs8WhBgi+TSVFL+2vtAe9xQ==", "requires": { "accept": "3.0.2", "ammo": "3.0.0", diff --git a/package.json b/package.json index 68ee8660..02d07f85 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "babel-preset-env": "1.6.1", "babel-preset-react": "6.24.1", "boom": "7.2.0", - "hapi": "17.2.2", + "hapi": "17.2.3", "inert": "5.0.1", "isomorphic-fetch": "2.2.1", "joi": "13.1.2",