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

This commit is contained in:
dependabot[bot] 2021-10-21 09:03:26 +02:00 committed by GitHub
parent f04aa09b72
commit 4298900ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
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.2",
"eslint-plugin-custom-elements": "0.0.3",
"eslint-plugin-lit": "^1.6.1",
"flowchart.js": "^1.16.0",
"fuse.js": "^6.4.6",
@ -4043,9 +4043,9 @@
}
},
"node_modules/eslint-plugin-custom-elements": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-custom-elements/-/eslint-plugin-custom-elements-0.0.2.tgz",
"integrity": "sha512-lIRBhxh0M/1seyMzSPJwdfdNtlVSPArJ+erF2xqjPsd/6SdCuT43hCQNV2A2te3GqBWhgh/unXSVRO09c1kyPA==",
"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"
},
@ -11572,9 +11572,9 @@
"requires": {}
},
"eslint-plugin-custom-elements": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-custom-elements/-/eslint-plugin-custom-elements-0.0.2.tgz",
"integrity": "sha512-lIRBhxh0M/1seyMzSPJwdfdNtlVSPArJ+erF2xqjPsd/6SdCuT43hCQNV2A2te3GqBWhgh/unXSVRO09c1kyPA==",
"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"
}

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.2",
"eslint-plugin-custom-elements": "0.0.3",
"eslint-plugin-lit": "^1.6.1",
"flowchart.js": "^1.16.0",
"fuse.js": "^6.4.6",