Skip to content

Commit c7aa5f9

Browse files
author
Andrey
authored
Merge pull request #88 from Insidexa/renovate/jest-26.x
Update dependency @types/jest to v26.0.9
2 parents ea1f813 + 90138dc commit c7aa5f9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@nestjs/platform-fastify": "7.3.2",
2929
"@nestjs/testing": "7.3.2",
3030
"@types/express": "4.17.7",
31-
"@types/jest": "26.0.5",
31+
"@types/jest": "26.0.9",
3232
"@types/node": "12.12.54",
3333
"@types/supertest": "2.0.10",
3434
"jest": "26.1.0",

samples/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@nestjs/schematics": "7.0.1",
4040
"@nestjs/testing": "7.3.2",
4141
"@types/express": "4.17.7",
42-
"@types/jest": "26.0.5",
42+
"@types/jest": "26.0.9",
4343
"@types/node": "13.13.14",
4444
"@types/supertest": "2.0.10",
4545
"@typescript-eslint/eslint-plugin": "3.8.0",

samples/express-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@nestjs/schematics": "7.0.1",
3535
"@nestjs/testing": "7.3.2",
3636
"@types/express": "4.17.7",
37-
"@types/jest": "26.0.5",
37+
"@types/jest": "26.0.9",
3838
"@types/node": "13.13.14",
3939
"@types/supertest": "2.0.10",
4040
"@typescript-eslint/eslint-plugin": "3.8.0",

samples/fastify-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@nestjs/schematics": "7.0.1",
3636
"@nestjs/testing": "7.3.2",
3737
"@types/express": "4.17.7",
38-
"@types/jest": "26.0.5",
38+
"@types/jest": "26.0.9",
3939
"@types/node": "13.13.14",
4040
"@types/supertest": "2.0.10",
4141
"@typescript-eslint/eslint-plugin": "3.8.0",

samples/logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@nestjs/schematics": "7.0.1",
3535
"@nestjs/testing": "7.3.2",
3636
"@types/express": "4.17.7",
37-
"@types/jest": "26.0.5",
37+
"@types/jest": "26.0.9",
3838
"@types/node": "13.13.14",
3939
"@types/supertest": "2.0.10",
4040
"@typescript-eslint/eslint-plugin": "3.8.0",

samples/multiple-handlers-in-class/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@nestjs/schematics": "7.0.1",
3535
"@nestjs/testing": "7.3.2",
3636
"@types/express": "4.17.7",
37-
"@types/jest": "26.0.5",
37+
"@types/jest": "26.0.9",
3838
"@types/node": "13.13.14",
3939
"@types/supertest": "2.0.10",
4040
"@typescript-eslint/eslint-plugin": "3.8.0",

samples/request-scoped/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@nestjs/schematics": "7.0.1",
3535
"@nestjs/testing": "7.3.2",
3636
"@types/express": "4.17.7",
37-
"@types/jest": "26.0.5",
37+
"@types/jest": "26.0.9",
3838
"@types/node": "13.13.14",
3939
"@types/supertest": "2.0.10",
4040
"@typescript-eslint/eslint-plugin": "3.8.0",

0 commit comments

Comments
 (0)