From ab668ce96322c1716c6f00fcf51499cc6053d8ed Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 23 Oct 2024 17:27:19 +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 c8dc693..131a267 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "devDependencies": { "@hapi/catbox": "^12.1.1", "@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 -L -t 100",