From 0cb90e0ae981bfc8450db67cca5eb3a1f4d625d3 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 23 Oct 2024 17:43:18 +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 3983174..b56578e 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ }, "devDependencies": { "@hapi/code": "^9.0.3", - "@hapi/eslint-plugin": "*", + "@hapi/eslint-plugin": "^7.0.0", "@hapi/hapi": "^21.2.1", - "@hapi/lab": "^25.1.2" + "@hapi/lab": "^26.0.0" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L",