Skip to content

Commit a78d005

Browse files
build(deps): bump jest and @types/jest
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 27.5.1 to 28.1.1 - [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/v28.1.1/packages/jest) Updates `@types/jest` from 27.4.0 to 28.1.2 - [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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c860ac6 commit a78d005

File tree

4 files changed

+8484
-5086
lines changed

4 files changed

+8484
-5086
lines changed

aggregator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@nestjs/testing": "^8.4.7",
5151
"@types/cache-manager": "^3.4.3",
5252
"@types/express": "^4.17.13",
53-
"@types/jest": "27.4.0",
53+
"@types/jest": "28.1.2",
5454
"@types/node": "^16.0.0",
5555
"@types/passport-jwt": "^3.0.6",
5656
"@types/supertest": "^2.0.12",
@@ -59,7 +59,7 @@
5959
"eslint": "^8.17.0",
6060
"eslint-config-prettier": "^8.5.0",
6161
"eslint-plugin-prettier": "^4.0.0",
62-
"jest": "^27.2.5",
62+
"jest": "^28.1.1",
6363
"prettier": "^2.7.1",
6464
"source-map-support": "^0.5.20",
6565
"supertest": "^6.2.3",

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@mui/material": "^5.8.4",
1111
"@testing-library/jest-dom": "^5.16.4",
1212
"@testing-library/user-event": "^14.2.1",
13-
"@types/jest": "^28.1.1",
13+
"@types/jest": "^28.1.2",
1414
"@types/node": "^17.0.43",
1515
"@types/react": "^17.0.2",
1616
"@types/react-dom": "^17.0.2",

0 commit comments

Comments
 (0)