|
50 | 50 | "test:unit": "mocha test/unit --recursive --timeout 10000", |
51 | 51 | "test:runner": "mocha test/runner --recursive --timeout 10000", |
52 | 52 | "test": "npm run test:unit && npm run test:runner", |
53 | | - "test:appium-quick": "mocha test/helper/AppiumV2_test.js --grep 'quick'", |
54 | | - "test:appium-other": "mocha test/helper/AppiumV2_test.js --grep 'second'", |
55 | | - "test:ios:appium-quick": "mocha test/helper/AppiumV2_ios_test.js --grep 'quick'", |
56 | | - "test:ios:appium-other": "mocha test/helper/AppiumV2_ios_test.js --grep 'second'", |
| 53 | + "test:appium-quick": "mocha test/helper/Appium_test.js --grep 'quick'", |
| 54 | + "test:appium-other": "mocha test/helper/Appium_test.js --grep 'second'", |
| 55 | + "test:ios:appium-quick": "mocha test/helper/Appium_ios_test.js --grep 'quick'", |
| 56 | + "test:ios:appium-other": "mocha test/helper/Appium_ios_test.js --grep 'second'", |
57 | 57 | "test-app:start": "php -S 127.0.0.1:8000 -t test/data/app", |
58 | 58 | "test-app:stop": "kill -9 $(lsof -t -i:8000)", |
59 | 59 | "test:unit:webbapi:playwright": "mocha test/helper/Playwright_test.js", |
|
94 | 94 | "figures": "3.2.0", |
95 | 95 | "fn-args": "4.0.0", |
96 | 96 | "fs-extra": "11.2.0", |
97 | | - "glob": "^11.0.0", |
| 97 | + "glob": "^11.0.1", |
98 | 98 | "fuse.js": "^7.0.0", |
99 | 99 | "html-minifier-terser": "7.2.0", |
100 | 100 | "inquirer": "6.5.2", |
|
113 | 113 | "promise-retry": "1.1.1", |
114 | 114 | "resq": "1.11.0", |
115 | 115 | "sprintf-js": "1.1.3", |
116 | | - "uuid": "11.0.4" |
| 116 | + "uuid": "11.0.5" |
117 | 117 | }, |
118 | 118 | "optionalDependencies": { |
119 | 119 | "@codeceptjs/detox-helper": "1.1.5" |
|
124 | 124 | "@codeceptjs/mock-request": "0.3.1", |
125 | 125 | "@eslint/eslintrc": "3.2.0", |
126 | 126 | "@eslint/js": "9.18.0", |
127 | | - "@faker-js/faker": "9.3.0", |
| 127 | + "@faker-js/faker": "9.4.0", |
128 | 128 | "@pollyjs/adapter-puppeteer": "6.0.6", |
129 | 129 | "@pollyjs/core": "5.1.0", |
130 | 130 | "@types/chai": "4.3.19", |
131 | 131 | "@types/inquirer": "9.0.7", |
132 | | - "@types/node": "22.10.5", |
133 | | - "@wdio/sauce-service": "9.5.1", |
| 132 | + "@types/node": "22.10.7", |
| 133 | + "@wdio/sauce-service": "9.5.7", |
134 | 134 | "@wdio/selenium-standalone-service": "8.15.0", |
135 | 135 | "@wdio/utils": "9.5.0", |
136 | 136 | "@xmldom/xmldom": "0.9.6", |
137 | 137 | "chai": "^4.0.0", |
138 | 138 | "chai-as-promised": "7.1.2", |
139 | 139 | "chai-subset": "1.6.0", |
140 | 140 | "documentation": "14.0.3", |
141 | | - "electron": "33.3.1", |
142 | | - "eslint": "^9.17.0", |
| 141 | + "electron": "34.0.0", |
| 142 | + "eslint": "^9.18.0", |
143 | 143 | "eslint-plugin-import": "2.31.0", |
144 | 144 | "eslint-plugin-mocha": "10.5.0", |
145 | 145 | "expect": "29.7.0", |
|
0 commit comments