From 72697985ea37072bf2bc7e47f25507da06cb04ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 19:12:25 +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 aa96019..6271c67 100644 --- a/package.json +++ b/package.json @@ -22,18 +22,18 @@ "node": ">= v12.22.12" }, "dependencies": { - "joi": "^17.6.0", + "joi": "^17.6.1", "mongodb": "^4.6.0" }, "devDependencies": { - "@hapi/code": "^9.0.0", + "@hapi/code": "^9.0.1", "@hapi/hapi": "^20.2.2", - "@hapi/hoek": "^10.0.0", + "@hapi/hoek": "^10.0.1", "@hapi/lab": "^25.0.1", "bluebird": "3.x", "sinon": "^14.0.0" }, "peerDependencies": { - "@hapi/hapi": ">= 18.0.0" + "@hapi/hapi": ">= 20.2.2" } }