aboutsummaryrefslogtreecommitdiff
path: root/vnext/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-02-15 07:34:52 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit8fe6295e0c31eee32d8ea3a0365bfafdd9a10f3d (patch)
tree9805859c969d902086d08c0f4a8f3dcdcd6e8a70 /vnext/package-lock.json
parente3b426926dbef19bf9d3c1a30f113a3ce3d6b504 (diff)
Bump eslint-webpack-plugin from 2.5.0 to 2.5.1
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.5.0 to 2.5.1. - [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.0...v2.5.1) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package-lock.json')
-rw-r--r--vnext/package-lock.json16
1 files changed, 3 insertions, 13 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index d8c851fb..ab9c3c21 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -6672,9 +6672,9 @@
"dev": true
},
"eslint-webpack-plugin": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.0.tgz",
- "integrity": "sha512-CCIWiQzkthgPq4P9arnPtj/FtswyO0j6obmSWurZrXW/haOOdDDucezeOxziTXjhUQeEDP4htjS81ARbesjd/A==",
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.1.tgz",
+ "integrity": "sha512-LB6baXTm62IwSu5gxj4xQ8URsMc1Wk95WLcK8pFklLvk4i66lS5v5knpVzCLG9u7NXYThfIMdvr/lYe2A3ZbWw==",
"dev": true,
"requires": {
"@types/eslint": "^7.2.6",
@@ -6684,16 +6684,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",