Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 03ad47a commit bbd9b93
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/gulp": "4.0.17",
"@types/http-errors": "2.0.4",
"@types/mocha": "10.0.10",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/sinon": "17.0.3",
"@types/supertest": "6.0.2",
"@types/ws": "8.5.13",
Expand Down
2 changes: 1 addition & 1 deletion sample/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/02-gateways/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/03-microservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/testing": "10.4.15",
"@types/amqplib": "0.10.6",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/04-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/05-sql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/06-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/07-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/08-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion sample/10-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/11-swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/12-graphql-schema-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/13-mongo-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/14-mongoose-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/15-mvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/16-gateways-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/17-mvc-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/18-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/19-auth-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/20-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/testing": "10.4.15",
"@types/cache-manager": "^4.0.2",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/21-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/22-graphql-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/23-graphql-code-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/24-serve-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/25-dynamic-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/26-queues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/dotenv": "8.2.3",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/27-scheduling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/dotenv": "8.2.3",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/28-sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/dotenv": "8.2.3",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/29-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/multer": "1.4.12",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/30-event-emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/33-graphql-mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down

0 comments on commit bbd9b93

Please sign in to comment.