build(deps): bump eslint from 8.0.0 to 8.0.1 in /web (#1612)

This commit is contained in:
dependabot[bot] 2021-10-14 08:33:55 +02:00 committed by GitHub
parent ee140014e9
commit 10fc33f7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
web/package-lock.json generated
View File

@ -42,7 +42,7 @@
"chartjs-adapter-moment": "^1.0.0",
"codemirror": "^5.63.3",
"construct-style-sheets-polyfill": "^2.4.16",
"eslint": "^8.0.0",
"eslint": "^8.0.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-custom-elements": "0.0.2",
"eslint-plugin-lit": "^1.6.0",
@ -1639,9 +1639,9 @@
}
},
"node_modules/@eslint/eslintrc": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.2.tgz",
"integrity": "sha512-x1ZXdEFsvTcnbTZgqcWUL9w2ybgZCw/qbKTPQnab+XnYA2bMQpJCh+/bBzCRfDJaJdlrrQlOk49jNtru9gL/6Q==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.3.tgz",
"integrity": "sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==",
"dependencies": {
"ajv": "^6.12.4",
"debug": "^4.3.2",
@ -3978,11 +3978,11 @@
}
},
"node_modules/eslint": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.0.0.tgz",
"integrity": "sha512-03spzPzMAO4pElm44m60Nj08nYonPGQXmw6Ceai/S4QK82IgwWO1EXx1s9namKzVlbVu3Jf81hb+N+8+v21/HQ==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.0.1.tgz",
"integrity": "sha512-LsgcwZgQ72vZ+SMp4K6pAnk2yFDWL7Ti4pJaRvsZ0Hsw2h8ZjUIW38a9AFn2cZXdBMlScMFYYgsSp4ttFI/0bA==",
"dependencies": {
"@eslint/eslintrc": "^1.0.2",
"@eslint/eslintrc": "^1.0.3",
"@humanwhocodes/config-array": "^0.6.0",
"ajv": "^6.10.0",
"chalk": "^4.0.0",
@ -9649,9 +9649,9 @@
}
},
"@eslint/eslintrc": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.2.tgz",
"integrity": "sha512-x1ZXdEFsvTcnbTZgqcWUL9w2ybgZCw/qbKTPQnab+XnYA2bMQpJCh+/bBzCRfDJaJdlrrQlOk49jNtru9gL/6Q==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.3.tgz",
"integrity": "sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==",
"requires": {
"ajv": "^6.12.4",
"debug": "^4.3.2",
@ -11423,11 +11423,11 @@
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"eslint": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.0.0.tgz",
"integrity": "sha512-03spzPzMAO4pElm44m60Nj08nYonPGQXmw6Ceai/S4QK82IgwWO1EXx1s9namKzVlbVu3Jf81hb+N+8+v21/HQ==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.0.1.tgz",
"integrity": "sha512-LsgcwZgQ72vZ+SMp4K6pAnk2yFDWL7Ti4pJaRvsZ0Hsw2h8ZjUIW38a9AFn2cZXdBMlScMFYYgsSp4ttFI/0bA==",
"requires": {
"@eslint/eslintrc": "^1.0.2",
"@eslint/eslintrc": "^1.0.3",
"@humanwhocodes/config-array": "^0.6.0",
"ajv": "^6.10.0",
"chalk": "^4.0.0",

View File

@ -77,7 +77,7 @@
"chartjs-adapter-moment": "^1.0.0",
"codemirror": "^5.63.3",
"construct-style-sheets-polyfill": "^2.4.16",
"eslint": "^8.0.0",
"eslint": "^8.0.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-custom-elements": "0.0.2",
"eslint-plugin-lit": "^1.6.0",