diff --git a/sample/01-cats-app/package.json b/sample/01-cats-app/package.json index daf0302b3..efaec6ee9 100644 --- a/sample/01-cats-app/package.json +++ b/sample/01-cats-app/package.json @@ -19,9 +19,9 @@ "test:e2e": "jest --config ./e2e/jest-e2e.json" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "class-transformer": "0.5.1", "class-validator": "0.14.3", "reflect-metadata": "0.2.2", @@ -33,7 +33,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/02-gateways/package.json b/sample/02-gateways/package.json index c9e56177b..c6fecaadf 100644 --- a/sample/02-gateways/package.json +++ b/sample/02-gateways/package.json @@ -19,11 +19,11 @@ "test:e2e": "jest --config ./e2e/jest-e2e.json" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", - "@nestjs/platform-socket.io": "11.1.12", - "@nestjs/websockets": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", + "@nestjs/platform-socket.io": "11.1.13", + "@nestjs/websockets": "11.1.13", "@socket.io/redis-adapter": "8.3.0", "class-transformer": "0.5.1", "class-validator": "0.14.3", @@ -37,7 +37,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/03-microservices/package.json b/sample/03-microservices/package.json index 5b7e1c154..45c4c3dd1 100644 --- a/sample/03-microservices/package.json +++ b/sample/03-microservices/package.json @@ -19,10 +19,10 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/microservices": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/microservices": "11.1.13", + "@nestjs/platform-express": "11.1.13", "class-transformer": "0.5.1", "class-validator": "0.14.3", "reflect-metadata": "0.2.2", @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/amqplib": "0.10.8", "@types/express": "5.0.6", "@types/node": "24.10.10", diff --git a/sample/04-grpc/package.json b/sample/04-grpc/package.json index 123de65b7..413bde2cc 100644 --- a/sample/04-grpc/package.json +++ b/sample/04-grpc/package.json @@ -21,10 +21,10 @@ "dependencies": { "@grpc/grpc-js": "1.14.3", "@grpc/reflection": "1.0.4", - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/microservices": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/microservices": "11.1.13", + "@nestjs/platform-express": "11.1.13", "class-transformer": "0.5.1", "class-validator": "0.14.3", "reflect-metadata": "0.2.2", @@ -36,7 +36,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/node": "24.10.10", "@types/supertest": "6.0.3", diff --git a/sample/05-sql-typeorm/package.json b/sample/05-sql-typeorm/package.json index c3ec4a7ed..1f3552f44 100644 --- a/sample/05-sql-typeorm/package.json +++ b/sample/05-sql-typeorm/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "@nestjs/typeorm": "11.0.0", "mysql2": "3.16.2", "reflect-metadata": "0.2.2", @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/06-mongoose/package.json b/sample/06-mongoose/package.json index 44a4b0d70..eaef3ba70 100644 --- a/sample/06-mongoose/package.json +++ b/sample/06-mongoose/package.json @@ -19,10 +19,10 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/mongoose": "11.0.4", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "mongoose": "9.1.5", "reflect-metadata": "0.2.2", "rimraf": "6.1.2", @@ -33,7 +33,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/07-sequelize/package.json b/sample/07-sequelize/package.json index 16307d0c3..e67aff8f5 100644 --- a/sample/07-sequelize/package.json +++ b/sample/07-sequelize/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "@nestjs/sequelize": "11.0.1", "mysql2": "3.16.2", "reflect-metadata": "0.2.2", @@ -36,7 +36,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/08-webpack/package.json b/sample/08-webpack/package.json index 875230327..3409e0d0b 100644 --- a/sample/08-webpack/package.json +++ b/sample/08-webpack/package.json @@ -12,9 +12,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "reflect-metadata": "0.2.2", "rxjs": "7.8.2", "typescript": "5.9.3" diff --git a/sample/09-babel-example/package.json b/sample/09-babel-example/package.json index e6b0a54f3..311545ecd 100644 --- a/sample/09-babel-example/package.json +++ b/sample/09-babel-example/package.json @@ -13,11 +13,11 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", - "@nestjs/microservices": "11.1.12", - "@nestjs/websockets": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", + "@nestjs/microservices": "11.1.13", + "@nestjs/websockets": "11.1.13", "reflect-metadata": "0.2.2", "rxjs": "7.8.2" }, @@ -30,7 +30,7 @@ "@babel/preset-env": "7.29.0", "@babel/register": "7.28.6", "@babel/runtime": "7.28.6", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "jest": "30.2.0", "nodemon": "3.1.11", "prettier": "3.8.1", diff --git a/sample/10-fastify/package.json b/sample/10-fastify/package.json index bbb810915..0f66bac03 100644 --- a/sample/10-fastify/package.json +++ b/sample/10-fastify/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-fastify": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-fastify": "11.1.13", "class-transformer": "0.5.1", "class-validator": "0.14.3", "reflect-metadata": "0.2.2", @@ -33,7 +33,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/node": "24.10.10", "@types/supertest": "6.0.3", "eslint": "9.39.2", diff --git a/sample/11-swagger/package.json b/sample/11-swagger/package.json index 5ff581ff9..35e683f3e 100644 --- a/sample/11-swagger/package.json +++ b/sample/11-swagger/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "@nestjs/swagger": "11.2.5", "class-transformer": "0.5.1", "class-validator": "0.14.3", @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/node": "24.10.10", "@types/supertest": "6.0.3", diff --git a/sample/12-graphql-schema-first/package.json b/sample/12-graphql-schema-first/package.json index 3a7b87909..4d84b581f 100644 --- a/sample/12-graphql-schema-first/package.json +++ b/sample/12-graphql-schema-first/package.json @@ -22,10 +22,10 @@ "@apollo/server": "5.3.0", "@graphql-tools/utils": "11.0.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "class-transformer": "0.5.1", "class-validator": "0.14.3", "graphql": "16.10.0", @@ -39,7 +39,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/13-mongo-typeorm/package.json b/sample/13-mongo-typeorm/package.json index 829a3a136..36866e30c 100644 --- a/sample/13-mongo-typeorm/package.json +++ b/sample/13-mongo-typeorm/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "@nestjs/typeorm": "11.0.0", "mongodb": "7.0.0", "reflect-metadata": "0.2.2", @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/14-mongoose-base/package.json b/sample/14-mongoose-base/package.json index 3505f1fa9..503f2c9dd 100644 --- a/sample/14-mongoose-base/package.json +++ b/sample/14-mongoose-base/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "mongoose": "9.1.5", "reflect-metadata": "0.2.2", "rimraf": "6.1.2", @@ -32,7 +32,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/15-mvc/package.json b/sample/15-mvc/package.json index 3b181e411..2a5bf5f4d 100644 --- a/sample/15-mvc/package.json +++ b/sample/15-mvc/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "hbs": "4.2.0", "reflect-metadata": "0.2.2", "rimraf": "6.1.2", @@ -32,7 +32,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/node": "24.10.10", "@types/supertest": "6.0.3", diff --git a/sample/16-gateways-ws/package.json b/sample/16-gateways-ws/package.json index c2bf599a6..01081fee6 100644 --- a/sample/16-gateways-ws/package.json +++ b/sample/16-gateways-ws/package.json @@ -19,11 +19,11 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", - "@nestjs/platform-ws": "11.1.12", - "@nestjs/websockets": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", + "@nestjs/platform-ws": "11.1.13", + "@nestjs/websockets": "11.1.13", "class-transformer": "0.5.1", "class-validator": "0.14.3", "rimraf": "6.1.2", @@ -37,7 +37,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/node": "24.10.10", "@types/supertest": "6.0.3", diff --git a/sample/17-mvc-fastify/package.json b/sample/17-mvc-fastify/package.json index f7e48f6c6..cebc78897 100644 --- a/sample/17-mvc-fastify/package.json +++ b/sample/17-mvc-fastify/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-fastify": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-fastify": "11.1.13", "@fastify/static": "9.0.0", "handlebars": "4.7.8", "@fastify/view": "11.1.1", @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/node": "24.10.10", "@types/supertest": "6.0.3", diff --git a/sample/18-context/package.json b/sample/18-context/package.json index ee34bd062..af9071b1b 100644 --- a/sample/18-context/package.json +++ b/sample/18-context/package.json @@ -19,8 +19,8 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "reflect-metadata": "0.2.2", "rimraf": "6.1.2", "rxjs": "7.8.2" diff --git a/sample/19-auth-jwt/package.json b/sample/19-auth-jwt/package.json index 389346408..2300b6ae5 100644 --- a/sample/19-auth-jwt/package.json +++ b/sample/19-auth-jwt/package.json @@ -20,11 +20,11 @@ "test:e2e": "jest --config ./e2e/jest-e2e.json" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/jwt": "11.0.2", "@nestjs/passport": "11.0.5", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "reflect-metadata": "0.2.2", "rimraf": "6.1.2", "rxjs": "7.8.2" @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/20-cache/package.json b/sample/20-cache/package.json index 87b4cbbfa..08fc2f50e 100644 --- a/sample/20-cache/package.json +++ b/sample/20-cache/package.json @@ -20,9 +20,9 @@ }, "dependencies": { "@nestjs/cache-manager": "3.1.0", - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "cache-manager": "7.2.8", "class-transformer": "0.5.1", "class-validator": "0.14.3", @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/node": "24.10.10", "@types/supertest": "6.0.3", diff --git a/sample/21-serializer/package.json b/sample/21-serializer/package.json index 0f2cad1f6..b4d57cab5 100644 --- a/sample/21-serializer/package.json +++ b/sample/21-serializer/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "class-transformer": "0.5.1", "reflect-metadata": "0.2.2", "rimraf": "6.1.2", @@ -32,7 +32,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/node": "24.10.10", "@types/supertest": "6.0.3", diff --git a/sample/22-graphql-prisma/package.json b/sample/22-graphql-prisma/package.json index 32b98dcf2..f18b1c79a 100644 --- a/sample/22-graphql-prisma/package.json +++ b/sample/22-graphql-prisma/package.json @@ -22,10 +22,10 @@ "dependencies": { "@apollo/server": "5.3.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "@prisma/adapter-better-sqlite3": "7.3.0", "@prisma/client": "7.3.0", "class-transformer": "0.5.1", @@ -41,7 +41,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/node": "24.10.10", "@types/supertest": "6.0.3", diff --git a/sample/23-graphql-code-first/package.json b/sample/23-graphql-code-first/package.json index 27968ff71..83c8d45cd 100644 --- a/sample/23-graphql-code-first/package.json +++ b/sample/23-graphql-code-first/package.json @@ -21,10 +21,10 @@ "dependencies": { "@apollo/server": "5.3.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "class-transformer": "0.5.1", "class-validator": "0.14.3", "graphql": "16.10.0", @@ -38,7 +38,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/node": "24.10.10", "@types/supertest": "6.0.3", diff --git a/sample/24-serve-static/package.json b/sample/24-serve-static/package.json index 5d98da5fe..9c8e7267c 100644 --- a/sample/24-serve-static/package.json +++ b/sample/24-serve-static/package.json @@ -19,10 +19,10 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/serve-static": "5.0.4", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "class-transformer": "0.5.1", "class-validator": "0.14.3", "reflect-metadata": "0.2.2", @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/node": "24.10.10", "@types/supertest": "6.0.3", diff --git a/sample/25-dynamic-modules/package.json b/sample/25-dynamic-modules/package.json index 98f66a634..2661df155 100644 --- a/sample/25-dynamic-modules/package.json +++ b/sample/25-dynamic-modules/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "dotenv": "17.2.3", "reflect-metadata": "0.2.2", "rimraf": "6.1.2", @@ -32,7 +32,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/26-queues/package.json b/sample/26-queues/package.json index fff4fa3a1..7ac28d6aa 100644 --- a/sample/26-queues/package.json +++ b/sample/26-queues/package.json @@ -20,9 +20,9 @@ }, "dependencies": { "@nestjs/bull": "11.0.4", - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "bull": "4.16.5", "dotenv": "17.2.3", "reflect-metadata": "0.2.2", @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/bull": "4.10.4", "@types/express": "5.0.6", "@types/jest": "30.0.0", diff --git a/sample/27-scheduling/package.json b/sample/27-scheduling/package.json index 35b9fecc9..0d8ab5c12 100644 --- a/sample/27-scheduling/package.json +++ b/sample/27-scheduling/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "@nestjs/schedule": "6.1.0", "dotenv": "17.2.3", "reflect-metadata": "0.2.2", @@ -33,7 +33,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/bull": "4.10.4", "@types/express": "5.0.6", "@types/jest": "30.0.0", diff --git a/sample/28-sse/package.json b/sample/28-sse/package.json index 8f89108e3..b0f5f4ad7 100644 --- a/sample/28-sse/package.json +++ b/sample/28-sse/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "reflect-metadata": "0.2.2", "rimraf": "6.1.2", "rxjs": "7.8.2" @@ -31,7 +31,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/29-file-upload/package.json b/sample/29-file-upload/package.json index f221545a6..1e9885359 100644 --- a/sample/29-file-upload/package.json +++ b/sample/29-file-upload/package.json @@ -19,9 +19,9 @@ "test:e2e": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --config ./e2e/jest-e2e.json" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "class-transformer": "0.5.1", "class-validator": "0.14.3", "reflect-metadata": "0.2.2", @@ -33,7 +33,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/multer": "2.0.0", diff --git a/sample/30-event-emitter/package.json b/sample/30-event-emitter/package.json index 98c7ef123..ffb85a6ef 100644 --- a/sample/30-event-emitter/package.json +++ b/sample/30-event-emitter/package.json @@ -19,10 +19,10 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/event-emitter": "3.0.1", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "reflect-metadata": "0.2.2", "rimraf": "6.1.2", "rxjs": "7.8.2" @@ -32,7 +32,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/31-graphql-federation-code-first/gateway/package.json b/sample/31-graphql-federation-code-first/gateway/package.json index 3dc98dea0..cf1355784 100644 --- a/sample/31-graphql-federation-code-first/gateway/package.json +++ b/sample/31-graphql-federation-code-first/gateway/package.json @@ -22,10 +22,10 @@ "@apollo/gateway": "2.13.0", "@apollo/server": "5.3.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "graphql": "16.10.0", "graphql-tools": "9.0.26", "reflect-metadata": "0.2.2", @@ -38,7 +38,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", 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 703c0e87f..9db157c06 100644 --- a/sample/31-graphql-federation-code-first/posts-application/package.json +++ b/sample/31-graphql-federation-code-first/posts-application/package.json @@ -24,10 +24,10 @@ "@apollo/server": "5.3.0", "@apollo/subgraph": "2.13.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "graphql": "16.10.0", "graphql-tools": "9.0.26", "reflect-metadata": "0.2.2", @@ -40,7 +40,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", 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 9509ec4d2..086574b53 100644 --- a/sample/31-graphql-federation-code-first/users-application/package.json +++ b/sample/31-graphql-federation-code-first/users-application/package.json @@ -23,10 +23,10 @@ "@apollo/server": "5.3.0", "@apollo/subgraph": "2.13.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "graphql": "16.10.0", "graphql-tools": "9.0.26", "reflect-metadata": "0.2.2", @@ -39,7 +39,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/32-graphql-federation-schema-first/gateway/package.json b/sample/32-graphql-federation-schema-first/gateway/package.json index 03e1992a4..c100d73ae 100644 --- a/sample/32-graphql-federation-schema-first/gateway/package.json +++ b/sample/32-graphql-federation-schema-first/gateway/package.json @@ -24,10 +24,10 @@ "@apollo/gateway": "2.13.0", "@apollo/server": "^5.0.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "graphql": "16.10.0", "graphql-tools": "9.0.26", "reflect-metadata": "0.2.2", @@ -40,7 +40,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", 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 8dec50004..659a251c7 100644 --- a/sample/32-graphql-federation-schema-first/posts-application/package.json +++ b/sample/32-graphql-federation-schema-first/posts-application/package.json @@ -25,10 +25,10 @@ "@apollo/server": "^5.0.0", "@apollo/subgraph": "2.13.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "graphql": "16.10.0", "graphql-tools": "9.0.26", "reflect-metadata": "0.2.2", @@ -41,7 +41,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", 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 9b181a553..a75937a3f 100644 --- a/sample/32-graphql-federation-schema-first/users-application/package.json +++ b/sample/32-graphql-federation-schema-first/users-application/package.json @@ -24,10 +24,10 @@ "@apollo/server": "^5.0.0", "@apollo/subgraph": "2.13.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.12", + "@nestjs/platform-express": "11.1.13", "graphql": "16.10.0", "graphql-tools": "9.0.26", "reflect-metadata": "0.2.2", @@ -40,7 +40,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10", diff --git a/sample/33-graphql-mercurius/package.json b/sample/33-graphql-mercurius/package.json index 9ff200087..e609038c4 100644 --- a/sample/33-graphql-mercurius/package.json +++ b/sample/33-graphql-mercurius/package.json @@ -19,11 +19,11 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", "@nestjs/graphql": "13.2.3", "@nestjs/mercurius": "13.2.3", - "@nestjs/platform-fastify": "11.1.12", + "@nestjs/platform-fastify": "11.1.13", "class-transformer": "0.5.1", "class-validator": "0.14.3", "graphql": "16.10.0", @@ -36,7 +36,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/node": "24.10.10", "@types/supertest": "6.0.3", diff --git a/sample/36-hmr-esm/package.json b/sample/36-hmr-esm/package.json index c0e5fa9a6..741793073 100644 --- a/sample/36-hmr-esm/package.json +++ b/sample/36-hmr-esm/package.json @@ -21,9 +21,9 @@ "test:e2e": "jest --config ./e2e/jest-e2e.json" }, "dependencies": { - "@nestjs/common": "11.1.12", - "@nestjs/core": "11.1.12", - "@nestjs/platform-express": "11.1.12", + "@nestjs/common": "11.1.13", + "@nestjs/core": "11.1.13", + "@nestjs/platform-express": "11.1.13", "class-transformer": "0.5.1", "class-validator": "0.14.3", "reflect-metadata": "0.2.2", @@ -38,7 +38,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.16", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.12", + "@nestjs/testing": "11.1.13", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.10",