From b24e001fb5d7e021e844cece87f12f39b5677185 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Tue, 20 Apr 2021 06:25:55 +0000 Subject: 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] --- vnext/package-lock.json | 7 ++++--- vnext/package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'vnext') diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 1f21131e..d5e0d181 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -7043,15 +7043,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": { diff --git a/vnext/package.json b/vnext/package.json index a822f85f..10881482 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -27,7 +27,7 @@ "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-webpack-plugin": "^2.5.3", + "eslint-webpack-plugin": "^2.5.4", "file-loader": "^6.2.0", "html-loader": "^2.1.2", "html-webpack-plugin": "^5.3.1", -- cgit v1.2.3