Files
owncast/test/automated/api/package.json
T
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
e3284b6b68 chore(deps): bump ajv from 8.11.2 to 8.18.0 in /test/automated/api (#4802)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.11.2 to 8.18.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v8.11.2...v8.18.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-19 19:43:18 -08:00

32 lines
579 B
JSON

{
"name": "owncast-test-automation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest *.test.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"ajv": "^8.18.0",
"ajv-draft-04": "^1.0.0",
"bcrypt": "^6.0.0",
"crypto-random": "^2.0.1",
"jsonfile": "^6.1.0",
"sha.js": "^2.4.12",
"supertest": "^6.3.2",
"websocket": "^1.0.32"
},
"devDependencies": {
"jest": "^29.7.0",
"jest-jasmine2": "^29.7.0",
"ws": "^7.5.9"
},
"jest": {
"verbose": false,
"maxWorkers": 1,
"testRunner": "jest-jasmine2"
}
}