From 772547497a505641d0d2f92e1ae7dcf3468ee561 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 23 Oct 2024 16:51:54 +0200 Subject: [PATCH] chore: bump lab --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 346eae7..f8feb51 100755 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ }, "devDependencies": { "@hapi/code": "^9.0.3", - "@hapi/eslint-plugin": "*", - "@hapi/lab": "^25.1.2" + "@hapi/eslint-plugin": "^7.0.0", + "@hapi/lab": "^26.0.0" }, "scripts": { "test": "lab -t 100 -a @hapi/code -L",