Skip to content

Commit e328225

Browse files
committed
chore: Update dependencies and adjust delays in click test modes.
1 parent 2d037b7 commit e328225

File tree

3 files changed

+337
-423
lines changed

3 files changed

+337
-423
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
"@u4/adbkit-monkey": "^1.0.5",
6767
"@u4/minicap-prebuilt": "^1.1.2",
6868
"@xmldom/xmldom": "^0.9.8",
69-
"commander": "14.0.0",
69+
"commander": "14.0.2",
7070
"debug": "~4.4.3",
7171
"get-port": "7.1.0",
72-
"node-forge": "^1.3.1",
72+
"node-forge": "^1.3.3",
7373
"promise-duplex": "^8.0.0",
7474
"promise-readable": "^8.0.1",
7575
"protobufjs": "^7.5.4",
@@ -80,25 +80,25 @@
8080
"@types/debug": "^4.1.12",
8181
"@types/jest": "^30.0.0",
8282
"@types/mocha": "^10.0.10",
83-
"@types/node": "^24.10.1",
83+
"@types/node": "^25.0.3",
8484
"@types/node-forge": "^1.3.14",
85-
"@types/sinon": "^17.0.4",
85+
"@types/sinon": "^21.0.0",
8686
"@types/sinon-chai": "^4.0.0",
87-
"@typescript-eslint/eslint-plugin": "^8.47.0",
88-
"@typescript-eslint/parser": "^8.47.0",
89-
"chai": "~5.2.2",
90-
"eslint": "^9.39.1",
87+
"@typescript-eslint/eslint-plugin": "^8.50.0",
88+
"@typescript-eslint/parser": "^8.50.0",
89+
"chai": "~6.2.1",
90+
"eslint": "^9.39.2",
9191
"jest": "^30.2.0",
9292
"mocha": "~11.7.5",
9393
"picocolors": "^1.1.1",
94-
"prettier": "^3.6.2",
94+
"prettier": "^3.7.4",
9595
"rimraf": "^6.1.2",
9696
"sinon": "~21.0.0",
9797
"sinon-chai": "~4.0.1",
98-
"tsx": "^4.20.6",
99-
"typedoc": "^0.28.14",
98+
"tsx": "^4.21.0",
99+
"typedoc": "^0.28.15",
100100
"typedoc-plugin-rename-defaults": "^0.7.3",
101-
"typescript": "5.9.2",
101+
"typescript": "5.9.3",
102102
"why-is-node-running": "^3.2.2"
103103
},
104104
"engines": {

0 commit comments

Comments
 (0)