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 29.4.2 to 29.5.0
- [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.5.0/packages/jest)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 15, 2023
1 parent f7d1fd4 commit 77da54d
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 366 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/countries-and-timezones": "^3.2.3",
"@types/fs-extra": "^11.0.1",
"@types/getos": "^3.0.1",
"@types/jest": "29.4.0",
"@types/jest": "29.4.1",
"@types/js-yaml": "^4.0.5",
"@types/listr": "^0.14.4",
"@types/node": "^18",
Expand All @@ -67,7 +67,7 @@
"eslint-config-oclif-typescript": "^1.0.3",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-no-null": "^1.0.2",
"jest": "^29.4.2",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"ts-node": "^10",
"typescript": "^4.3",
Expand Down
Loading

0 comments on commit 77da54d

Please sign in to comment.