diff --git a/package-lock.json b/package-lock.json index 8bfc605..57ced30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -178,9 +178,9 @@ } }, "node_modules/@hckrnews/eslint-code-quality": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@hckrnews/eslint-code-quality/-/eslint-code-quality-0.2.0.tgz", - "integrity": "sha512-gn23vK1Za7L6TI3otYirz9SP3nPg2rSNwtVS/y8Z9pR8Pt9HKFD1DJZnO3Sbm/pukiSAt4pGdJ46IIbHjnDIYg==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@hckrnews/eslint-code-quality/-/eslint-code-quality-0.2.1.tgz", + "integrity": "sha512-yGAiW2SjRqYNgJmY6SKvboNu/+kHogJJOYLJAvlPZ36SScaFiB167TbxCJGSmUp6elfoEIAOPaFelDG1S2n9uA==", "dev": true, "license": "MIT", "engines": { @@ -192,7 +192,7 @@ "eslint-plugin-jsdoc": "^48.0.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-promise": "^7.0.0", - "eslint-plugin-sonarjs": "^0.24.0" + "eslint-plugin-sonarjs": "^0.24.0 || ^0.25.1" } }, "node_modules/@hckrnews/eslint-config": {