From b1b39c033f8109da62db1221b209153f9a59ce36 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 23 Oct 2024 17:37:38 +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 9fd3a78..5ed5047 100755 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@hapi/hoek": "^11.0.2" }, "devDependencies": { - "@hapi/eslint-plugin": "*", + "@hapi/eslint-plugin": "^6.0.0", "@hapi/lab": "^25.0.1", "@types/node": "^17.0.25", "typescript": "~4.6.3"