diff options
author | dependabot-preview[bot] | 2020-11-23 05:13:22 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 642bae67e372491435d8fbc05c587b9cfb472430 (patch) | |
tree | d63ab2e294732a1d3fada8952d64c0fdc4d9d683 | |
parent | 05812277ca11cb8f617b578ca23698be6d2f7ff5 (diff) |
Bump eslint-webpack-plugin from 2.3.0 to 2.4.0
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.3.0 to 2.4.0.
- [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.3.0...v2.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | vnext/package-lock.json | 33 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 31 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 0a83c498..911375cf 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -5972,13 +5972,14 @@ "dev": true }, "eslint-webpack-plugin": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.3.0.tgz", - "integrity": "sha512-PChgcT7U0p4exEgaWts+1sdybBgrluWOfpzmZOsDR6L0nPtvEkykxY7KUEv8RFNwCyjga8hneqsnJvTfhPCX3Q==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.4.0.tgz", + "integrity": "sha512-j0lAJj3RnStAFdIH2P0+nsEImiBijwogZhL1go4bI6DE+9OhQuOmJ/xtmxkLtNr1w0cf5SRNkDlmIe8t/pHgww==", "dev": true, "requires": { "@types/eslint": "^7.2.4", "arrify": "^2.0.1", + "jest-worker": "^26.6.2", "micromatch": "^4.0.2", "schema-utils": "^3.0.0" }, @@ -5989,6 +5990,23 @@ "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", "dev": true }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-worker": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", + "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", + "dev": true, + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^7.0.0" + } + }, "schema-utils": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", @@ -5999,6 +6017,15 @@ "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } } } }, diff --git a/vnext/package.json b/vnext/package.json index 882b5ba3..d3130867 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -27,7 +27,7 @@ "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-webpack-plugin": "^2.3.0", + "eslint-webpack-plugin": "^2.4.0", "file-loader": "^6.2.0", "html-loader": "^1.3.2", "html-webpack-plugin": "^4.5.0", |