diff --git a/web/package-lock.json b/web/package-lock.json index 71996f230..b9d361245 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -44,7 +44,7 @@ "construct-style-sheets-polyfill": "^2.4.16", "eslint": "^8.0.1", "eslint-config-google": "^0.14.0", - "eslint-plugin-custom-elements": "0.0.3", + "eslint-plugin-custom-elements": "0.0.4", "eslint-plugin-lit": "^1.6.1", "flowchart.js": "^1.16.0", "fuse.js": "^6.4.6", @@ -4043,12 +4043,9 @@ } }, "node_modules/eslint-plugin-custom-elements": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-custom-elements/-/eslint-plugin-custom-elements-0.0.3.tgz", - "integrity": "sha512-ZyOQRsIQT9xHB9nXHvIXo91L1fkzMpAqDQnFG8Fp0WykfpcEKBebJZoNLn2US/XyGuaWsMsHWb5HzAZfF7FzNQ==", - "dependencies": { - "eslint-rule-documentation": ">=1.0.0" - }, + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-custom-elements/-/eslint-plugin-custom-elements-0.0.4.tgz", + "integrity": "sha512-lfl2lehyV34pVrZQx30l/9hzry1U9kEE7Un0Fc9zMPThF3TrbIf2EPg2SaoCnl5oCSY2UvvIQLoyjk10LyqB5w==", "peerDependencies": { "eslint": ">=4.19.0" } @@ -4069,14 +4066,6 @@ "eslint": ">= 5" } }, - "node_modules/eslint-rule-documentation": { - "version": "1.0.23", - "resolved": "https://registry.npmjs.org/eslint-rule-documentation/-/eslint-rule-documentation-1.0.23.tgz", - "integrity": "sha512-pWReu3fkohwyvztx/oQWWgld2iad25TfUdi6wvhhaDPIQjHU/pyvlKgXFw1kX31SQK2Nq9MH+vRDWB0ZLy8fYw==", - "engines": { - "node": ">=4.0.0" - } - }, "node_modules/eslint-scope": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", @@ -11572,12 +11561,10 @@ "requires": {} }, "eslint-plugin-custom-elements": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-custom-elements/-/eslint-plugin-custom-elements-0.0.3.tgz", - "integrity": "sha512-ZyOQRsIQT9xHB9nXHvIXo91L1fkzMpAqDQnFG8Fp0WykfpcEKBebJZoNLn2US/XyGuaWsMsHWb5HzAZfF7FzNQ==", - "requires": { - "eslint-rule-documentation": ">=1.0.0" - } + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-custom-elements/-/eslint-plugin-custom-elements-0.0.4.tgz", + "integrity": "sha512-lfl2lehyV34pVrZQx30l/9hzry1U9kEE7Un0Fc9zMPThF3TrbIf2EPg2SaoCnl5oCSY2UvvIQLoyjk10LyqB5w==", + "requires": {} }, "eslint-plugin-lit": { "version": "1.6.1", @@ -11589,11 +11576,6 @@ "requireindex": "^1.2.0" } }, - "eslint-rule-documentation": { - "version": "1.0.23", - "resolved": "https://registry.npmjs.org/eslint-rule-documentation/-/eslint-rule-documentation-1.0.23.tgz", - "integrity": "sha512-pWReu3fkohwyvztx/oQWWgld2iad25TfUdi6wvhhaDPIQjHU/pyvlKgXFw1kX31SQK2Nq9MH+vRDWB0ZLy8fYw==" - }, "eslint-scope": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", diff --git a/web/package.json b/web/package.json index b7ae8dfcc..73a7a1955 100644 --- a/web/package.json +++ b/web/package.json @@ -79,7 +79,7 @@ "construct-style-sheets-polyfill": "^2.4.16", "eslint": "^8.0.1", "eslint-config-google": "^0.14.0", - "eslint-plugin-custom-elements": "0.0.3", + "eslint-plugin-custom-elements": "0.0.4", "eslint-plugin-lit": "^1.6.1", "flowchart.js": "^1.16.0", "fuse.js": "^6.4.6",