build(deps): bump eslint-plugin-custom-elements in /web (#1658)

This commit is contained in:
dependabot[bot] 2021-10-22 07:34:25 +02:00 committed by GitHub
parent 5ae3b868d4
commit e17594f0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 27 deletions

34
web/package-lock.json generated
View File

@ -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",

View File

@ -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",