From 50723acc1804758db2e7e7b26037286ba3d470d1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 7 May 2022 01:58:11 +0000 Subject: [PATCH] chore(deps): update hapijs monorepo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 04d6498..88e3e57 100644 --- a/package.json +++ b/package.json @@ -28,12 +28,12 @@ "devDependencies": { "@hapi/code": "^8.0.7", "@hapi/hapi": "^18.4.1", - "@hapi/hoek": "^9.2.1", - "@hapi/lab": "^24.5.1", + "@hapi/hoek": "^9.3.0", + "@hapi/lab": "^24.7.1", "bluebird": "3.x", "sinon": "^13.0.2" }, "peerDependencies": { - "@hapi/hapi": ">= 18.0.0" + "@hapi/hapi": ">= 20.2.2" } }