From 4e04a27165c7a88ddf91e08861a73462ca063936 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sat, 11 Feb 2023 20:53:52 +0100 Subject: [PATCH] chore: bump hoek (#91) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c1096a0..de0c6dc 100644 --- a/package.json +++ b/package.json @@ -19,14 +19,14 @@ ] }, "dependencies": { - "@hapi/boom": "^10.0.0", - "@hapi/hoek": "^10.0.0" + "@hapi/boom": "^10.0.1", + "@hapi/hoek": "^11.0.2" }, "devDependencies": { - "@hapi/code": "^9.0.1", + "@hapi/code": "^9.0.3", "@hapi/eslint-plugin": "*", - "@hapi/hapi": "^21.0.0-beta.1", - "@hapi/lab": "^25.0.1" + "@hapi/hapi": "^21.2.1", + "@hapi/lab": "^25.1.2" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L",