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


Updates `axios` from 1.11.0 to 1.16.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.11.0...v1.16.0)

Updates `appium` from 3.3.1 to 3.4.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.4.2/packages/appium)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.16.0
  dependency-type: indirect
- dependency-name: appium
  dependency-version: 3.4.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-08 17:28:52 +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.4.2",
"appium-uiautomator2-driver": "^5.0.3",
"chai": "^5.2.0",
"mocha": "^11.7.1",
"mockttp": "^4.0.1",
"tsx": "^4.20.3",
"webdriverio": "^9.16.2"
}
}