Files
frida-interception-and-unpi…/test/android/package.json
T
dependabot[bot]andGitHub a5c0a435f8 Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the /test/android directory: [axios](https://github.com/axios/axios) and [js-yaml](https://github.com/nodeca/js-yaml).


Updates `axios` from 1.11.0 to 1.13.2
- [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.13.2)

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-15 11:13:16 +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.1.1",
"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"
}
}