diff options
author | dependabot[bot] | 2021-02-05 06:40:57 +0000 |
---|---|---|
committer | vitalyster | 2021-02-05 12:16:44 +0300 |
commit | 698618e0e18ae681b4e0bfa80cf2f9868533519b (patch) | |
tree | 829d0a845d03f97dc8509763d63ed572955e4135 | |
parent | 14ee8bbf3d33289df91bc00b79f75d530b99f5a8 (diff) |
Bump eslint-webpack-plugin from 2.4.3 to 2.5.0
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v2.4.3...v2.5.0)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 18 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 15 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 5c9aedfc..001c7778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2991,18 +2991,28 @@ "dev": true }, "eslint-webpack-plugin": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.4.3.tgz", - "integrity": "sha512-+15ifHFkGn0gB7lQBe+xgyKcjelxv9xlTutGHEPYBUUj+1Rjrjq3+1REJLJpyAHgpQTatpqkRY1z8gQuyn3Aww==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.0.tgz", + "integrity": "sha512-CCIWiQzkthgPq4P9arnPtj/FtswyO0j6obmSWurZrXW/haOOdDDucezeOxziTXjhUQeEDP4htjS81ARbesjd/A==", "dev": true, "requires": { - "@types/eslint": "^7.2.4", + "@types/eslint": "^7.2.6", "arrify": "^2.0.1", "jest-worker": "^26.6.2", "micromatch": "^4.0.2", "schema-utils": "^3.0.0" }, "dependencies": { + "@types/eslint": { + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.6.tgz", + "integrity": "sha512-I+1sYH+NPQ3/tVqCeUSBwTE/0heyvtXqpIopUUArlBm0Kpocb8FbMa3AZ/ASKIFpN3rnEx932TTXDbt9OXsNDw==", + "dev": true, + "requires": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, "arrify": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", diff --git a/package.json b/package.json index 80435343..eeec36e1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "css-minimizer-webpack-plugin": "^1.2.0", "eslint": "7.19.0", "eslint-plugin-only-ascii": "0.0.0", - "eslint-webpack-plugin": "^2.4.3", + "eslint-webpack-plugin": "^2.5.0", "file-loader": "^6.2.0", "mini-css-extract-plugin": "^1.3.5", "postcss-loader": "^5.0.0", |