diff options
author | dependabot-preview[bot] | 2020-12-01 03:53:43 +0000 |
---|---|---|
committer | vitalyster | 2020-12-01 06:56:09 +0300 |
commit | 57f3e32dc9118c0fe719bb2253384de74a3b0410 (patch) | |
tree | 3fffeeaf8934fa4d504aab5c7a31e5df1705cc52 | |
parent | be491cb5342d7570f948d2741b7648bb912a13c2 (diff) |
Bump eslint-webpack-plugin from 2.4.0 to 2.4.1
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.4.0 to 2.4.1.
- [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.0...v2.4.1)
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 bb648b14..7be85180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3031,9 +3031,9 @@ "dev": true }, "eslint-webpack-plugin": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.4.0.tgz", - "integrity": "sha512-j0lAJj3RnStAFdIH2P0+nsEImiBijwogZhL1go4bI6DE+9OhQuOmJ/xtmxkLtNr1w0cf5SRNkDlmIe8t/pHgww==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.4.1.tgz", + "integrity": "sha512-cj8iPWZKuAiVD8MMgTSunyMCAvxQxp5mxoPHZl1UMGkApFXaXJHdCFcCR+oZEJbBNhReNa5SjESIn34uqUbBtg==", "dev": true, "requires": { "@types/eslint": "^7.2.4", diff --git a/package.json b/package.json index 48b14b2e..18eb70ba 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "css-minimizer-webpack-plugin": "^1.1.5", "eslint": "7.14.0", "eslint-plugin-only-ascii": "0.0.0", - "eslint-webpack-plugin": "^2.4.0", + "eslint-webpack-plugin": "^2.4.1", "file-loader": "^6.2.0", "mini-css-extract-plugin": "^1.3.1", "postcss-loader": "^4.1.0", |