Merge pull request #26 from hodgef/dependabot/npm_and_yarn/eslint-loader-2.1.1

This commit is contained in:
dependabot[bot] 2018-11-06 19:54:19 +00:00 committed by GitHub
commit a18836f95d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -4543,9 +4543,9 @@
} }
}, },
"eslint-loader": { "eslint-loader": {
"version": "1.9.0", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-1.9.0.tgz", "resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-2.1.1.tgz",
"integrity": "sha512-40aN976qSNPyb9ejTqjEthZITpls1SVKtwguahmH1dzGCwQU/vySE+xX33VZmD8csU0ahVNCtFlsPgKqRBiqgg==", "integrity": "sha512-1GrJFfSevQdYpoDzx8mEE2TDWsb/zmFuY09l6hURg1AeFIKQOvZ+vH0UPjzmd1CZIbfTV5HUkMeBmFiDBkgIsQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"loader-fs-cache": "^1.0.0", "loader-fs-cache": "^1.0.0",
@ -9037,9 +9037,9 @@
} }
}, },
"object-hash": { "object-hash": {
"version": "1.2.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.2.0.tgz", "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.3.0.tgz",
"integrity": "sha512-smRWXzkvxw72VquyZ0wggySl7PFUtoDhvhpdwgESXxUrH7vVhhp9asfup1+rVLrhsl7L45Ee1Q/l5R2Ul4MwUg==", "integrity": "sha512-05KzQ70lSeGSrZJQXE5wNDiTkBJDlUT/myi6RX9dVIvz7a7Qh4oH93BQdiPMn27nldYvVQCKMUaM83AfizZlsQ==",
"dev": true "dev": true
}, },
"object-keys": { "object-keys": {

View File

@ -56,7 +56,7 @@
"esdoc-standard-plugin": "^1.0.0", "esdoc-standard-plugin": "^1.0.0",
"eslint": "4.10.0", "eslint": "4.10.0",
"eslint-config-react-app": "^2.0.1", "eslint-config-react-app": "^2.0.1",
"eslint-loader": "1.9.0", "eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "2.50.3", "eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-import": "2.8.0", "eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1", "eslint-plugin-jsx-a11y": "5.1.1",