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 27.5.1 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.1 to 29.5.11
- [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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 60fa171 commit 61a005e
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 893 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@jest/globals": "^29.3.1",
"@types/jest": "^29.2.3",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
Expand All @@ -57,7 +57,7 @@
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/fortune/exchange-oracle/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.3",
"@types/express": "^4.17.13",
"@types/jest": "29.5.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/supertest": "^2.0.15",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "29.5.0",
"jest": "29.7.0",
"prettier": "^3.1.1",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/hufi/exchange-oracle/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.3",
"@types/express": "^4.17.13",
"@types/jest": "29.5.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/supertest": "^2.0.15",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "29.5.0",
"jest": "29.7.0",
"prettier": "^3.1.1",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/hufi/job-launcher/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@nestjs/testing": "^9.4.3",
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.13",
"@types/jest": "29.5.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/supertest": "^2.0.15",
"@types/zxcvbn": "4.4.1",
Expand All @@ -77,7 +77,7 @@
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "29.5.0",
"jest": "29.7.0",
"prettier": "^3.1.1",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/hufi/reputation-oracle/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.10",
"@types/jest": "29.5.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/supertest": "^2.0.15",
"@types/uuid": "^9.0.6",
Expand All @@ -79,7 +79,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.0",
"express-session": "^1.17.3",
"jest": "29.5.0",
"jest": "29.7.0",
"prettier": "^3.1.1",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/job-launcher/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@nestjs/testing": "^9.4.3",
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.13",
"@types/jest": "29.5.1",
"@types/jest": "29.5.11",
"@types/json-stable-stringify": "^1.0.36",
"@types/node": "20.10.6",
"@types/supertest": "^2.0.15",
Expand All @@ -81,7 +81,7 @@
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "29.5.0",
"jest": "29.7.0",
"prettier": "^3.1.1",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/meta-code-verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@types/chrome": "^0.0.246",
"@types/jest": "^29.4.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"assert": "^2.0.0",
"eslint": "^8.55.0",
"jest": "^27.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.1.1",
"rollup": "^2.56.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/reputation-oracle/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.10",
"@types/jest": "29.5.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/supertest": "^2.0.15",
"@types/uuid": "^9.0.6",
Expand All @@ -79,7 +79,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.0",
"express-session": "^1.17.3",
"jest": "29.5.0",
"jest": "29.7.0",
"prettier": "^3.1.1",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
Expand Down
Loading

0 comments on commit 61a005e

Please sign in to comment.