From 909f9bb75f9feecee6a3f2c0aac3eb59cde518fa Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 23 Oct 2024 17:33:53 +0200 Subject: [PATCH] chore: pin eslint-plugin --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 372b71d2c..4448634b8 100755 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "devDependencies": { "@hapi/code": "^9.0.3", - "@hapi/eslint-plugin": "*", + "@hapi/eslint-plugin": "^6.0.0", "@hapi/inert": "^7.0.1", "@hapi/joi-legacy-test": "npm:@hapi/joi@^15.0.0", "@hapi/lab": "^25.1.2",