Merge pull request #25108 from woocommerce/renovate/eslint-6.x

Update dependency eslint to v6.7.2
This commit is contained in:
Rodrigo Primo 2019-12-02 15:00:45 -03:00 committed by GitHub
commit a7f4733f4b
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

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