Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent f53d138 commit 6474afa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.11",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "22.10.0",
"@types/node": "20.17.9",
"@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.11",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "22.10.0",
"@types/node": "20.17.9",
"@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.11",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "22.10.0",
"@types/node": "20.17.9",
"@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.11",
"@types/cache-manager": "^4.0.2",
"@types/express": "4.17.21",
"@types/node": "22.10.0",
"@types/node": "20.17.9",
"@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/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.12",
"@types/node": "22.10.0",
"@types/node": "20.17.9",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.2.5",
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.11",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "22.10.0",
"@types/node": "20.17.9",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down

0 comments on commit 6474afa

Please sign in to comment.