From a70095c51dffad9f931f22e55f8f0de6e79b046f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:47:25 +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 47b064f..8c99e14 100644 --- a/package.json +++ b/package.json @@ -27,13 +27,13 @@ }, "devDependencies": { "@hapi/code": "^9.0.0", - "@hapi/hapi": "^20.2.2", - "@hapi/hoek": "^10.0.0", + "@hapi/hapi": "^21.3.2", + "@hapi/hoek": "^11.0.4", "@hapi/lab": "^25.0.1", "bluebird": "3.x", "sinon": "^15.2.0" }, "peerDependencies": { - "@hapi/hapi": ">= 18.0.0" + "@hapi/hapi": ">= 21.3.2" } }