aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-12-01 03:54:41 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commitb87b334d261c95bbc618809ad4d67d4620b3b0bd (patch)
treec9a7d2f26db67355a4feef42943a09a376fbe916 /vnext
parent0eb6ab45f25cd2c43c9ce0946fb554f0a134f4d2 (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>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json6
-rw-r--r--vnext/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 5958b80e..4d93ee27 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -5808,9 +5808,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/vnext/package.json b/vnext/package.json
index ff2ecaeb..831563ae 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -27,7 +27,7 @@
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
- "eslint-webpack-plugin": "^2.4.0",
+ "eslint-webpack-plugin": "^2.4.1",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",