From f55be598f30f257eef9cfca43847f2be1d5309da Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 23 Oct 2024 17:38:47 +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 9c8df9b..6de9ccb 100755 --- a/package.json +++ b/package.json @@ -22,8 +22,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 -a @hapi/code -t 100 -L",