Update dependencies

Change-Id: I2fc75b2bbbb6f742dd2fec48aa813cf707d01b10
diff --git a/package.json b/package.json
index e66ca85..cfc7b3d 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,9 @@
     ]
   },
   "jest": {
+    "modulePathIgnorePatterns": [
+      "/.gitlab-ci-local/"
+    ],
     "testPathIgnorePatterns": [
       "/node_modules/",
       "/.gitlab-ci-local/"
@@ -40,6 +43,6 @@
   "devDependencies": {
     "@yao-pkg/pkg": "^6.14.1",
     "child_process": "^1.0.2",
-    "jest": "^29.7.0"
+    "jest": "^30.3.0"
   }
 }
\ No newline at end of file