Bump jest and ts-jest

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.2.1
- [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...25.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-01 05:42:41 +00:00
parent 45419cb407
commit 254f9e6382
2 changed files with 2543 additions and 1533 deletions

4066
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -37,9 +37,9 @@
"@types/jest": "^25.1.3", "@types/jest": "^25.1.3",
"@types/node": "^13.7.7", "@types/node": "^13.7.7",
"@zeit/ncc": "^0.21.0", "@zeit/ncc": "^0.21.0",
"jest": "^24.9.0", "jest": "^25.1.0",
"jest-circus": "^25.1.0", "jest-circus": "^25.1.0",
"ts-jest": "^24.3.0", "ts-jest": "^25.2.1",
"typescript": "^3.8.3" "typescript": "^3.8.3"
} }
} }