Skip to content

Commit

Permalink
build(deps): 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 25.1.0 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 28.1.6 to 29.2.3
- [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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 6, 2022
1 parent 3ed33b8 commit cf74147
Show file tree
Hide file tree
Showing 2 changed files with 728 additions and 1,462 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.0",
"@types/jest": "^28.1.6",
"@types/jest": "^29.2.4",
"bcryptjs": "^2.4.3",
"dotenv-safe": "8.2.0",
"graphql": "^16.6.0",
Expand Down Expand Up @@ -57,7 +57,7 @@
"babel-jest": "^26.0.1",
"babel-loader": "9.1.0",
"clean-webpack-plugin": "4.0.0",
"jest": "25.1.0",
"jest": "29.3.1",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "15.0.0",
"mongodb-memory-server-global": "6.9.3",
Expand Down

0 comments on commit cf74147

Please sign in to comment.