Bump mocha from 10.3.0 to 10.4.0

Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.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.3.0...v10.4.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 e78e9e9..c59da64 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,17 +1,16 @@
 {
   "name": "korap-e2e-tests",
-  "version": "0.0.1",
+  "version": "1.0.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "korap-e2e-tests",
-      "version": "0.0.1",
+      "version": "1.0.0",
       "license": "APACHE-2.0",
       "dependencies": {
         "chai": "^4.4.1",
-        "mocha": "^10.3.0",
-        "pac-resolver": "^7.0.1",
+        "mocha": "^10.4.0",
         "puppeteer": "^22.1.0"
       }
     },
@@ -1259,9 +1258,9 @@
       "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw=="
     },
     "node_modules/mocha": {
-      "version": "10.3.0",
-      "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz",
-      "integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==",
+      "version": "10.4.0",
+      "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
+      "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
       "dependencies": {
         "ansi-colors": "4.1.1",
         "browser-stdout": "1.3.1",
diff --git a/package.json b/package.json
index 5710591..ea61c55 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
   "license": "APACHE-2.0",
   "dependencies": {
     "chai": "^4.4.1",
-    "mocha": "^10.2.0",
+    "mocha": "^10.4.0",
     "puppeteer": "^22.1.0"
   }
 }