Merge pull request #267 from kremalicious/dependabot/npm_and_yarn/eslint-7.19.0

Bump eslint from 7.18.0 to 7.19.0
This commit is contained in:
Matthias Kretschmann 2021-02-01 10:36:54 +01:00 committed by GitHub
commit 9a729ff1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11979,9 +11979,9 @@
}
},
"eslint": {
"version": "7.18.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.18.0.tgz",
"integrity": "sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==",
"version": "7.19.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.19.0.tgz",
"integrity": "sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@ -56,7 +56,7 @@
"electron-builder": "^22.9.1",
"electron-serve": "^1.1.0",
"electron-store": "^7.0.0",
"eslint": "^7.18.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-react": "^7.22.0",
"identity-obj-proxy": "^3.0.0",