Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v22.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 2c839e8 commit 5c88f69
Show file tree
Hide file tree
Showing 48 changed files with 52 additions and 52 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.22.0",
"@faker-js/faker": "9.3.0",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"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.22.0",
"@prisma/extension-accelerate": "1.2.1",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"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.1.0",
"@types/accept-language-parser": "1.5.6",
"@types/lodash": "4.17.14",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "8.19.1",
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.14",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/prettyjson": "0.0.33",
"prettyjson": "1.2.5",
"prisma": "5.22.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.14",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"jest": "29.7.0",
"prisma": "5.22.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": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"supabase": "2.2.1",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion databases/prisma-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@prisma/client": "5.22.0",
"@prisma/extension-accelerate": "1.2.1",
"@prisma/extension-pulse": "1.2.0",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"dotenv": "16.4.7"
},
"devDependencies": {
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.3.0",
"@prisma/client": "5.22.0",
"@prisma/extension-optimize": "1.1.4",
"@types/node": "22.10.5"
"@types/node": "22.10.7"
},
"devDependencies": {
"prisma": "5.22.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.3.0",
"@prisma/client": "5.22.0",
"@prisma/extension-optimize": "1.1.4",
"@types/node": "22.10.5"
"@types/node": "22.10.7"
},
"devDependencies": {
"prisma": "5.22.0",
Expand Down
2 changes: 1 addition & 1 deletion optimize/optimize-repeated-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@faker-js/faker": "9.3.0",
"@prisma/client": "5.22.0",
"@prisma/extension-optimize": "1.1.4",
"@types/node": "22.10.5"
"@types/node": "22.10.7"
},
"devDependencies": {
"prisma": "5.22.0",
Expand Down
2 changes: 1 addition & 1 deletion optimize/optimize-select-returning-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@faker-js/faker": "9.3.0",
"@prisma/client": "5.22.0",
"@prisma/extension-optimize": "1.1.4",
"@types/node": "22.10.5"
"@types/node": "22.10.7"
},
"devDependencies": {
"prisma": "5.22.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.3.0",
"@prisma/client": "5.22.0",
"@prisma/extension-optimize": "1.1.4",
"@types/node": "22.10.5"
"@types/node": "22.10.7"
},
"devDependencies": {
"prisma": "5.22.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.1.4",
"@types/express": "5.0.0",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"tsx": "4.19.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion orm/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/express": "5.0.0",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion orm/fastify-graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"mercurius": "16.0.0"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion orm/fastify-graphql/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": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion orm/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fastify": "5.2.1"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion orm/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": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion orm/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": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql-yoga": "5.10.9"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion orm/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": "5.0.0",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/ws": "8.5.13",
"prisma": "5.22.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion orm/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": "22.10.5",
"@types/node": "22.10.7",
"@types/ws": "8.5.13",
"prisma": "5.22.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion orm/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": "22.10.5",
"@types/node": "22.10.7",
"@types/ws": "8.5.13",
"prisma": "5.22.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"graphql-yoga": "5.10.9"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion orm/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": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion orm/hapi-graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql-scalars": "1.24.0"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"typescript": "5.7.3"
Expand Down
4 changes: 2 additions & 2 deletions orm/hapi-graphql/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.12",
"@prisma/client": "5.22.0",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"graphql": "16.10.0",
"graphql-scalars": "1.24.0",
"nexus": "1.3.0"
},
"devDependencies": {
"@types/hapi__hapi": "21.0.0",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions orm/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"dependencies": {
"@hapi/hapi": "21.3.12",
"@prisma/client": "5.22.0",
"@types/node": "22.10.5"
"@types/node": "22.10.7"
},
"devDependencies": {
"@types/express": "5.0.0",
"@types/hapi__hapi": "21.0.0",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion orm/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": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"ts-node": "10.9.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion orm/nest-graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
Expand Down
2 changes: 1 addition & 1 deletion orm/nest-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
Expand Down
2 changes: 1 addition & 1 deletion orm/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@nestjs/testing": "10.4.15",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
Expand Down
2 changes: 1 addition & 1 deletion orm/nextjs-api-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"supports-color": "10.0.0"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"prisma": "5.22.0",
Expand Down
2 changes: 1 addition & 1 deletion orm/nextjs-graphql/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": "22.10.5",
"@types/node": "22.10.7",
"@types/react": "18.3.18",
"prisma": "5.22.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion orm/nextjs-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"prisma": "5.22.0",
Expand Down
4 changes: 2 additions & 2 deletions orm/postgis-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"dependencies": {
"@prisma/client": "5.22.0",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"express": "4.21.2"
},
"devDependencies": {
"@types/body-parser": "1.19.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"jest-environment-node": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion orm/script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@prisma/client": "5.22.0",
"@types/node": "22.10.5"
"@types/node": "22.10.7"
},
"devDependencies": {
"prisma": "5.22.0",
Expand Down
2 changes: 1 addition & 1 deletion orm/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "tsc --watch"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"nodemon": "3.1.9",
"prisma": "5.22.0",
"tsx": "4.19.2",
Expand Down
4 changes: 2 additions & 2 deletions orm/testing-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"@prisma/client": "5.22.0",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"express": "4.21.2",
"jest-config": "29.7.0"
},
"devDependencies": {
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"jest-environment-node": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion orm/typedsql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@prisma/client": "5.22.0"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"prisma": "5.22.0",
"tsx": "4.19.2"
}
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": "22.10.5",
"@types/node": "22.10.7",
"typescript": "5.7.3",
"prisma": "5.22.0",
"ts-node": "10.9.2"
Expand Down
Loading

0 comments on commit 5c88f69

Please sign in to comment.