Skip to content

Commit

Permalink
build(deps-dev): bump jest and @types/jest
Browse files Browse the repository at this point in the history
Bumps [jest](https://github.com/jestjs/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 29.6.3 to 29.6.4
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest)

Updates `@types/jest` from 29.5.3 to 29.5.4
- [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-patch
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent d4b9032 commit eb303c1
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 287 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@commitlint/types": "^17.4.0",
"@nestjs/testing": "^10.0.3",
"@types/express": "^4.17.17",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/lodash": "^4.14.195",
"@types/node": "20.5.0",
"@types/qs": "^6.9.7",
Expand All @@ -99,7 +99,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-unicorn": "^48.0.0",
"husky": "^8.0.3",
"jest": "29.6.3",
"jest": "29.6.4",
"jsonc-eslint-parser": "^2.3.0",
"lint-staged": "^13.2.3",
"mongodb-memory-server": "^8.13.0",
Expand Down
Loading

0 comments on commit eb303c1

Please sign in to comment.