Merge pull request #215 from hodgef/dependabot/npm_and_yarn/eslint-loader-3.0.0

This commit is contained in:
dependabot-preview[bot] 2019-08-31 09:25:21 +00:00 committed by GitHub
commit ea11244926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 9 deletions

27
package-lock.json generated
View File

@ -4676,16 +4676,27 @@
} }
}, },
"eslint-loader": { "eslint-loader": {
"version": "2.2.1", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-2.2.1.tgz", "resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-3.0.0.tgz",
"integrity": "sha512-RLgV9hoCVsMLvOxCuNjdqOrUqIj9oJg8hF44vzJaYqsAHuY9G2YAeN3joQ9nxP0p5Th9iFSIpKo+SD8KISxXRg==", "integrity": "sha512-rdxyQ0i9VlhwVlR6oEzrIft8WNKYSD2/cOAJ1YVH/F76gAta7Zv1Dr5xJOUyx0fAsHB5cKNz9hwlUVLMFsQlPA==",
"dev": true, "dev": true,
"requires": { "requires": {
"loader-fs-cache": "^1.0.0", "loader-fs-cache": "^1.0.2",
"loader-utils": "^1.0.2", "loader-utils": "^1.2.3",
"object-assign": "^4.0.1", "object-hash": "^1.3.1",
"object-hash": "^1.1.4", "schema-utils": "^2.1.0"
"rimraf": "^2.6.1" },
"dependencies": {
"schema-utils": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.1.0.tgz",
"integrity": "sha512-g6SViEZAfGNrToD82ZPUjq52KUPDYc+fN5+g6Euo5mLokl/9Yx14z0Cu4RR1m55HtBXejO0sBt+qw79axN+Fiw==",
"dev": true,
"requires": {
"ajv": "^6.1.0",
"ajv-keywords": "^3.1.0"
}
}
} }
}, },
"eslint-module-utils": { "eslint-module-utils": {

View File

@ -59,7 +59,7 @@
"dotenv-expand": "5.1.0", "dotenv-expand": "5.1.0",
"eslint": "^6.1.0", "eslint": "^6.1.0",
"eslint-config-react-app": "^5.0.1", "eslint-config-react-app": "^5.0.1",
"eslint-loader": "2.2.1", "eslint-loader": "3.0.0",
"eslint-plugin-flowtype": "3.13.0", "eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.18.2", "eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-jsx-a11y": "6.2.3",