From 746c5c7044631d2d4b5332c832ac2b9c62252319 Mon Sep 17 00:00:00 2001 From: Eran Hammer Date: Thu, 13 Feb 2020 12:04:52 -0800 Subject: [PATCH] Update deps. Close #4046 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a645b0eae..ca7aa9e3a 100755 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ "lib" ], "dependencies": { - "@hapi/accept": "3.x.x", - "@hapi/ammo": "3.x.x", + "@hapi/accept": "^3.2.4", + "@hapi/ammo": "^3.1.2", "@hapi/boom": "7.x.x", "@hapi/bounce": "1.x.x", - "@hapi/call": "5.x.x", + "@hapi/call": "^5.1.3", "@hapi/catbox": "10.x.x", "@hapi/catbox-memory": "4.x.x", "@hapi/heavy": "6.x.x", @@ -30,7 +30,7 @@ "@hapi/shot": "4.x.x", "@hapi/somever": "2.x.x", "@hapi/statehood": "6.x.x", - "@hapi/subtext": "6.x.x", + "@hapi/subtext": "^6.1.3", "@hapi/teamwork": "3.x.x", "@hapi/topo": "3.x.x" },