Files
frida-interception-and-unpi…/test/android/package.json
T
dependabot[bot]andGitHub 2e2ae11410 Bump qs and mockttp in /test/android
Bumps [qs](https://github.com/ljharb/qs) to 6.16.0 and updates ancestor dependency [mockttp](https://github.com/httptoolkit/mockttp). These dependencies need to be updated together.


Updates `qs` from 6.15.3 to 6.16.0
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.15.3...v6.16.0)

Updates `mockttp` from 4.0.1 to 4.6.2
- [Release notes](https://github.com/httptoolkit/mockttp/releases)
- [Commits](https://github.com/httptoolkit/mockttp/compare/v4.0.1...v4.6.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.16.0
  dependency-type: indirect
- dependency-name: mockttp
  dependency-version: 4.6.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-03 11:15:29 +00:00

16 lines
288 B
JSON

{
"name": "frida-scripts-android-tests",
"private": true,
"type": "module",
"scripts": {
"test": "mocha test.ts"
},
"dependencies": {
"@types/chai": "^5.2.2",
"chai": "^5.2.0",
"fast-xml-parser": "^5.3.0",
"mocha": "^11.7.1",
"mockttp": "^4.6.2"
}
}