diff --git a/data-modeling/delegated-types/package.json b/data-modeling/delegated-types/package.json index 4706669105b1..44a35ed03138 100644 --- a/data-modeling/delegated-types/package.json +++ b/data-modeling/delegated-types/package.json @@ -15,7 +15,7 @@ "prisma": "4.6.1", "ts-jest": "29.0.3", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "dependencies": { "@prisma/client": "4.6.1", diff --git a/databases/cockroachdb/package.json b/databases/cockroachdb/package.json index 64316ef03821..79375bff65f7 100644 --- a/databases/cockroachdb/package.json +++ b/databases/cockroachdb/package.json @@ -23,6 +23,6 @@ "ts-jest": "29.0.3", "ts-node": "10.9.1", "ts-node-dev": "2.0.0", - "typescript": "4.8.4" + "typescript": "4.9.3" } } diff --git a/databases/mongodb/package.json b/databases/mongodb/package.json index 621899332345..1ba65b5fe6f8 100644 --- a/databases/mongodb/package.json +++ b/databases/mongodb/package.json @@ -27,6 +27,6 @@ "prisma": "4.6.1", "ts-jest": "29.0.3", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" } } diff --git a/databases/sql-server/package.json b/databases/sql-server/package.json index 261fd57aa7a9..a05ecc91bbbb 100644 --- a/databases/sql-server/package.json +++ b/databases/sql-server/package.json @@ -21,6 +21,6 @@ "ts-jest": "29.0.3", "ts-node": "10.9.1", "ts-node-dev": "2.0.0", - "typescript": "4.8.4" + "typescript": "4.9.3" } } diff --git a/typescript/graphql-auth/package.json b/typescript/graphql-auth/package.json index b15fdcddb343..7b66eef76ced 100644 --- a/typescript/graphql-auth/package.json +++ b/typescript/graphql-auth/package.json @@ -33,7 +33,7 @@ "prisma": "4.6.1", "ts-node": "10.9.1", "ts-node-dev": "2.0.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-express-sdl-first/package.json b/typescript/graphql-express-sdl-first/package.json index 51de215429bf..b424b6721fbc 100644 --- a/typescript/graphql-express-sdl-first/package.json +++ b/typescript/graphql-express-sdl-first/package.json @@ -23,7 +23,7 @@ "prisma": "4.6.1", "ts-node": "10.9.1", "ts-node-dev": "2.0.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-express/package.json b/typescript/graphql-express/package.json index 5c48a32ca5e8..e7ed637ea090 100644 --- a/typescript/graphql-express/package.json +++ b/typescript/graphql-express/package.json @@ -29,7 +29,7 @@ "prisma": "4.6.1", "ts-node": "10.9.1", "ts-node-dev": "2.0.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-fastify-sdl-first/package.json b/typescript/graphql-fastify-sdl-first/package.json index a66d11da69b9..e4838a2e65e1 100644 --- a/typescript/graphql-fastify-sdl-first/package.json +++ b/typescript/graphql-fastify-sdl-first/package.json @@ -22,7 +22,7 @@ "prisma": "4.6.1", "ts-node": "10.9.1", "ts-node-dev": "2.0.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-fastify/package.json b/typescript/graphql-fastify/package.json index 0e740c2f3f53..7efc597bf6c1 100644 --- a/typescript/graphql-fastify/package.json +++ b/typescript/graphql-fastify/package.json @@ -18,7 +18,7 @@ "prisma": "4.6.1", "ts-node": "10.9.1", "ts-node-dev": "2.0.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-hapi-sdl-first/package.json b/typescript/graphql-hapi-sdl-first/package.json index 000c7ca5f6df..b260fef4984e 100644 --- a/typescript/graphql-hapi-sdl-first/package.json +++ b/typescript/graphql-hapi-sdl-first/package.json @@ -18,7 +18,7 @@ "@types/node": "18.11.9", "prisma": "4.6.1", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-hapi/package.json b/typescript/graphql-hapi/package.json index 4065ad83c794..0f44cb8c8713 100644 --- a/typescript/graphql-hapi/package.json +++ b/typescript/graphql-hapi/package.json @@ -26,7 +26,7 @@ "prisma": "4.6.1", "ts-node": "10.9.1", "ts-node-dev": "2.0.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-nestjs-sdl-first/package.json b/typescript/graphql-nestjs-sdl-first/package.json index d65a5f8dc693..b4d6cba8c78a 100644 --- a/typescript/graphql-nestjs-sdl-first/package.json +++ b/typescript/graphql-nestjs-sdl-first/package.json @@ -73,7 +73,7 @@ "ts-loader": "9.4.1", "ts-node": "10.9.1", "tsconfig-paths": "4.1.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-nestjs/package.json b/typescript/graphql-nestjs/package.json index 6f6b48a59769..3aa3586937a3 100644 --- a/typescript/graphql-nestjs/package.json +++ b/typescript/graphql-nestjs/package.json @@ -73,7 +73,7 @@ "ts-loader": "9.4.1", "ts-node": "10.9.1", "tsconfig-paths": "4.1.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-nextjs/package.json b/typescript/graphql-nextjs/package.json index fb03545f4583..692e1aa1d115 100644 --- a/typescript/graphql-nextjs/package.json +++ b/typescript/graphql-nextjs/package.json @@ -37,7 +37,7 @@ "@types/react": "18.0.25", "ts-node": "10.9.1", "prisma": "4.6.1", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-sdl-first/package.json b/typescript/graphql-sdl-first/package.json index bd0d5aaf33f3..ce22808e743a 100644 --- a/typescript/graphql-sdl-first/package.json +++ b/typescript/graphql-sdl-first/package.json @@ -21,7 +21,7 @@ "prisma": "4.6.1", "ts-node": "10.9.1", "ts-node-dev": "2.0.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-subscriptions/package.json b/typescript/graphql-subscriptions/package.json index 458e956dc55d..13559ffcde99 100644 --- a/typescript/graphql-subscriptions/package.json +++ b/typescript/graphql-subscriptions/package.json @@ -33,7 +33,7 @@ "prisma": "4.6.1", "ts-node": "10.9.1", "ts-node-dev": "2.0.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-typegraphql-crud/package.json b/typescript/graphql-typegraphql-crud/package.json index 0b2dc36f12be..23fcdda0a7be 100644 --- a/typescript/graphql-typegraphql-crud/package.json +++ b/typescript/graphql-typegraphql-crud/package.json @@ -23,7 +23,7 @@ "ts-node": "10.9.1", "ts-node-dev": "2.0.0", "typegraphql-prisma": "0.22.2", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql-typegraphql/package.json b/typescript/graphql-typegraphql/package.json index ce65a8200729..f2a74a0c4a98 100644 --- a/typescript/graphql-typegraphql/package.json +++ b/typescript/graphql-typegraphql/package.json @@ -19,7 +19,7 @@ "prisma": "4.6.1", "ts-node": "10.9.1", "ts-node-dev": "2.0.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/graphql/package.json b/typescript/graphql/package.json index abce3320b06e..358f8247ffc6 100644 --- a/typescript/graphql/package.json +++ b/typescript/graphql/package.json @@ -27,7 +27,7 @@ "prisma": "4.6.1", "ts-node": "10.9.1", "ts-node-dev": "2.0.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/grpc/package.json b/typescript/grpc/package.json index f7a03c842813..eb93f4dc91f5 100644 --- a/typescript/grpc/package.json +++ b/typescript/grpc/package.json @@ -22,7 +22,7 @@ "@types/node": "18.11.9", "prisma": "4.6.1", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/postgis-express/package.json b/typescript/postgis-express/package.json index 608315ce6425..0c2da0f96c8e 100644 --- a/typescript/postgis-express/package.json +++ b/typescript/postgis-express/package.json @@ -24,6 +24,6 @@ "supertest": "6.3.1", "ts-jest": "29.0.3", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" } } diff --git a/typescript/rest-express/package.json b/typescript/rest-express/package.json index 42be028b48be..9a5427369fc1 100644 --- a/typescript/rest-express/package.json +++ b/typescript/rest-express/package.json @@ -14,7 +14,7 @@ "@types/node": "18.11.9", "prisma": "4.6.1", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/rest-fastify/package.json b/typescript/rest-fastify/package.json index 5462740af6a5..346066d582b3 100644 --- a/typescript/rest-fastify/package.json +++ b/typescript/rest-fastify/package.json @@ -13,7 +13,7 @@ "@types/node": "18.11.9", "prisma": "4.6.1", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/rest-hapi/package.json b/typescript/rest-hapi/package.json index f932798d7556..9d858383c7a5 100644 --- a/typescript/rest-hapi/package.json +++ b/typescript/rest-hapi/package.json @@ -16,7 +16,7 @@ "@types/node": "18.11.9", "prisma": "4.6.1", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/rest-koa/package.json b/typescript/rest-koa/package.json index 6e2b5380755b..4e25b515e1d0 100644 --- a/typescript/rest-koa/package.json +++ b/typescript/rest-koa/package.json @@ -17,7 +17,7 @@ "@types/node": "18.11.9", "prisma": "4.6.1", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/rest-nestjs/package.json b/typescript/rest-nestjs/package.json index 57ec24eb9545..50edb428cc2f 100644 --- a/typescript/rest-nestjs/package.json +++ b/typescript/rest-nestjs/package.json @@ -67,7 +67,7 @@ "ts-loader": "9.4.1", "ts-node": "10.9.1", "tsconfig-paths": "4.1.0", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/rest-nextjs-api-routes-auth/package.json b/typescript/rest-nextjs-api-routes-auth/package.json index 3e4527eed19d..32a211609427 100644 --- a/typescript/rest-nextjs-api-routes-auth/package.json +++ b/typescript/rest-nextjs-api-routes-auth/package.json @@ -25,7 +25,7 @@ "@types/react": "18.0.25", "prisma": "4.6.1", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/rest-nextjs-api-routes/package.json b/typescript/rest-nextjs-api-routes/package.json index dd75d8316154..6856ff9517e5 100644 --- a/typescript/rest-nextjs-api-routes/package.json +++ b/typescript/rest-nextjs-api-routes/package.json @@ -23,7 +23,7 @@ "@types/react": "18.0.25", "prisma": "4.6.1", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/rest-nextjs-express/backend/package.json b/typescript/rest-nextjs-express/backend/package.json index 858d954aee2a..75c6f7c7d651 100644 --- a/typescript/rest-nextjs-express/backend/package.json +++ b/typescript/rest-nextjs-express/backend/package.json @@ -17,7 +17,7 @@ "@types/node": "18.11.9", "prisma": "4.6.1", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts" diff --git a/typescript/rest-nextjs-express/frontend/package.json b/typescript/rest-nextjs-express/frontend/package.json index 6c3f2c808ba9..00c4fd3abbd8 100644 --- a/typescript/rest-nextjs-express/frontend/package.json +++ b/typescript/rest-nextjs-express/frontend/package.json @@ -21,6 +21,6 @@ "@types/node": "18.11.9", "@types/react": "18.0.25", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" } } diff --git a/typescript/script/package.json b/typescript/script/package.json index fe684fd24a54..6b1dada8e509 100644 --- a/typescript/script/package.json +++ b/typescript/script/package.json @@ -11,6 +11,6 @@ "devDependencies": { "prisma": "4.6.1", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" } } \ No newline at end of file diff --git a/typescript/testing-express/package.json b/typescript/testing-express/package.json index 9bef2c320bb5..a12212c12aeb 100644 --- a/typescript/testing-express/package.json +++ b/typescript/testing-express/package.json @@ -28,7 +28,7 @@ "supertest": "6.3.1", "ts-jest": "29.0.3", "ts-node": "10.9.1", - "typescript": "4.8.4" + "typescript": "4.9.3" }, "prisma": { "seed": "ts-node prisma/seed.ts"