From 6f169929518df7a263bb18a2b57b5d615a7ecb44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 18:28:52 +0000 Subject: [PATCH] chore(deps): update hapijs monorepo --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 47b064f..d9161a4 100644 --- a/package.json +++ b/package.json @@ -22,18 +22,18 @@ "node": ">= v12.22.12" }, "dependencies": { - "joi": "^17.6.0", + "joi": "^17.10.0", "mongodb": "^4.16.0" }, "devDependencies": { - "@hapi/code": "^9.0.0", - "@hapi/hapi": "^20.2.2", - "@hapi/hoek": "^10.0.0", - "@hapi/lab": "^25.0.1", + "@hapi/code": "^9.0.3", + "@hapi/hapi": "^20.3.0", + "@hapi/hoek": "^10.0.1", + "@hapi/lab": "^25.1.3", "bluebird": "3.x", "sinon": "^15.2.0" }, "peerDependencies": { - "@hapi/hapi": ">= 18.0.0" + "@hapi/hapi": ">= 20.3.0" } }