Files
frida-interception-and-unpi…/test/android/package.json
T
dependabot[bot]andGitHub 2a7ca26bc0 Bump form-data and appium in /test/android
Bumps [form-data](https://github.com/form-data/form-data) to 4.0.6 and updates ancestor dependency [appium](https://github.com/appium/appium/tree/HEAD/packages/appium). These dependencies need to be updated together.


Updates `form-data` from 4.0.4 to 4.0.6
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.4...v4.0.6)

Updates `appium` from 3.5.0 to 3.5.2
- [Release notes](https://github.com/appium/appium/releases)
- [Changelog](https://github.com/appium/appium/blob/master/packages/appium/CHANGELOG.md)
- [Commits](https://github.com/appium/appium/commits/appium@3.5.2/packages/appium)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: indirect
- dependency-name: appium
  dependency-version: 3.5.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 12:09:21 +00:00

24 lines
454 B
JSON

{
"name": "frida-scripts-android-tests",
"private": true,
"scripts": {
"test": "mocha test.ts"
},
"mocha": {
"node-option": [
"import=tsx"
]
},
"dependencies": {
"@httptoolkit/util": "^0.1.6",
"@types/chai": "^5.2.2",
"appium": "^3.5.2",
"appium-uiautomator2-driver": "^5.0.3",
"chai": "^5.2.0",
"mocha": "^11.7.1",
"mockttp": "^4.0.1",
"tsx": "^4.22.4",
"webdriverio": "^9.16.2"
}
}