diff options
author | dependabot-preview[bot] | 2020-11-15 17:58:13 +0000 |
---|---|---|
committer | vitalyster | 2020-11-15 20:58:53 +0300 |
commit | 8e935eb79b0d5a14dbbdba214a62e3907e7f9c58 (patch) | |
tree | 542ecdbdd5732784b62d6ca8bd3c4e69729e8794 | |
parent | 97bc3648925e048ab6eebb4b9245f7454c434fda (diff) |
Bump eslint-webpack-plugin from 2.2.1 to 2.3.0
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.2.1 to 2.3.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.2.1...v2.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 9568d47e..ff0d0e49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3233,9 +3233,9 @@ "dev": true }, "eslint-webpack-plugin": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.2.1.tgz", - "integrity": "sha512-1TezAlOgzDlIwMeCdfWGf/1Blf0SytfBvJ9Sy3HIFsxBlM1aL86otGRuvL1MaktnTBKe5QsMEOAArAmVEkpPZw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.3.0.tgz", + "integrity": "sha512-PChgcT7U0p4exEgaWts+1sdybBgrluWOfpzmZOsDR6L0nPtvEkykxY7KUEv8RFNwCyjga8hneqsnJvTfhPCX3Q==", "dev": true, "requires": { "@types/eslint": "^7.2.4", diff --git a/package.json b/package.json index 7e0230ce..cb16fa38 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "css-minimizer-webpack-plugin": "^1.1.5", "eslint": "7.13.0", "eslint-plugin-only-ascii": "0.0.0", - "eslint-webpack-plugin": "^2.2.1", + "eslint-webpack-plugin": "^2.3.0", "file-loader": "^6.2.0", "mini-css-extract-plugin": "^1.3.1", "postcss-loader": "^4.0.4", |