diff options
author | dependabot[bot] | 2021-02-19 06:35:42 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 6f6185a296d60e405a8a946f9572932ef1f520ee (patch) | |
tree | 3e33315ef0c65ab5a6162dcef3d69f224267daf3 | |
parent | 0fe189e416ec82dcb8572f9a030592669ef3d026 (diff) |
Bump eslint-webpack-plugin from 2.5.1 to 2.5.2
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.5.1 to 2.5.2.
- [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.5.1...v2.5.2)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 61c73e47..c5bcf46f 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -6584,9 +6584,9 @@ "dev": true }, "eslint-webpack-plugin": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.1.tgz", - "integrity": "sha512-LB6baXTm62IwSu5gxj4xQ8URsMc1Wk95WLcK8pFklLvk4i66lS5v5knpVzCLG9u7NXYThfIMdvr/lYe2A3ZbWw==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.2.tgz", + "integrity": "sha512-ndD9chZ/kaGnjjx7taRg7c6FK/YKb29SSYzaLtPBIYLYJQmZtuKqtQbAvTS2ymiMQT6X0VW9vZIHK0KLstv93Q==", "dev": true, "requires": { "@types/eslint": "^7.2.6", diff --git a/vnext/package.json b/vnext/package.json index 599e3e11..13e4155c 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -27,7 +27,7 @@ "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-webpack-plugin": "^2.5.1", + "eslint-webpack-plugin": "^2.5.2", "file-loader": "^6.2.0", "html-loader": "^2.0.0", "html-webpack-plugin": "^5.1.0", |