aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-03-25 08:16:13 +0000
committerGravatar vitalyster2021-03-25 11:23:12 +0300
commiteb0b1efbee8390e11a33dca7de1203706ff5c996 (patch)
treebc7f8aee0ae1bd6bdc469e878783afe6614c324c /package-lock.json
parentd19061e070ab8bfdfa82f0af050fa925bdb65b22 (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>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json16
1 files changed, 3 insertions, 13 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",