From 9360d06bdf4bcbd0e321ea7248e4e140b6a83679 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sat, 21 Jan 2023 13:33:50 +0100 Subject: [PATCH] chore: bump hoek --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3711e10..023a297 100644 --- a/package.json +++ b/package.json @@ -19,16 +19,16 @@ ] }, "dependencies": { - "@hapi/boom": "^10.0.0", - "@hapi/bounce": "^3.0.0", + "@hapi/boom": "^10.0.1", + "@hapi/bounce": "^3.0.1", "@hapi/bourne": "^3.0.0", - "@hapi/hoek": "^10.0.0", - "@hapi/validate": "^2.0.0" + "@hapi/hoek": "^11.0.2", + "@hapi/validate": "^2.0.1" }, "devDependencies": { - "@hapi/code": "^9.0.0", + "@hapi/code": "^9.0.3", "@hapi/eslint-plugin": "*", - "@hapi/lab": "25.0.0-beta.1" + "@hapi/lab": "^25.1.2" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L",