Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.16.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 17, 2024
1 parent 3f45733 commit 506f9de
Show file tree
Hide file tree
Showing 46 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion accelerate/accelerate-hacker-news/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"prisma": "5.21.0",
"@faker-js/faker": "9.0.3",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion accelerate/nextjs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@prisma/client": "5.21.0",
"@prisma/extension-accelerate": "1.2.1",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion accelerate/remix-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testing-library/react": "16.0.1",
"@types/accept-language-parser": "1.5.6",
"@types/lodash": "4.17.10",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.9.0",
Expand Down
2 changes: 1 addition & 1 deletion data-modeling/delegated-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/uuid": "10.0.0",
"jest": "29.7.0",
"prisma": "5.21.0",
Expand Down
2 changes: 1 addition & 1 deletion databases/cockroachdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/prettyjson": "0.0.33",
"prettyjson": "1.2.5",
"prisma": "5.21.0",
Expand Down
2 changes: 1 addition & 1 deletion databases/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"jest": "29.7.0",
"prisma": "5.21.0",
"ts-jest": "29.2.5",
Expand Down
2 changes: 1 addition & 1 deletion databases/postgresql-supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"supabase": "1.204.3",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion optimize/optimize-excessive-rows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@faker-js/faker": "9.0.3",
"@prisma/client": "5.21.0",
"@prisma/extension-optimize": "1.0.1",
"@types/node": "20.16.11"
"@types/node": "20.16.12"
},
"devDependencies": {
"prisma": "5.21.0",
Expand Down
2 changes: 1 addition & 1 deletion optimize/optimize-full-table-scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@faker-js/faker": "9.0.3",
"@prisma/client": "5.21.0",
"@prisma/extension-optimize": "1.0.1",
"@types/node": "20.16.11"
"@types/node": "20.16.12"
},
"devDependencies": {
"prisma": "5.21.0",
Expand Down
2 changes: 1 addition & 1 deletion optimize/optimize-unindexed-column/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@faker-js/faker": "9.0.3",
"@prisma/client": "5.21.0",
"@prisma/extension-optimize": "1.0.1",
"@types/node": "20.16.11"
"@types/node": "20.16.12"
},
"devDependencies": {
"prisma": "5.21.0",
Expand Down
2 changes: 1 addition & 1 deletion optimize/starter/packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@prisma/extension-optimize": "1.0.1",
"@types/express": "4.17.21",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"tsx": "4.19.1",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion pulse/data-sync-with-bigquery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@google-cloud/bigquery": "7.9.1",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"typescript": "5.6.3",
"prisma": "5.21.0",
"ts-node": "10.9.2"
Expand Down
2 changes: 1 addition & 1 deletion pulse/email-with-resend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@prisma/client": "5.21.0",
"@prisma/extension-pulse": "1.2.0",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"dotenv": "16.4.5",
"resend": "4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion pulse/fullstack-leaderboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"socket.io-client": "4.8.0"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion pulse/fullstack-simple-chat/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"socket.io-client": "4.8.0"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion pulse/fullstack-simple-chat/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion pulse/product-search-with-typesense/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/react-instantsearch-dom": "6.12.8",
Expand Down
2 changes: 1 addition & 1 deletion pulse/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@prisma/client": "5.21.0",
"@prisma/extension-pulse": "1.2.0",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"dotenv": "16.4.5",
"prisma": "5.21.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/bcryptjs": "2.4.6",
"@types/jsonwebtoken": "9.0.7",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-fastify-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"mercurius": "14.1.0"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"nexus": "1.3.0"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-hapi-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql-scalars": "1.23.0"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions typescript/graphql-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@as-integrations/hapi": "2.0.1",
"@hapi/hapi": "21.3.10",
"@prisma/client": "5.21.0",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"nexus": "1.3.0"
},
"devDependencies": {
"@types/hapi__hapi": "21.0.0",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nestjs-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@nestjs/testing": "10.4.4",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@nestjs/testing": "10.4.4",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/graphql": "14.5.0",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"prisma": "5.21.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"nexus": "1.3.0"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql-yoga": "5.7.0"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/body-parser": "1.19.5",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/ws": "8.5.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-typegraphql-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type-graphql": "2.0.0-rc.2"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/ws": "8.5.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type-graphql": "2.0.0-rc.2"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/ws": "8.5.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"graphql-yoga": "5.7.0"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"protobufjs": "7.4.0"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions typescript/postgis-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"dependencies": {
"@prisma/client": "5.21.0",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"express": "4.21.1"
},
"devDependencies": {
"@types/body-parser": "1.19.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"jest-environment-node": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/rest-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion typescript/rest-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fastify": "4.28.1"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions typescript/rest-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"dependencies": {
"@hapi/hapi": "21.3.10",
"@prisma/client": "5.21.0",
"@types/node": "20.16.11"
"@types/node": "20.16.12"
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/hapi__hapi": "21.0.0",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion typescript/rest-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@types/koa": "2.15.0",
"@types/koa__router": "12.0.4",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"prisma": "5.21.0",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion typescript/rest-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@nestjs/testing": "10.4.4",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/rest-nextjs-api-routes-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/next-auth": "3.15.0",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"prisma": "5.21.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion typescript/rest-nextjs-api-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"supports-color": "9.4.0"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"prisma": "5.21.0",
Expand Down
Loading

0 comments on commit 506f9de

Please sign in to comment.