mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-11 07:09:18 +00:00
Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 3.14.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `js-yaml` from 3.12.0 to 3.14.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.14.2) Updates `mocha` from 6.0.2 to 11.7.5 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v11.7.5) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect - dependency-name: mocha dependency-version: 11.7.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "hooks",
|
|
"version": "1.0.0",
|
|
"description": "ttlsh hooks",
|
|
"license": "Apache-2.0",
|
|
"main": "./build/server.js",
|
|
"dependencies": {
|
|
"@types/node": "^11.9.5",
|
|
"apac": "^3.0.2",
|
|
"body-parser": "^1.19.0",
|
|
"cors": "^2.8.5",
|
|
"cron": "^1.7.1",
|
|
"express": "^4.16.4",
|
|
"fast-crc32c": "^1.0.4",
|
|
"left-pad": "^1.1.3",
|
|
"lodash": "^4.17.11",
|
|
"moment": "^2.24.0",
|
|
"parse-duration": "^0.1.1",
|
|
"pino": "^5.12.3",
|
|
"pino-pretty": "^2.6.1",
|
|
"randomstring": "^1.1.5",
|
|
"redis": "^2.8.0",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.4",
|
|
"simple-oauth2": "^2.2.1",
|
|
"source-map-support": "^0.5.10",
|
|
"ts-express-decorators": "^5.14.1",
|
|
"ts-log-debug": "^5.1.0",
|
|
"yargs": "^13.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.16.1",
|
|
"@types/lodash": "^4.14.121",
|
|
"@types/mocha": "^5.2.6",
|
|
"chai": "^4.2.0",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^11.7.5",
|
|
"mocha-typescript": "^1.0.23",
|
|
"ts-node": "^8.0.2",
|
|
"tslint": "^5.13.0",
|
|
"typemoq": "^2.1.0",
|
|
"typescript": "^3.3.3333"
|
|
},
|
|
"scripts": {
|
|
"test": "echo 0"
|
|
},
|
|
"snyk": true
|
|
}
|