From 7bd1aaf33c8a720c4c5fbb9e2899dc050706ec87 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 23 Oct 2024 16:38:27 +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 3bae608..31423ba 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@hapi/code": "9.x.x", - "@hapi/eslint-plugin": "*", + "@hapi/eslint-plugin": "^6.0.0", "@hapi/lab": "^25.1.0", "@types/node": "^17.0.31", "typescript": "~4.6.4"