diff --git a/sample/01-cats-app/package.json b/sample/01-cats-app/package.json index e460bedb0c6..627151d54b2 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "class-transformer": "0.5.1", "class-validator": "0.14.1", "reflect-metadata": "0.2.2", @@ -33,7 +33,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.10.10", diff --git a/sample/02-gateways/package.json b/sample/02-gateways/package.json index 3ed0dc42a88..b422e0b8716 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", - "@nestjs/platform-socket.io": "11.0.5", - "@nestjs/websockets": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", + "@nestjs/platform-socket.io": "11.0.6", + "@nestjs/websockets": "11.0.6", "@socket.io/redis-adapter": "8.3.0", "class-transformer": "0.5.1", "class-validator": "0.14.1", @@ -37,7 +37,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.10.10", diff --git a/sample/03-microservices/package.json b/sample/03-microservices/package.json index 4211ab1f6a2..2b22f02effb 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/microservices": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/microservices": "11.0.6", + "@nestjs/platform-express": "11.0.6", "class-transformer": "0.5.1", "class-validator": "0.14.1", "reflect-metadata": "0.2.2", @@ -34,7 +34,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/amqplib": "0.10.6", "@types/express": "5.0.0", "@types/node": "22.10.10", diff --git a/sample/04-grpc/package.json b/sample/04-grpc/package.json index 0d03c3f1d0d..86ad8370d87 100644 --- a/sample/04-grpc/package.json +++ b/sample/04-grpc/package.json @@ -21,10 +21,10 @@ "dependencies": { "@grpc/grpc-js": "1.12.5", "@grpc/reflection": "1.0.4", - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/microservices": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/microservices": "11.0.6", + "@nestjs/platform-express": "11.0.6", "class-transformer": "0.5.1", "class-validator": "0.14.1", "reflect-metadata": "0.2.2", @@ -36,7 +36,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/node": "22.10.10", "@types/supertest": "6.0.2", diff --git a/sample/05-sql-typeorm/package.json b/sample/05-sql-typeorm/package.json index e2d9180ea8c..27e6b3f0360 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "@nestjs/typeorm": "11.0.0", "mysql2": "3.12.0", "reflect-metadata": "0.2.2", @@ -34,7 +34,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.10.10", diff --git a/sample/06-mongoose/package.json b/sample/06-mongoose/package.json index c30ef9fcafa..92ad664d286 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.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/mongoose": "11.0.0", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "mongoose": "8.9.5", "reflect-metadata": "0.2.2", "rimraf": "6.0.1", @@ -33,7 +33,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.10.10", diff --git a/sample/07-sequelize/package.json b/sample/07-sequelize/package.json index 322a99f357a..5c6ade6a129 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "@nestjs/sequelize": "11.0.0", "mysql2": "3.12.0", "reflect-metadata": "0.2.2", @@ -36,7 +36,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.10.10", diff --git a/sample/08-webpack/package.json b/sample/08-webpack/package.json index f5413261f68..cba23a3fde0 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "reflect-metadata": "0.2.2", "rxjs": "7.8.1", "typescript": "5.7.3" diff --git a/sample/09-babel-example/package.json b/sample/09-babel-example/package.json index aee1e1543e5..f80c6c046ad 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", - "@nestjs/microservices": "11.0.5", - "@nestjs/websockets": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", + "@nestjs/microservices": "11.0.6", + "@nestjs/websockets": "11.0.6", "reflect-metadata": "0.2.2", "rxjs": "7.8.1" }, @@ -30,7 +30,7 @@ "@babel/preset-env": "7.26.7", "@babel/register": "7.25.9", "@babel/runtime": "7.26.7", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "jest": "29.7.0", "nodemon": "3.1.9", "prettier": "3.4.2", diff --git a/sample/10-fastify/package.json b/sample/10-fastify/package.json index c3fddfcf689..5f6f0be6865 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-fastify": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-fastify": "11.0.6", "class-transformer": "0.5.1", "class-validator": "0.14.1", "reflect-metadata": "0.2.2", @@ -33,7 +33,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/node": "22.10.10", "@types/supertest": "6.0.2", diff --git a/sample/11-swagger/package.json b/sample/11-swagger/package.json index bc0e3c0188a..951301877fe 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "@nestjs/swagger": "11.0.3", "class-transformer": "0.5.1", "class-validator": "0.14.1", @@ -34,7 +34,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/node": "22.10.10", "@types/supertest": "6.0.2", diff --git a/sample/12-graphql-schema-first/package.json b/sample/12-graphql-schema-first/package.json index 9bdce85629c..a07d1fefd72 100644 --- a/sample/12-graphql-schema-first/package.json +++ b/sample/12-graphql-schema-first/package.json @@ -22,10 +22,10 @@ "@apollo/server": "4.11.3", "@graphql-tools/utils": "10.7.2", "@nestjs/apollo": "13.0.2", - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/graphql": "13.0.2", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "class-transformer": "0.5.1", "class-validator": "0.14.1", "graphql": "16.10.0", @@ -39,7 +39,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.10.10", diff --git a/sample/13-mongo-typeorm/package.json b/sample/13-mongo-typeorm/package.json index b3400c25a22..3903603bc57 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "@nestjs/typeorm": "11.0.0", "mongodb": "6.12.0", "reflect-metadata": "0.2.2", @@ -34,7 +34,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.10.10", diff --git a/sample/14-mongoose-base/package.json b/sample/14-mongoose-base/package.json index a262b04c845..0c9f3ce5db2 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "mongoose": "8.9.5", "reflect-metadata": "0.2.2", "rimraf": "6.0.1", @@ -32,7 +32,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.10.10", diff --git a/sample/15-mvc/package.json b/sample/15-mvc/package.json index 7106a4389be..191fd2c80a7 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "hbs": "4.2.0", "reflect-metadata": "0.2.2", "rimraf": "6.0.1", @@ -32,7 +32,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/node": "22.10.10", "@types/supertest": "6.0.2", diff --git a/sample/16-gateways-ws/package.json b/sample/16-gateways-ws/package.json index 28a6ec1ea60..1837e12e479 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", - "@nestjs/platform-ws": "11.0.5", - "@nestjs/websockets": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", + "@nestjs/platform-ws": "11.0.6", + "@nestjs/websockets": "11.0.6", "class-transformer": "0.5.1", "class-validator": "0.14.1", "rimraf": "6.0.1", @@ -37,7 +37,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/node": "22.10.10", "@types/supertest": "6.0.2", diff --git a/sample/17-mvc-fastify/package.json b/sample/17-mvc-fastify/package.json index e29e53757cf..36e36566ce2 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-fastify": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-fastify": "11.0.6", "@fastify/static": "8.0.4", "handlebars": "4.7.8", "@fastify/view": "10.0.2", @@ -34,7 +34,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/node": "22.10.10", "@types/supertest": "6.0.2", diff --git a/sample/18-context/package.json b/sample/18-context/package.json index cbbc82c473f..728d4415705 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.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "reflect-metadata": "0.2.2", "rimraf": "6.0.1", "rxjs": "7.8.1" diff --git a/sample/19-auth-jwt/package.json b/sample/19-auth-jwt/package.json index 4e40264d99c..a45017a94d6 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.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/jwt": "11.0.0", "@nestjs/passport": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "reflect-metadata": "0.2.2", "rimraf": "6.0.1", "rxjs": "7.8.1" @@ -34,7 +34,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.10.10", diff --git a/sample/20-cache/package.json b/sample/20-cache/package.json index 2f94961aa50..4a07c4ed7d3 100644 --- a/sample/20-cache/package.json +++ b/sample/20-cache/package.json @@ -20,9 +20,9 @@ }, "dependencies": { "@nestjs/cache-manager": "3.0.0", - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "cache-manager": "6.4.0", "class-transformer": "0.5.1", "class-validator": "0.14.1", @@ -34,7 +34,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/node": "22.10.10", "@types/supertest": "6.0.2", diff --git a/sample/21-serializer/package.json b/sample/21-serializer/package.json index 660b17e631e..29265cc0827 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "class-transformer": "0.5.1", "reflect-metadata": "0.2.2", "rimraf": "6.0.1", @@ -32,7 +32,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/node": "22.10.10", "@types/supertest": "6.0.2", diff --git a/sample/22-graphql-prisma/package.json b/sample/22-graphql-prisma/package.json index 8bd2841d4c9..37e15cc2e7c 100644 --- a/sample/22-graphql-prisma/package.json +++ b/sample/22-graphql-prisma/package.json @@ -22,10 +22,10 @@ "dependencies": { "@apollo/server": "4.11.3", "@nestjs/apollo": "13.0.2", - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/graphql": "13.0.2", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "@prisma/client": "6.2.1", "class-transformer": "0.5.1", "class-validator": "0.14.1", @@ -40,7 +40,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/node": "22.10.10", "@types/supertest": "6.0.2", diff --git a/sample/23-graphql-code-first/package.json b/sample/23-graphql-code-first/package.json index a17b1576b94..d67820e9bd8 100644 --- a/sample/23-graphql-code-first/package.json +++ b/sample/23-graphql-code-first/package.json @@ -21,10 +21,10 @@ "dependencies": { "@apollo/server": "4.11.3", "@nestjs/apollo": "13.0.2", - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/graphql": "13.0.2", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "class-transformer": "0.5.1", "class-validator": "0.14.1", "graphql": "16.10.0", @@ -38,7 +38,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/node": "22.10.10", "@types/supertest": "6.0.2", diff --git a/sample/24-serve-static/package.json b/sample/24-serve-static/package.json index c700c9e62bd..8edacad1edd 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.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/serve-static": "5.0.1", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "class-transformer": "0.5.1", "class-validator": "0.14.1", "reflect-metadata": "0.2.2", @@ -34,7 +34,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/node": "22.10.10", "@types/supertest": "6.0.2", diff --git a/sample/25-dynamic-modules/package.json b/sample/25-dynamic-modules/package.json index 861bc633fd6..a46a40210c9 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "dotenv": "16.4.7", "reflect-metadata": "0.2.2", "rimraf": "6.0.1", @@ -32,7 +32,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.10.10", diff --git a/sample/26-queues/package.json b/sample/26-queues/package.json index f18e62b0a1d..6ebf9b48daa 100644 --- a/sample/26-queues/package.json +++ b/sample/26-queues/package.json @@ -20,9 +20,9 @@ }, "dependencies": { "@nestjs/bull": "11.0.1", - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "bull": "4.16.5", "dotenv": "16.4.7", "reflect-metadata": "0.2.2", @@ -34,7 +34,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/bull": "4.10.4", "@types/express": "5.0.0", "@types/jest": "29.5.14", diff --git a/sample/27-scheduling/package.json b/sample/27-scheduling/package.json index 565f75fb4da..e54d951f48e 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "@nestjs/schedule": "5.0.1", "dotenv": "16.4.7", "reflect-metadata": "0.2.2", @@ -33,7 +33,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/bull": "4.10.4", "@types/express": "5.0.0", "@types/jest": "29.5.14", diff --git a/sample/28-sse/package.json b/sample/28-sse/package.json index 56aaa0250d3..f22ee4c8f61 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.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "reflect-metadata": "0.2.2", "rimraf": "6.0.1", "rxjs": "7.8.1" @@ -31,7 +31,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.10.10", diff --git a/sample/29-file-upload/package.json b/sample/29-file-upload/package.json index 237525ba205..6e75667c6b3 100644 --- a/sample/29-file-upload/package.json +++ b/sample/29-file-upload/package.json @@ -19,9 +19,9 @@ "test:e2e": "jest --config ./e2e/jest-e2e.json" }, "dependencies": { - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", - "@nestjs/platform-express": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", + "@nestjs/platform-express": "11.0.6", "class-transformer": "0.5.1", "class-validator": "0.14.1", "reflect-metadata": "0.2.2", @@ -33,7 +33,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/multer": "1.4.12", diff --git a/sample/30-event-emitter/package.json b/sample/30-event-emitter/package.json index 695cd02152a..bc5e8d18e54 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.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/event-emitter": "3.0.0", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "reflect-metadata": "0.2.2", "rimraf": "6.0.1", "rxjs": "7.8.1" @@ -32,7 +32,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.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 1759735f8d7..5b1b32f98ed 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.9.3", "@apollo/server": "4.11.3", "@nestjs/apollo": "13.0.2", - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/graphql": "13.0.2", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "graphql": "16.10.0", "graphql-tools": "9.0.11", "reflect-metadata": "0.2.2", @@ -38,7 +38,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.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 15bd467d229..63c0a3780b4 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": "4.11.3", "@apollo/subgraph": "2.9.3", "@nestjs/apollo": "13.0.2", - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/graphql": "13.0.2", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "graphql": "16.10.0", "graphql-tools": "9.0.11", "reflect-metadata": "0.2.2", @@ -40,7 +40,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.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 0ccf6b8aa94..e219128ff1e 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": "4.11.3", "@apollo/subgraph": "2.9.3", "@nestjs/apollo": "13.0.2", - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/graphql": "13.0.2", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "graphql": "16.10.0", "graphql-tools": "9.0.11", "reflect-metadata": "0.2.2", @@ -39,7 +39,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.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 fb4bccb9356..88a2d5fbb93 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.9.3", "@apollo/server": "^4.11.3", "@nestjs/apollo": "13.0.2", - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/graphql": "13.0.2", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "graphql": "16.10.0", "graphql-tools": "9.0.11", "reflect-metadata": "0.2.2", @@ -40,7 +40,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.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 b5eeb734b36..d38f1bbcd8e 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": "^4.11.3", "@apollo/subgraph": "2.9.3", "@nestjs/apollo": "13.0.2", - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/graphql": "13.0.2", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "graphql": "16.10.0", "graphql-tools": "9.0.11", "reflect-metadata": "0.2.2", @@ -41,7 +41,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.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 372cdcde133..5d77af53f03 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": "^4.11.3", "@apollo/subgraph": "2.9.3", "@nestjs/apollo": "13.0.2", - "@nestjs/common": "11.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/graphql": "13.0.2", - "@nestjs/platform-express": "11.0.5", + "@nestjs/platform-express": "11.0.6", "graphql": "16.10.0", "graphql-tools": "9.0.11", "reflect-metadata": "0.2.2", @@ -40,7 +40,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/jest": "29.5.14", "@types/node": "22.10.10", diff --git a/sample/33-graphql-mercurius/package.json b/sample/33-graphql-mercurius/package.json index 65a4f97ccb1..1b9e8112e18 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.0.5", - "@nestjs/core": "11.0.5", + "@nestjs/common": "11.0.6", + "@nestjs/core": "11.0.6", "@nestjs/graphql": "13.0.2", "@nestjs/mercurius": "13.0.2", - "@nestjs/platform-fastify": "11.0.5", + "@nestjs/platform-fastify": "11.0.6", "class-transformer": "0.5.1", "class-validator": "0.14.1", "graphql": "16.10.0", @@ -36,7 +36,7 @@ "@eslint/js": "9.19.0", "@nestjs/cli": "11.0.2", "@nestjs/schematics": "11.0.0", - "@nestjs/testing": "11.0.5", + "@nestjs/testing": "11.0.6", "@types/express": "5.0.0", "@types/node": "22.10.10", "@types/supertest": "6.0.2",