backend-and-orchestration-t.../kubernetes/python-cdk/ts/MSK_example/package.json
dependabot[bot] 22d3d5abea
Bump yargs-parser and ts-jest in /kubernetes/python-cdk/ts/MSK_example
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) to 13.1.2 and updates ancestor dependency [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies need to be updated together.


Updates `yargs-parser` from 13.1.1 to 13.1.2
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/main/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

Updates `ts-jest` from 24.1.0 to 29.0.3
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v24.1.0...v29.0.3)

---
updated-dependencies:
- dependency-name: yargs-parser
  dependency-type: indirect
- dependency-name: ts-jest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 15:00:10 +00:00

28 lines
566 B
JSON

{
"name": "dev",
"version": "0.1.0",
"bin": {
"dev": "bin/dev.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "^1.12.0",
"@types/jest": "^24.0.18",
"aws-cdk": "^1.176.0",
"jest": "^24.9.0",
"ts-jest": "^29.0.3",
"ts-node": "^8.4.1",
"typescript": "~3.6.4"
},
"dependencies": {
"@aws-cdk/aws-ec2": "^1.12.0",
"@aws-cdk/aws-msk": "^1.12.0",
"@aws-cdk/core": "^1.12.0",
"source-map-support": "^0.5.13"
}
}