Update ESLint and plugin packages

R=jacktfranklin@chromium.org

Bug: none
Change-Id: If1b2420ba6e1c100c3d6b2013815ff1a555ea987
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3369367
Auto-Submit: Tim Van der Lippe <tvanderlippe@chromium.org>
Reviewed-by: Jack Franklin <jacktfranklin@chromium.org>
Commit-Queue: Jack Franklin <jacktfranklin@chromium.org>
diff --git a/node_modules/eslint-plugin-mocha/lib/rules/no-nested-tests.js b/node_modules/eslint-plugin-mocha/lib/rules/no-nested-tests.js
index e554fb9..eda6605 100644
--- a/node_modules/eslint-plugin-mocha/lib/rules/no-nested-tests.js
+++ b/node_modules/eslint-plugin-mocha/lib/rules/no-nested-tests.js
@@ -8,8 +8,10 @@
     meta: {
         type: 'problem',
         docs: {
-            description: 'Disallow tests to be nested within other tests '
-        }
+            description: 'Disallow tests to be nested within other tests ',
+            url: 'https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/no-nested-tests.md'
+        },
+        schema: []
     },
     create(context) {
         const astUtils = createAstUtils(context.settings);