Bump jest and ts-jest (#377)

Bumps [jest](https://github.com/facebook/jest) and [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies needed to be updated together.

Updates `jest` from 24.9.0 to 25.1.0
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v24.9.0...v25.1.0)

Updates `ts-jest` from 24.3.0 to 25.0.0
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v24.3.0...v25.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: Atul R <atulanand94@gmail.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-27 20:47:30 +01:00 committed by Atul R
parent 0f4f0c5567
commit 8dce10bda8
2 changed files with 3665 additions and 1805 deletions

5466
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,10 +38,10 @@
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^4.0.10",
"jest": "^24.9.0",
"jest": "^25.1.0",
"prebuild": "^10.0.0",
"prettier": "^1.18.2",
"ts-jest": "^24.1.0",
"ts-jest": "^25.0.0",
"typedoc": "^0.16.7",
"typedoc-plugin-markdown": "^2.2.14",
"typescript": "^3.7.3"