From 815c854dd29af68c322d350c3add6eedcaa08d99 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 10 Aug 2020 17:01:47 -0400 Subject: [PATCH] update most out of date dependencies --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index f09370b16..73f46e418 100755 --- a/package.json +++ b/package.json @@ -23,15 +23,15 @@ "@hapi/boom": "9.x.x", "@hapi/bounce": "2.x.x", "@hapi/call": "8.x.x", - "@hapi/catbox": "^11.1.0", + "@hapi/catbox": "^11.1.1", "@hapi/catbox-memory": "5.x.x", - "@hapi/heavy": "7.x.x", + "@hapi/heavy": "^7.0.1", "@hapi/hoek": "9.x.x", "@hapi/mimos": "5.x.x", - "@hapi/podium": "4.x.x", - "@hapi/shot": "5.x.x", + "@hapi/podium": "^4.1.1", + "@hapi/shot": "^5.0.1", "@hapi/somever": "3.x.x", - "@hapi/statehood": "^7.0.2", + "@hapi/statehood": "^7.0.3", "@hapi/subtext": "^7.0.3", "@hapi/teamwork": "4.x.x", "@hapi/topo": "5.x.x", @@ -39,11 +39,11 @@ }, "devDependencies": { "@hapi/code": "8.x.x", - "@hapi/inert": "6.x.x", + "@hapi/inert": "^6.0.2", "@hapi/joi-legacy-test": "npm:@hapi/joi@15.x.x", - "@hapi/lab": "22.x.x", + "@hapi/lab": "23.x.x", "@hapi/wreck": "17.x.x", - "@hapi/vision": "6.x.x", + "@hapi/vision": "^6.0.1", "handlebars": "4.x.x", "joi": "17.x.x" },