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>
This commit is contained in:
dependabot[bot] 2022-10-20 15:00:10 +00:00 committed by GitHub
parent 861b73a465
commit 22d3d5abea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 178 additions and 31 deletions

View file

@ -15,7 +15,7 @@
"@types/jest": "^24.0.18",
"aws-cdk": "^1.176.0",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"ts-jest": "^29.0.3",
"ts-node": "^8.4.1",
"typescript": "~3.6.4"
},