Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-04-16 14:00:08 -07:00 committed by GitHub
parent cb2170f4d4
commit 20319df0eb
2 changed files with 7 additions and 7 deletions

View File

@ -12058,16 +12058,16 @@
}
},
"eslint-loader": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-3.0.3.tgz",
"integrity": "sha512-+YRqB95PnNvxNp1HEjQmvf9KNvCin5HXYYseOXVC2U0KEcw4IkQ2IQEBG46j7+gW39bMzeu0GsUhVbBY3Votpw==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-3.0.4.tgz",
"integrity": "sha512-I496aBd+Hi23Y0Cx+sKvw+VwlJre4ScIRlkrvTO6Scq68X/UXbN6F3lAhN8b0Zv8atAyprkyrA42K5QBJtCyaw==",
"dev": true,
"requires": {
"fs-extra": "^8.1.0",
"loader-fs-cache": "^1.0.2",
"loader-fs-cache": "^1.0.3",
"loader-utils": "^1.2.3",
"object-hash": "^2.0.1",
"schema-utils": "^2.6.1"
"object-hash": "^2.0.3",
"schema-utils": "^2.6.5"
},
"dependencies": {
"schema-utils": {

View File

@ -178,7 +178,7 @@
"enzyme-adapter-react-16": "1.15.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-loader": "3.0.3",
"eslint-loader": "3.0.4",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",