From d050112a6485d5e2e56bbd5253f2bb227179a75b Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sat, 11 Feb 2023 21:52:36 +0100 Subject: [PATCH] chore: bump hoek (#87) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 915233a..ef6457c 100644 --- a/package.json +++ b/package.json @@ -18,14 +18,14 @@ ] }, "dependencies": { - "@hapi/boom": "^10.0.0", - "@hapi/hoek": "^10.0.0" + "@hapi/boom": "^10.0.1", + "@hapi/hoek": "^11.0.2" }, "devDependencies": { - "@hapi/catbox": "^12.0.0", - "@hapi/code": "^9.0.0", + "@hapi/catbox": "^12.1.1", + "@hapi/code": "^9.0.3", "@hapi/eslint-plugin": "*", - "@hapi/lab": "^25.0.1" + "@hapi/lab": "^25.1.2" }, "scripts": { "test": "lab -a @hapi/code -L -t 100",