Bump eslint-loader from 3.0.4 to 4.0.0

Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader) from 3.0.4 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.4...v4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-06 12:12:34 +00:00 committed by GitHub
parent b87eadd15f
commit 568fba15f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 13 deletions

30
package-lock.json generated
View File

@ -10707,14 +10707,14 @@
} }
}, },
"eslint-loader": { "eslint-loader": {
"version": "3.0.4", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-3.0.4.tgz", "resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-4.0.0.tgz",
"integrity": "sha512-I496aBd+Hi23Y0Cx+sKvw+VwlJre4ScIRlkrvTO6Scq68X/UXbN6F3lAhN8b0Zv8atAyprkyrA42K5QBJtCyaw==", "integrity": "sha512-QoaFRdh3oXt5i2uonSjO8dDnncsG05w7qvA7yYMvGDne8zAEk9R+R1rsfunp3OKVdO5mAJelf1x2Z1kYp664kA==",
"dev": true, "dev": true,
"requires": { "requires": {
"fs-extra": "^8.1.0", "fs-extra": "^9.0.0",
"loader-fs-cache": "^1.0.3", "loader-fs-cache": "^1.0.3",
"loader-utils": "^1.2.3", "loader-utils": "^2.0.0",
"object-hash": "^2.0.3", "object-hash": "^2.0.3",
"schema-utils": "^2.6.5" "schema-utils": "^2.6.5"
}, },
@ -10731,21 +10731,27 @@
"uri-js": "^4.2.2" "uri-js": "^4.2.2"
} }
}, },
"emojis-list": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
"integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
"dev": true
},
"fast-deep-equal": { "fast-deep-equal": {
"version": "3.1.1", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz",
"integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==", "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==",
"dev": true "dev": true
}, },
"fs-extra": { "loader-utils": {
"version": "8.1.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"graceful-fs": "^4.2.0", "big.js": "^5.2.2",
"jsonfile": "^4.0.0", "emojis-list": "^3.0.0",
"universalify": "^0.1.0" "json5": "^2.1.2"
} }
}, },
"schema-utils": { "schema-utils": {

View File

@ -60,7 +60,7 @@
"dotenv-expand": "5.1.0", "dotenv-expand": "5.1.0",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-config-react-app": "^5.0.1", "eslint-config-react-app": "^5.0.1",
"eslint-loader": "3.0.4", "eslint-loader": "4.0.0",
"eslint-plugin-flowtype": "3.13.0", "eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.20.2", "eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-jsx-a11y": "6.2.3",