Bump mocha from 11.7.0 to 11.7.1

Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.0 to 11.7.1.
- [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.7.0...v11.7.1)

Change-Id: I6739e6b4ddfb1b778a8935597511bdb9a0d94cc1

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

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

Closes #65

Change-Id: I4a7a8bff532ae1b0b7a09dbcf1e92082e9dea478
diff --git a/package-lock.json b/package-lock.json
index 5d9c36a..48ea7eb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,18 +1,18 @@
 {
   "name": "korap-e2e-tests",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "korap-e2e-tests",
-      "version": "1.0.0",
+      "version": "1.1.0",
       "license": "APACHE-2.0",
       "dependencies": {
         "@slack/web-api": "^7.3.4",
         "chai": "^5.2.0",
         "form-data": "^4.0.0",
-        "mocha": "^11.7.0",
+        "mocha": "^11.7.1",
         "mocha-junit-reporter": "^2.2.1",
         "puppeteer": "^24.10.2",
         "puppeteer-extra": "^3.3.6",
@@ -1717,9 +1717,9 @@
       }
     },
     "node_modules/mocha": {
-      "version": "11.7.0",
-      "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.0.tgz",
-      "integrity": "sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g==",
+      "version": "11.7.1",
+      "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz",
+      "integrity": "sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==",
       "license": "MIT",
       "dependencies": {
         "browser-stdout": "^1.3.1",