Bump mocha from 11.5.0 to 11.7.0

Bumps [mocha](https://github.com/mochajs/mocha) from 11.5.0 to 11.7.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v11.5.0...v11.7.0)

Change-Id: I6212cf16d422b5c78827b1351bff24cfc68c5a0b

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

Signed-off-by: dependabot[bot] <support@github.com>

Closes #63

Change-Id: I805feb0aae7a03461debe2e93740f86661683aeb
diff --git a/package-lock.json b/package-lock.json
index aa2e85b..d752c81 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
       "license": "APACHE-2.0",
       "dependencies": {
         "chai": "^5.2.0",
-        "mocha": "^11.5.0",
+        "mocha": "^11.7.0",
         "mocha-junit-reporter": "^2.2.1",
         "puppeteer": "^24.10.0",
         "puppeteer-extra": "^3.3.6",
@@ -1366,9 +1366,9 @@
       }
     },
     "node_modules/mocha": {
-      "version": "11.5.0",
-      "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.5.0.tgz",
-      "integrity": "sha512-VKDjhy6LMTKm0WgNEdlY77YVsD49LZnPSXJAaPNL9NRYQADxvORsyG1DIQY6v53BKTnlNbEE2MbVCDbnxr4K3w==",
+      "version": "11.7.0",
+      "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.0.tgz",
+      "integrity": "sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g==",
       "license": "MIT",
       "dependencies": {
         "browser-stdout": "^1.3.1",
@@ -1387,7 +1387,7 @@
         "serialize-javascript": "^6.0.2",
         "strip-json-comments": "^3.1.1",
         "supports-color": "^8.1.1",
-        "workerpool": "^6.5.1",
+        "workerpool": "^9.2.0",
         "yargs": "^17.7.2",
         "yargs-parser": "^21.1.1",
         "yargs-unparser": "^2.0.0"
@@ -2244,9 +2244,9 @@
       }
     },
     "node_modules/workerpool": {
-      "version": "6.5.1",
-      "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz",
-      "integrity": "sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==",
+      "version": "9.3.2",
+      "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-9.3.2.tgz",
+      "integrity": "sha512-Xz4Nm9c+LiBHhDR5bDLnNzmj6+5F+cyEAWPMkbs2awq/dYazR/efelZzUAjB/y3kNHL+uzkHvxVVpaOfGCPV7A==",
       "license": "Apache-2.0"
     },
     "node_modules/wrap-ansi": {
diff --git a/package.json b/package.json
index 52beac7..511af7a 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
   "license": "APACHE-2.0",
   "dependencies": {
     "chai": "^5.2.0",
-    "mocha": "^11.5.0",
+    "mocha": "^11.7.0",
     "mocha-junit-reporter": "^2.2.1",
     "puppeteer": "^24.10.0",
     "puppeteer-extra": "^3.3.6",