diff options
-rw-r--r-- | vnext/package-lock.json | 13 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 11 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", diff --git a/vnext/package.json b/vnext/package.json index 32ac2715..39124bbc 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -27,7 +27,7 @@ "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-webpack-plugin": "^3.0.0", + "eslint-webpack-plugin": "^3.0.1", "file-loader": "^6.2.0", "html-loader": "^2.1.2", "html-webpack-plugin": "^5.3.2", |