Bump mocha from 10.1.0 to 10.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v10.1.0...v10.2.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/package-lock.json b/package-lock.json
index dd77db8..c70df7e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7,10 +7,10 @@
     "": {
       "name": "korap-e2e-tests",
       "version": "0.0.1",
-      "license": "BSD-2-Clause",
+      "license": "APACHE-2.0",
       "dependencies": {
         "chai": "^4.3.7",
-        "mocha": "^10.1.0",
+        "mocha": "^10.2.0",
         "puppeteer": "^19.3.0"
       }
     },
@@ -934,9 +934,9 @@
       "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A=="
     },
     "node_modules/mocha": {
-      "version": "10.1.0",
-      "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.1.0.tgz",
-      "integrity": "sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==",
+      "version": "10.2.0",
+      "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.2.0.tgz",
+      "integrity": "sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==",
       "dependencies": {
         "ansi-colors": "4.1.1",
         "browser-stdout": "1.3.1",
diff --git a/package.json b/package.json
index 5585988..0663c42 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
   "license": "APACHE-2.0",
   "dependencies": {
     "chai": "^4.3.7",
-    "mocha": "^10.1.0",
+    "mocha": "^10.2.0",
     "puppeteer": "^19.3.0"
   }
 }