From e0e745bb0a10fdf6e7501e7c8746564c74a0977d Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 23 Oct 2024 17:22:30 +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 320aa4e..d62b377 100755 --- a/package.json +++ b/package.json @@ -24,8 +24,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", "@types/node": "^17.0.31", "typescript": "~4.6.4" },