Update dependency eslint to v6.7.2

This commit is contained in:
Renovate Bot 2019-11-30 17:24:54 +00:00
parent 278cf53f2f
commit 7e3bfd8f4a
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3586,9 +3586,9 @@
"dev": true
},
"eslint": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.7.0.tgz",
"integrity": "sha512-dQpj+PaHKHfXHQ2Imcw5d853PTvkUGbHk/MR68KQUl98EgKDCdh4vLRH1ZxhqeQjQFJeg8fgN0UwmNhN3l8dDQ==",
"version": "6.7.2",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.7.2.tgz",
"integrity": "sha512-qMlSWJaCSxDFr8fBPvJM9kJwbazrhNcBU3+DszDW1OlEwKBBRWsJc7NJFelvwQpanHCR14cOLD41x8Eqvo3Nng==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@ -32,7 +32,7 @@
"chromedriver": "78.0.1",
"config": "3.2.4",
"cross-env": "6.0.3",
"eslint": "6.7.0",
"eslint": "6.7.2",
"eslint-config-wpcalypso": "5.0.0",
"eslint-plugin-wpcalypso": "4.1.0",
"grunt": "1.0.4",