diff options
author | dependabot[bot] | 2021-03-25 08:16:13 +0000 |
---|---|---|
committer | vitalyster | 2021-03-25 11:23:12 +0300 |
commit | eb0b1efbee8390e11a33dca7de1203706ff5c996 (patch) | |
tree | bc7f8aee0ae1bd6bdc469e878783afe6614c324c | |
parent | d19061e070ab8bfdfa82f0af050fa925bdb65b22 (diff) |
Bump eslint-webpack-plugin from 2.5.2 to 2.5.3
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.5.2 to 2.5.3.
- [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.2...v2.5.3)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 16 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json index 5b98e9a4..f7904918 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2977,9 +2977,9 @@ "dev": true }, "eslint-webpack-plugin": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.2.tgz", - "integrity": "sha512-ndD9chZ/kaGnjjx7taRg7c6FK/YKb29SSYzaLtPBIYLYJQmZtuKqtQbAvTS2ymiMQT6X0VW9vZIHK0KLstv93Q==", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.3.tgz", + "integrity": "sha512-LewNevZf9ghDCxCGT6QltNWVi8KIYWc4LKcin8K9Azh1hypG7YAmobUDIU67fAPa+eMjRnU4rjEkLbYI1w5/UA==", "dev": true, "requires": { "@types/eslint": "^7.2.6", @@ -2989,16 +2989,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/package.json b/package.json index 66557e5a..8e9a590a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "cssnano": "^4.1.10", "eslint": "7.22.0", "eslint-plugin-only-ascii": "0.0.0", - "eslint-webpack-plugin": "^2.5.2", + "eslint-webpack-plugin": "^2.5.3", "file-loader": "^6.2.0", "postcss": "^8.2.8", "postcss-cli": "^8.3.1", |