diff options
author | dependabot[bot] | 2021-04-20 07:28:45 +0000 |
---|---|---|
committer | vitalyster | 2021-04-20 10:32:17 +0300 |
commit | a8a79cd93ef268b82e88bd4b21e9856ccd71bb9e (patch) | |
tree | 32fedca8fc2070f642cf0be393fea3ef44b6dfb6 /package-lock.json | |
parent | 3e952b790f1a7b9d501a80bb4711af5f6f6c2eab (diff) |
Bump eslint-webpack-plugin from 2.5.3 to 2.5.4
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.5.3 to 2.5.4.
- [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.3...v2.5.4)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 713374dd..ab2cdadc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2922,15 +2922,16 @@ "dev": true }, "eslint-webpack-plugin": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.3.tgz", - "integrity": "sha512-LewNevZf9ghDCxCGT6QltNWVi8KIYWc4LKcin8K9Azh1hypG7YAmobUDIU67fAPa+eMjRnU4rjEkLbYI1w5/UA==", + "version": "2.5.4", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz", + "integrity": "sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==", "dev": true, "requires": { "@types/eslint": "^7.2.6", "arrify": "^2.0.1", "jest-worker": "^26.6.2", "micromatch": "^4.0.2", + "normalize-path": "^3.0.0", "schema-utils": "^3.0.0" }, "dependencies": { |