Files
frida-interception-and-unpi…/test/android/package.json
T
dependabot[bot]andGitHub dde1e049f9 Bump axios and appium in /test/android
Bumps [axios](https://github.com/axios/axios) to 1.15.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.15.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.15.0)

Updates `appium` from 3.2.2 to 3.3.0
- [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.3.0/packages/appium)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: indirect
- dependency-name: appium
  dependency-version: 3.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-11 11:53:30 +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.3.0",
"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"
}
}