Merge pull request #252 from hodgef/dependabot/npm_and_yarn/eslint-loader-3.0.2

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

19
package-lock.json generated
View File

@ -4951,25 +4951,26 @@
} }
}, },
"eslint-loader": { "eslint-loader": {
"version": "3.0.0", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-3.0.0.tgz", "resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-3.0.2.tgz",
"integrity": "sha512-rdxyQ0i9VlhwVlR6oEzrIft8WNKYSD2/cOAJ1YVH/F76gAta7Zv1Dr5xJOUyx0fAsHB5cKNz9hwlUVLMFsQlPA==", "integrity": "sha512-S5VnD+UpVY1PyYRqeBd/4pgsmkvSokbHqTXAQMpvCyRr3XN2tvSLo9spm2nEpqQqh9dezw3os/0zWihLeOg2Rw==",
"dev": true, "dev": true,
"requires": { "requires": {
"fs-extra": "^8.1.0",
"loader-fs-cache": "^1.0.2", "loader-fs-cache": "^1.0.2",
"loader-utils": "^1.2.3", "loader-utils": "^1.2.3",
"object-hash": "^1.3.1", "object-hash": "^1.3.1",
"schema-utils": "^2.1.0" "schema-utils": "^2.2.0"
}, },
"dependencies": { "dependencies": {
"schema-utils": { "schema-utils": {
"version": "2.1.0", "version": "2.4.1",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.1.0.tgz", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.4.1.tgz",
"integrity": "sha512-g6SViEZAfGNrToD82ZPUjq52KUPDYc+fN5+g6Euo5mLokl/9Yx14z0Cu4RR1m55HtBXejO0sBt+qw79axN+Fiw==", "integrity": "sha512-RqYLpkPZX5Oc3fw/kHHHyP56fg5Y+XBpIpV8nCg0znIALfq3OH+Ea9Hfeac9BAMwG5IICltiZ0vxFvJQONfA5w==",
"dev": true, "dev": true,
"requires": { "requires": {
"ajv": "^6.1.0", "ajv": "^6.10.2",
"ajv-keywords": "^3.1.0" "ajv-keywords": "^3.4.1"
} }
} }
} }

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": "3.0.0", "eslint-loader": "3.0.2",
"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",