diff --git a/sample/01-cats-app/package.json b/sample/01-cats-app/package.json index bdbfcbcf0..88b1f1b63 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/02-gateways/package.json b/sample/02-gateways/package.json index 47fb16cc0..6af15f049 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", - "@nestjs/platform-socket.io": "11.1.9", - "@nestjs/websockets": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", + "@nestjs/platform-socket.io": "11.1.10", + "@nestjs/websockets": "11.1.10", "@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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/03-microservices/package.json b/sample/03-microservices/package.json index c1d609957..24a69710f 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/microservices": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/microservices": "11.1.10", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/amqplib": "0.10.8", "@types/express": "5.0.6", "@types/node": "24.10.4", diff --git a/sample/04-grpc/package.json b/sample/04-grpc/package.json index 33f70a50c..ad059dd99 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/microservices": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/microservices": "11.1.10", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/node": "24.10.4", "@types/supertest": "6.0.3", diff --git a/sample/05-sql-typeorm/package.json b/sample/05-sql-typeorm/package.json index 808434ce5..fc96baf93 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "@nestjs/typeorm": "11.0.0", "mysql2": "3.16.0", "reflect-metadata": "0.2.2", @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/06-mongoose/package.json b/sample/06-mongoose/package.json index a0bdc9b20..4b2a1222d 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.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/mongoose": "11.0.4", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "mongoose": "9.0.2", "reflect-metadata": "0.2.2", "rimraf": "6.1.2", @@ -33,7 +33,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/07-sequelize/package.json b/sample/07-sequelize/package.json index 4c74a463e..ffb6b1848 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "@nestjs/sequelize": "11.0.1", "mysql2": "3.16.0", "reflect-metadata": "0.2.2", @@ -36,7 +36,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/08-webpack/package.json b/sample/08-webpack/package.json index e037774b1..a88727802 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "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 2b1c01f8c..54e09a858 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", - "@nestjs/microservices": "11.1.9", - "@nestjs/websockets": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", + "@nestjs/microservices": "11.1.10", + "@nestjs/websockets": "11.1.10", "reflect-metadata": "0.2.2", "rxjs": "7.8.2" }, @@ -30,7 +30,7 @@ "@babel/preset-env": "7.28.5", "@babel/register": "7.28.3", "@babel/runtime": "7.28.4", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "jest": "30.2.0", "nodemon": "3.1.11", "prettier": "3.7.4", diff --git a/sample/10-fastify/package.json b/sample/10-fastify/package.json index a02210a81..0a4e4533e 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-fastify": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-fastify": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/node": "24.10.4", "@types/supertest": "6.0.3", "eslint": "9.39.2", diff --git a/sample/11-swagger/package.json b/sample/11-swagger/package.json index 314255b38..e2652e49a 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "@nestjs/swagger": "11.2.3", "class-transformer": "0.5.1", "class-validator": "0.14.3", @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/node": "24.10.4", "@types/supertest": "6.0.3", diff --git a/sample/12-graphql-schema-first/package.json b/sample/12-graphql-schema-first/package.json index 762fecf8e..4c62810f4 100644 --- a/sample/12-graphql-schema-first/package.json +++ b/sample/12-graphql-schema-first/package.json @@ -22,10 +22,10 @@ "@apollo/server": "5.2.0", "@graphql-tools/utils": "10.11.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/13-mongo-typeorm/package.json b/sample/13-mongo-typeorm/package.json index 3ff38e953..6051b5c9c 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "@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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/14-mongoose-base/package.json b/sample/14-mongoose-base/package.json index 5aa71be71..edcc5d25d 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "mongoose": "9.0.2", "reflect-metadata": "0.2.2", "rimraf": "6.1.2", @@ -32,7 +32,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/15-mvc/package.json b/sample/15-mvc/package.json index dd4ad20b6..204eca2b8 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/node": "24.10.4", "@types/supertest": "6.0.3", diff --git a/sample/16-gateways-ws/package.json b/sample/16-gateways-ws/package.json index 27d92dd4d..e58b6e98e 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", - "@nestjs/platform-ws": "11.1.9", - "@nestjs/websockets": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", + "@nestjs/platform-ws": "11.1.10", + "@nestjs/websockets": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/node": "24.10.4", "@types/supertest": "6.0.3", diff --git a/sample/17-mvc-fastify/package.json b/sample/17-mvc-fastify/package.json index 27ba4944d..75236baef 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-fastify": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-fastify": "11.1.10", "@fastify/static": "8.3.0", "handlebars": "4.7.8", "@fastify/view": "11.1.1", @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/node": "24.10.4", "@types/supertest": "6.0.3", diff --git a/sample/18-context/package.json b/sample/18-context/package.json index 5703c739a..5bc081fb3 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.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "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 4d414e9c7..45b2dc982 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.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/jwt": "11.0.2", "@nestjs/passport": "11.0.5", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/20-cache/package.json b/sample/20-cache/package.json index 796b51e7f..86f94aa8c 100644 --- a/sample/20-cache/package.json +++ b/sample/20-cache/package.json @@ -20,9 +20,9 @@ }, "dependencies": { "@nestjs/cache-manager": "3.0.1", - "@nestjs/common": "11.1.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "cache-manager": "7.2.7", "class-transformer": "0.5.1", "class-validator": "0.14.3", @@ -34,7 +34,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/node": "24.10.4", "@types/supertest": "6.0.3", diff --git a/sample/21-serializer/package.json b/sample/21-serializer/package.json index fb8d24d8c..d1f52a1f6 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/node": "24.10.4", "@types/supertest": "6.0.3", diff --git a/sample/22-graphql-prisma/package.json b/sample/22-graphql-prisma/package.json index ed60c8af9..cbf662d59 100644 --- a/sample/22-graphql-prisma/package.json +++ b/sample/22-graphql-prisma/package.json @@ -22,10 +22,10 @@ "dependencies": { "@apollo/server": "5.2.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "@prisma/adapter-better-sqlite3": "7.2.0", "@prisma/client": "7.2.0", "class-transformer": "0.5.1", @@ -41,7 +41,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/node": "24.10.4", "@types/supertest": "6.0.3", diff --git a/sample/23-graphql-code-first/package.json b/sample/23-graphql-code-first/package.json index 5abdd9c6a..3d713481f 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.2.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/node": "24.10.4", "@types/supertest": "6.0.3", diff --git a/sample/24-serve-static/package.json b/sample/24-serve-static/package.json index 3d79d537c..dc7261ca3 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.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/serve-static": "5.0.4", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/node": "24.10.4", "@types/supertest": "6.0.3", diff --git a/sample/25-dynamic-modules/package.json b/sample/25-dynamic-modules/package.json index 9cd435541..e87376767 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/26-queues/package.json b/sample/26-queues/package.json index 35c8326c4..55248acbc 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@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 49b2649a3..abfdb2df4 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "@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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@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 ec562f76e..40c7d5a3b 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/29-file-upload/package.json b/sample/29-file-upload/package.json index a43c6666f..3d16ba1b1 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@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 0e7370cab..a599c0a4f 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.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/event-emitter": "3.0.1", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/31-graphql-federation-code-first/gateway/package.json b/sample/31-graphql-federation-code-first/gateway/package.json index 72a547387..1c587c68a 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.12.2", "@apollo/server": "5.2.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "graphql": "16.10.0", "graphql-tools": "9.0.25", "reflect-metadata": "0.2.2", @@ -38,7 +38,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", 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 4b94da6a8..38e893c6f 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.2.0", "@apollo/subgraph": "2.12.2", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "graphql": "16.10.0", "graphql-tools": "9.0.25", "reflect-metadata": "0.2.2", @@ -40,7 +40,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", 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 8c1509863..b94ab3fac 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.2.0", "@apollo/subgraph": "2.12.2", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "graphql": "16.10.0", "graphql-tools": "9.0.25", "reflect-metadata": "0.2.2", @@ -39,7 +39,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/32-graphql-federation-schema-first/gateway/package.json b/sample/32-graphql-federation-schema-first/gateway/package.json index 0364e44fd..1a8aed9a4 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.12.2", "@apollo/server": "^5.0.0", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "graphql": "16.10.0", "graphql-tools": "9.0.25", "reflect-metadata": "0.2.2", @@ -40,7 +40,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", 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 2d2954427..783f12c2d 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.12.2", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "graphql": "16.10.0", "graphql-tools": "9.0.25", "reflect-metadata": "0.2.2", @@ -41,7 +41,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", 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 1b4ea3a83..5ff30b321 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.12.2", "@nestjs/apollo": "13.2.3", - "@nestjs/common": "11.1.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/graphql": "13.2.3", - "@nestjs/platform-express": "11.1.9", + "@nestjs/platform-express": "11.1.10", "graphql": "16.10.0", "graphql-tools": "9.0.25", "reflect-metadata": "0.2.2", @@ -40,7 +40,7 @@ "@eslint/js": "9.39.2", "@nestjs/cli": "11.0.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4", diff --git a/sample/33-graphql-mercurius/package.json b/sample/33-graphql-mercurius/package.json index 20ff0cb44..6e6ed6ac3 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.9", - "@nestjs/core": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", "@nestjs/graphql": "13.2.3", "@nestjs/mercurius": "13.2.3", - "@nestjs/platform-fastify": "11.1.9", + "@nestjs/platform-fastify": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/node": "24.10.4", "@types/supertest": "6.0.3", diff --git a/sample/36-hmr-esm/package.json b/sample/36-hmr-esm/package.json index 9e03272c4..39c0df024 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.9", - "@nestjs/core": "11.1.9", - "@nestjs/platform-express": "11.1.9", + "@nestjs/common": "11.1.10", + "@nestjs/core": "11.1.10", + "@nestjs/platform-express": "11.1.10", "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.14", "@nestjs/schematics": "11.0.9", - "@nestjs/testing": "11.1.9", + "@nestjs/testing": "11.1.10", "@types/express": "5.0.6", "@types/jest": "30.0.0", "@types/node": "24.10.4",