diff --git a/sample/01-cats-app/package.json b/sample/01-cats-app/package.json index 429767cf42b..975d2fc1803 100644 --- a/sample/01-cats-app/package.json +++ b/sample/01-cats-app/package.json @@ -33,7 +33,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "jest": "29.7.0", diff --git a/sample/02-gateways/package.json b/sample/02-gateways/package.json index 0047174c86d..9e208f8f817 100644 --- a/sample/02-gateways/package.json +++ b/sample/02-gateways/package.json @@ -37,7 +37,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "@types/ws": "8.5.5", diff --git a/sample/05-sql-typeorm/package.json b/sample/05-sql-typeorm/package.json index 3f14a97b817..54c3987aac7 100644 --- a/sample/05-sql-typeorm/package.json +++ b/sample/05-sql-typeorm/package.json @@ -34,7 +34,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "20.17.9", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/06-mongoose/package.json b/sample/06-mongoose/package.json index 3aa329f086c..93882c79372 100644 --- a/sample/06-mongoose/package.json +++ b/sample/06-mongoose/package.json @@ -33,7 +33,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/07-sequelize/package.json b/sample/07-sequelize/package.json index 5cb823d622a..4a0362cf5d2 100644 --- a/sample/07-sequelize/package.json +++ b/sample/07-sequelize/package.json @@ -36,7 +36,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "20.17.9", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/12-graphql-schema-first/package.json b/sample/12-graphql-schema-first/package.json index 5c063e9eec3..1d608bbbe11 100644 --- a/sample/12-graphql-schema-first/package.json +++ b/sample/12-graphql-schema-first/package.json @@ -39,7 +39,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.10", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/13-mongo-typeorm/package.json b/sample/13-mongo-typeorm/package.json index f6d70cc8fde..99aeae25229 100644 --- a/sample/13-mongo-typeorm/package.json +++ b/sample/13-mongo-typeorm/package.json @@ -34,7 +34,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "20.17.9", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/14-mongoose-base/package.json b/sample/14-mongoose-base/package.json index 54f6918433d..3a1ef2bffb9 100644 --- a/sample/14-mongoose-base/package.json +++ b/sample/14-mongoose-base/package.json @@ -32,7 +32,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/19-auth-jwt/package.json b/sample/19-auth-jwt/package.json index 302c05ecfda..e8bef6265e2 100644 --- a/sample/19-auth-jwt/package.json +++ b/sample/19-auth-jwt/package.json @@ -34,7 +34,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/25-dynamic-modules/package.json b/sample/25-dynamic-modules/package.json index acade5d43fa..a36688616ae 100644 --- a/sample/25-dynamic-modules/package.json +++ b/sample/25-dynamic-modules/package.json @@ -33,7 +33,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "jest": "29.7.0", diff --git a/sample/26-queues/package.json b/sample/26-queues/package.json index 1e80e754f9a..a018d846bca 100644 --- a/sample/26-queues/package.json +++ b/sample/26-queues/package.json @@ -36,7 +36,7 @@ "@types/bull": "3.15.9", "@types/dotenv": "8.2.3", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "jest": "29.7.0", diff --git a/sample/27-scheduling/package.json b/sample/27-scheduling/package.json index b29a297f3b7..f866c014ba2 100644 --- a/sample/27-scheduling/package.json +++ b/sample/27-scheduling/package.json @@ -35,7 +35,7 @@ "@types/bull": "3.15.9", "@types/dotenv": "8.2.3", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "20.17.9", "@types/supertest": "6.0.2", "jest": "29.7.0", diff --git a/sample/28-sse/package.json b/sample/28-sse/package.json index 6ab4e4ec09c..ada306f63eb 100644 --- a/sample/28-sse/package.json +++ b/sample/28-sse/package.json @@ -32,7 +32,7 @@ "@nestjs/testing": "10.4.11", "@types/dotenv": "8.2.3", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "jest": "29.7.0", diff --git a/sample/29-file-upload/package.json b/sample/29-file-upload/package.json index 19ee9ad5f71..e25b66fdda4 100644 --- a/sample/29-file-upload/package.json +++ b/sample/29-file-upload/package.json @@ -33,7 +33,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/multer": "1.4.12", "@types/node": "22.10.0", "@types/supertest": "6.0.2", diff --git a/sample/30-event-emitter/package.json b/sample/30-event-emitter/package.json index 6149a5d1d2d..1cead370bee 100644 --- a/sample/30-event-emitter/package.json +++ b/sample/30-event-emitter/package.json @@ -32,7 +32,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "20.17.9", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/31-graphql-federation-code-first/gateway/package.json b/sample/31-graphql-federation-code-first/gateway/package.json index 0b20abe5164..f7a9d8238f4 100644 --- a/sample/31-graphql-federation-code-first/gateway/package.json +++ b/sample/31-graphql-federation-code-first/gateway/package.json @@ -38,7 +38,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/31-graphql-federation-code-first/posts-application/package.json b/sample/31-graphql-federation-code-first/posts-application/package.json index 5fcb71280e4..2cd7e5e97ea 100644 --- a/sample/31-graphql-federation-code-first/posts-application/package.json +++ b/sample/31-graphql-federation-code-first/posts-application/package.json @@ -40,7 +40,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/31-graphql-federation-code-first/users-application/package.json b/sample/31-graphql-federation-code-first/users-application/package.json index 955962b3bc9..bb5a7744a4a 100644 --- a/sample/31-graphql-federation-code-first/users-application/package.json +++ b/sample/31-graphql-federation-code-first/users-application/package.json @@ -39,7 +39,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/32-graphql-federation-schema-first/gateway/package.json b/sample/32-graphql-federation-schema-first/gateway/package.json index 071bf1bbb85..24efc3dbe0f 100644 --- a/sample/32-graphql-federation-schema-first/gateway/package.json +++ b/sample/32-graphql-federation-schema-first/gateway/package.json @@ -40,7 +40,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/32-graphql-federation-schema-first/posts-application/package.json b/sample/32-graphql-federation-schema-first/posts-application/package.json index 653115b3773..1e1a4dcc27d 100644 --- a/sample/32-graphql-federation-schema-first/posts-application/package.json +++ b/sample/32-graphql-federation-schema-first/posts-application/package.json @@ -41,7 +41,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/32-graphql-federation-schema-first/users-application/package.json b/sample/32-graphql-federation-schema-first/users-application/package.json index 07552437f2a..b44b54b963f 100644 --- a/sample/32-graphql-federation-schema-first/users-application/package.json +++ b/sample/32-graphql-federation-schema-first/users-application/package.json @@ -40,7 +40,7 @@ "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.11", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/node": "22.10.0", "@types/supertest": "6.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/sample/34-using-esm-packages/package.json b/sample/34-using-esm-packages/package.json index e00e2aa8005..2069e83f160 100644 --- a/sample/34-using-esm-packages/package.json +++ b/sample/34-using-esm-packages/package.json @@ -45,7 +45,7 @@ "eslint": "8.x", "eslint-config-prettier": "9.x", "eslint-plugin-prettier": "5.x", - "jest": "29.5.0", + "jest": "29.7.0", "prettier": "3.x", "source-map-support": "0.5.21", "supertest": "7.x",