diff options
Diffstat (limited to 'vnext/package-lock.json')
-rw-r--r-- | vnext/package-lock.json | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 3b5f5641..7ae45e6f 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -7016,13 +7016,12 @@ "dev": true }, "eslint-webpack-plugin": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.0.0.tgz", - "integrity": "sha512-VmwgZ28Itu9+OE8A0yYIaWuncFT6zqFvQhNEga10VIXCiQ/wA5cmSSIRjiRn8fcUTTwFmqQaCk+I+PjXfLaVnA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.0.1.tgz", + "integrity": "sha512-PAHHDjCg2yWBNoiBPYLZWcv+M83urkslQKER7XvK84lo5YLcihJK6qwnCH2Fkt3eVdX+G1iyGZRlKsIhTiczHw==", "dev": true, "requires": { "@types/eslint": "^7.2.14", - "arrify": "^3.0.0", "jest-worker": "^27.0.6", "micromatch": "^4.0.4", "normalize-path": "^3.0.0", @@ -7039,12 +7038,6 @@ "@types/json-schema": "*" } }, - "arrify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-3.0.0.tgz", - "integrity": "sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw==", - "dev": true - }, "micromatch": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", |