From 22cc89871441e2c330f30425ee895918f23ee924 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sat, 21 Jan 2023 12:39:58 +0100 Subject: [PATCH] chore: bump hoek --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 75c1d33..e798516 100755 --- a/package.json +++ b/package.json @@ -19,15 +19,15 @@ ] }, "dependencies": { - "@hapi/boom": "^10.0.0", - "@hapi/hoek": "^10.0.0", + "@hapi/boom": "^10.0.1", + "@hapi/hoek": "^11.0.2", "@hapi/podium": "^5.0.0", - "@hapi/validate": "^2.0.0" + "@hapi/validate": "^2.0.1" }, "devDependencies": { - "@hapi/code": "^9.0.0", + "@hapi/code": "^9.0.3", "@hapi/eslint-plugin": "*", - "@hapi/lab": "^25.0.1", + "@hapi/lab": "^25.1.2", "@types/node": "^18.11.9", "typescript": "^4.9.3" },