Skip to content

Commit

Permalink
chore(deps-dev): bump jest and @types/jest
Browse files Browse the repository at this point in the history
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.

Updates `jest` from 27.4.5 to 29.3.1
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest)

Updates `@types/jest` from 27.4.0 to 29.2.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 10, 2022
1 parent 1e29a04 commit ff0ef7e
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 642 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"@stryker-mutator/jest-runner": "^5.6.0",
"@stryker-mutator/typescript-checker": "^5.6.0",
"@types/express": "^4.17.3",
"@types/jest": "^27.4.0",
"@types/jest": "^29.2.4",
"@types/node": "^18.8.3",
"@types/supertest": "^2.0.8",
"@types/validator": "^13.7.0",
"jest": "27.4.5",
"jest": "29.3.1",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"supertest": "^6.1.3",
Expand Down
Loading

0 comments on commit ff0ef7e

Please sign in to comment.