Skip to content

Commit 334298c

Browse files
committed
chore: update dependencies and improve test assertions for better reliability
1 parent 16dc82a commit 334298c

File tree

6 files changed

+87
-101
lines changed

6 files changed

+87
-101
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,33 +62,33 @@
6262
"ncu": "npx npm-check-updates -i"
6363
},
6464
"dependencies": {
65-
"@jest/globals": "^30.0.3",
6665
"@u4/adbkit-logcat": "2.1.2",
6766
"@u4/adbkit-monkey": "^1.0.5",
6867
"@u4/minicap-prebuilt": "^1.0.0",
6968
"@xmldom/xmldom": "^0.9.8",
7069
"commander": "14.0.0",
7170
"debug": "~4.4.1",
7271
"get-port": "7.1.0",
73-
"jest": "^30.0.3",
7472
"node-forge": "^1.3.1",
7573
"promise-duplex": "^8.0.0",
7674
"promise-readable": "^8.0.1",
7775
"protobufjs": "^7.5.3",
7876
"xpath": "^0.0.34"
7977
},
8078
"devDependencies": {
79+
"@jest/globals": "^30.0.3",
80+
"jest": "^30.0.3",
8181
"@types/debug": "^4.1.12",
8282
"@types/jest": "^30.0.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^24.0.8",
84+
"@types/node": "^24.0.10",
8585
"@types/node-forge": "^1.3.11",
8686
"@types/sinon": "^17.0.4",
8787
"@types/sinon-chai": "^4.0.0",
8888
"@typescript-eslint/eslint-plugin": "^8.35.1",
8989
"@typescript-eslint/parser": "^8.35.1",
9090
"chai": "~5.2.0",
91-
"eslint": "^9.30.0",
91+
"eslint": "^9.30.1",
9292
"mocha": "~11.7.1",
9393
"picocolors": "^1.1.1",
9494
"prettier": "^3.6.2",

0 commit comments

Comments
 (0)