diff options
author | dependabot[bot] | 2021-02-15 07:34:52 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 8fe6295e0c31eee32d8ea3a0365bfafdd9a10f3d (patch) | |
tree | 9805859c969d902086d08c0f4a8f3dcdcd6e8a70 /vnext | |
parent | e3b426926dbef19bf9d3c1a30f113a3ce3d6b504 (diff) |
Bump eslint-webpack-plugin from 2.5.0 to 2.5.1
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.5.0 to 2.5.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.5.0...v2.5.1)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 16 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 14 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index d8c851fb..ab9c3c21 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -6672,9 +6672,9 @@ "dev": true }, "eslint-webpack-plugin": { - "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==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.1.tgz", + "integrity": "sha512-LB6baXTm62IwSu5gxj4xQ8URsMc1Wk95WLcK8pFklLvk4i66lS5v5knpVzCLG9u7NXYThfIMdvr/lYe2A3ZbWw==", "dev": true, "requires": { "@types/eslint": "^7.2.6", @@ -6684,16 +6684,6 @@ "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/vnext/package.json b/vnext/package.json index 3fce6eb9..b7735ce1 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.0", + "eslint-webpack-plugin": "^2.5.1", "file-loader": "^6.2.0", "html-loader": "^1.3.2", "html-webpack-plugin": "^5.1.0", |