From ff39f323c5cb41196fd89b80216aa54ff5278d21 Mon Sep 17 00:00:00 2001 From: Eric Willis Date: Tue, 7 May 2019 00:14:01 +0000 Subject: [PATCH 1/2] Update deps --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3282996..790fe2a 100644 --- a/package.json +++ b/package.json @@ -37,12 +37,12 @@ "devDependencies": { "code": "^5.1.2", "coveralls": "^3.0.0", - "eslint": "^4.14.0", + "eslint": "^5.16.0", "eslint-config-firstandthird": "^4.3.0", "eslint-plugin-import": "^2.8.0", - "hapi": "^17.2.0", - "lab": "^15.1.2", + "@hapi/hapi": "^18.0.0", + "lab": "^18.0.2", "vision": "^5.3.0", - "vision-nunjucks": "3.0.0" + "vision-nunjucks": "^3.2.0" } } From d061f41ef1e13fda7774c711ac242bb333fe6941 Mon Sep 17 00:00:00 2001 From: Eric Willis Date: Tue, 7 May 2019 00:16:31 +0000 Subject: [PATCH 2/2] Testing upd. --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 4e198f6..a312d3a 100644 --- a/test/index.js +++ b/test/index.js @@ -2,7 +2,7 @@ const fs = require('fs'); const Lab = require('lab'); const lab = exports.lab = Lab.script(); const code = require('code'); -const hapi = require('hapi'); +const hapi = require('@hapi/hapi'); const hapiNunjucksHelpers = require('../index.js'); const visionNunjucksPlugin = require('vision-nunjucks');