d16183f86b
Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [bcrypt](https://github.com/kelektiv/node.bcrypt.js). These dependencies need to be updated together. Removes `tar` Updates `bcrypt` from 5.1.1 to 6.0.0 - [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases) - [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v5.1.1...v6.0.0) --- updated-dependencies: - dependency-name: tar dependency-version: dependency-type: indirect - dependency-name: bcrypt dependency-version: 6.0.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>
32 lines
579 B
JSON
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.11.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"
|
|
}
|
|
}
|