From 83e3e35037c53241f5e35ad5ee6f3b40de788b2c Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sat, 11 Feb 2023 18:36:23 +0100 Subject: [PATCH] chore: bump hoek and lab (#299) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ce91057..6482c77 100644 --- a/package.json +++ b/package.json @@ -18,12 +18,12 @@ ] }, "dependencies": { - "@hapi/hoek": "10.x.x" + "@hapi/hoek": "^11.0.2" }, "devDependencies": { "@hapi/code": "9.x.x", "@hapi/eslint-plugin": "*", - "@hapi/lab": "25.0.0-beta.1", + "@hapi/lab": "^25.1.0", "@types/node": "^17.0.31", "typescript": "~4.6.4" },