|
62 | 62 | "ncu": "npx npm-check-updates -i" |
63 | 63 | }, |
64 | 64 | "dependencies": { |
65 | | - "@jest/globals": "^30.0.3", |
66 | 65 | "@u4/adbkit-logcat": "2.1.2", |
67 | 66 | "@u4/adbkit-monkey": "^1.0.5", |
68 | 67 | "@u4/minicap-prebuilt": "^1.0.0", |
69 | 68 | "@xmldom/xmldom": "^0.9.8", |
70 | 69 | "commander": "14.0.0", |
71 | 70 | "debug": "~4.4.1", |
72 | 71 | "get-port": "7.1.0", |
73 | | - "jest": "^30.0.3", |
74 | 72 | "node-forge": "^1.3.1", |
75 | 73 | "promise-duplex": "^8.0.0", |
76 | 74 | "promise-readable": "^8.0.1", |
77 | 75 | "protobufjs": "^7.5.3", |
78 | 76 | "xpath": "^0.0.34" |
79 | 77 | }, |
80 | 78 | "devDependencies": { |
| 79 | + "@jest/globals": "^30.0.3", |
| 80 | + "jest": "^30.0.3", |
81 | 81 | "@types/debug": "^4.1.12", |
82 | 82 | "@types/jest": "^30.0.0", |
83 | 83 | "@types/mocha": "^10.0.10", |
84 | | - "@types/node": "^24.0.8", |
| 84 | + "@types/node": "^24.0.10", |
85 | 85 | "@types/node-forge": "^1.3.11", |
86 | 86 | "@types/sinon": "^17.0.4", |
87 | 87 | "@types/sinon-chai": "^4.0.0", |
88 | 88 | "@typescript-eslint/eslint-plugin": "^8.35.1", |
89 | 89 | "@typescript-eslint/parser": "^8.35.1", |
90 | 90 | "chai": "~5.2.0", |
91 | | - "eslint": "^9.30.0", |
| 91 | + "eslint": "^9.30.1", |
92 | 92 | "mocha": "~11.7.1", |
93 | 93 | "picocolors": "^1.1.1", |
94 | 94 | "prettier": "^3.6.2", |
|
0 commit comments