From b1e391016cef69bfe36ad1a1d1446cbfae4b558e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Feb 2022 19:24:12 +0000 Subject: [PATCH] chore(deps): update hapijs monorepo --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 753a530..8bf4144 100644 --- a/package.json +++ b/package.json @@ -26,14 +26,14 @@ "mongodb": "^4.3.1" }, "devDependencies": { - "@hapi/code": "^8.0.2", + "@hapi/code": "^8.0.7", "@hapi/hapi": "^18.4.1", - "@hapi/hoek": "^9.1.0", - "@hapi/lab": "^24.1.0", + "@hapi/hoek": "^9.2.1", + "@hapi/lab": "^24.5.1", "bluebird": "3.x", "sinon": "^13.0.1" }, "peerDependencies": { - "@hapi/hapi": ">= 18.0.0" + "@hapi/hapi": ">= 20.2.1" } }