Bump mocha from 11.7.4 to 11.7.5

Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.4 to 11.7.5.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v11.7.4...v11.7.5)

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

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

Closes #110

Change-Id: I7cb75a6588c4aa569f6bed296a2e3e4767da23dc
diff --git a/package-lock.json b/package-lock.json
index cfe8333..2b48f03 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
         "axios": "^1.7.9",
         "chai": "^6.2.1",
         "form-data": "^4.0.5",
-        "mocha": "^11.7.4",
+        "mocha": "^11.7.5",
         "mocha-junit-reporter": "^2.2.1",
         "puppeteer": "^24.32.0",
         "puppeteer-extra": "^3.3.6",
@@ -2067,9 +2067,9 @@
       }
     },
     "node_modules/mocha": {
-      "version": "11.7.4",
-      "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.4.tgz",
-      "integrity": "sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==",
+      "version": "11.7.5",
+      "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz",
+      "integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==",
       "license": "MIT",
       "peer": true,
       "dependencies": {
diff --git a/package.json b/package.json
index 9f6a6ea..057f62e 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
     "axios": "^1.7.9",
     "chai": "^6.2.1",
     "form-data": "^4.0.5",
-    "mocha": "^11.7.4",
+    "mocha": "^11.7.5",
     "mocha-junit-reporter": "^2.2.1",
     "puppeteer": "^24.32.0",
     "puppeteer-extra": "^3.3.6",