Skip to content

Commit

Permalink
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.2 to 29.7.0
- [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.7.0/packages/jest)

Updates `@types/jest` from 29.5.3 to 29.5.5
- [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 Sep 18, 2023
1 parent 20f4d04 commit 7f0c4e1
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 437 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@terascope/job-components": "^0.59.0",
"@terascope/standard-asset-apis": "^0.6.1",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.5",
"@types/json2csv": "^5.0.3",
"@types/node": "^18.14.2",
"@types/node-gzip": "^1.1.0",
"@types/timsort": "^0.3.0",
"axios": "^1.4.0",
"eslint": "^8.49.0",
"jest": "^29.6.2",
"jest": "^29.7.0",
"jest-extended": "^4.0.0",
"node-notifier": "^10.0.1",
"teraslice-test-harness": "^0.29.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/standard-asset-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@terascope/utils": "^0.46.0"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"jest": "^29.6.2",
"@types/jest": "^29.5.5",
"jest": "^29.7.0",
"jest-extended": "^4.0.0",
"jest-fixtures": "^0.6.0",
"ts-jest": "^29.1.1"
Expand Down
Loading

0 comments on commit 7f0c4e1

Please sign in to comment.