Merge pull request #326 from hodgef/dependabot/npm_and_yarn/eslint-6.7.2

This commit is contained in:
dependabot-preview[bot] 2019-12-02 09:18:31 +00:00 committed by GitHub
commit e0fd3e22e1
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

@ -5995,9 +5995,9 @@
} }
}, },
"eslint": { "eslint": {
"version": "6.7.1", "version": "6.7.2",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.7.1.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.7.2.tgz",
"integrity": "sha512-UWzBS79pNcsDSxgxbdjkmzn/B6BhsXMfUaOHnNwyE8nD+Q6pyT96ow2MccVayUTV4yMid4qLhMiQaywctRkBLA==", "integrity": "sha512-qMlSWJaCSxDFr8fBPvJM9kJwbazrhNcBU3+DszDW1OlEwKBBRWsJc7NJFelvwQpanHCR14cOLD41x8Eqvo3Nng==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",

View File

@ -58,7 +58,7 @@
"css-loader": "3.2.0", "css-loader": "3.2.0",
"dotenv": "8.2.0", "dotenv": "8.2.0",
"dotenv-expand": "5.1.0", "dotenv-expand": "5.1.0",
"eslint": "^6.7.1", "eslint": "^6.7.2",
"eslint-config-react-app": "^5.0.1", "eslint-config-react-app": "^5.0.1",
"eslint-loader": "3.0.2", "eslint-loader": "3.0.2",
"eslint-plugin-flowtype": "3.13.0", "eslint-plugin-flowtype": "3.13.0",