Skip to content

Commit

Permalink
build(deps-dev): bump jest and @types/jest (#747)
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.5.0 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.0 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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent e4619b2 commit 049e319
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 464 deletions.
4 changes: 2 additions & 2 deletions libraries/node-2fa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"@types/bcrypt": "^5.0.1",
"@types/convict": "^6.1.1",
"@types/express": "~4.17.17",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.5",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash": "^4.14.199",
"@types/node": "18.15.11",
"express": "~4.18.2",
"jest": "^29.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-proto": "^1.160.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@conduitplatform/testing-tools": "^1.0.0",
"@types/convict": "^6.1.1",
"@types/express": "~4.17.17",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.199",
"@types/node": "18.15.11",
"copyfiles": "^2.4.1",
"jest": "^29.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit 049e319

Please sign in to comment.