diff --git a/federation-v1/gateways/apollo-server/package.json b/federation-v1/gateways/apollo-server/package.json index 74b2bd2cf..da349cd8f 100644 --- a/federation-v1/gateways/apollo-server/package.json +++ b/federation-v1/gateways/apollo-server/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "tsx": "4.7.1", - "typescript": "5.4.3", + "typescript": "5.5.2", "graphql": "16.8.1", "@apollo/server": "4.10.2", "@apollo/gateway": "2.7.2", diff --git a/federation-v1/gateways/apollo-server/yarn.lock b/federation-v1/gateways/apollo-server/yarn.lock index ca367b5c9..18257adc4 100644 --- a/federation-v1/gateways/apollo-server/yarn.lock +++ b/federation-v1/gateways/apollo-server/yarn.lock @@ -1998,10 +1998,10 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@5.4.3: - version "5.4.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" - integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== +typescript@5.5.2: + version "5.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" + integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== undici-types@~5.26.4: version "5.26.5" diff --git a/federation-v1/gateways/mercurius/package.json b/federation-v1/gateways/mercurius/package.json index c1b6e430c..687fc8cde 100644 --- a/federation-v1/gateways/mercurius/package.json +++ b/federation-v1/gateways/mercurius/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "tsx": "4.7.1", - "typescript": "5.4.3", + "typescript": "5.5.2", "graphql": "16.8.1", "fastify": "4.26.2", "@mercuriusjs/gateway": "3.0.0" diff --git a/federation-v1/gateways/mercurius/yarn.lock b/federation-v1/gateways/mercurius/yarn.lock index e58d37b5e..21a753ffc 100644 --- a/federation-v1/gateways/mercurius/yarn.lock +++ b/federation-v1/gateways/mercurius/yarn.lock @@ -1110,10 +1110,10 @@ tsx@4.7.1: optionalDependencies: fsevents "~2.3.3" -typescript@5.4.3: - version "5.4.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" - integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== +typescript@5.5.2: + version "5.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" + integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== undici@5.28.3: version "5.28.3" diff --git a/federation-v1/gateways/wundergraph/package.json b/federation-v1/gateways/wundergraph/package.json index e49177143..6a4e360f7 100644 --- a/federation-v1/gateways/wundergraph/package.json +++ b/federation-v1/gateways/wundergraph/package.json @@ -14,6 +14,6 @@ }, "devDependencies": { "@types/node": "^20.4.1", - "typescript": "5.4.3" + "typescript": "5.5.2" } } diff --git a/federation-v1/gateways/wundergraph/yarn.lock b/federation-v1/gateways/wundergraph/yarn.lock index a5b1e2bdf..e0c1fb64b 100644 --- a/federation-v1/gateways/wundergraph/yarn.lock +++ b/federation-v1/gateways/wundergraph/yarn.lock @@ -3179,10 +3179,10 @@ typescript-json-schema@^0.55.0: typescript "~4.8.2" yargs "^17.1.1" -typescript@5.4.3: - version "5.4.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" - integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== +typescript@5.5.2: + version "5.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" + integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== typescript@~4.8.2: version "4.8.4" diff --git a/federation-v1/scenarios/constant-vus-over-time/package.json b/federation-v1/scenarios/constant-vus-over-time/package.json index d4f8f28b2..15a152e27 100644 --- a/federation-v1/scenarios/constant-vus-over-time/package.json +++ b/federation-v1/scenarios/constant-vus-over-time/package.json @@ -9,7 +9,7 @@ "vega-lite": "5.17.0", "tablemark": "3.0.0", "tsx": "4.7.1", - "typescript": "5.4.3", + "typescript": "5.5.2", "graphql": "16.8.1" }, "devDependencies": { diff --git a/federation-v1/scenarios/constant-vus-over-time/yarn.lock b/federation-v1/scenarios/constant-vus-over-time/yarn.lock index 3a76521b4..935175113 100644 --- a/federation-v1/scenarios/constant-vus-over-time/yarn.lock +++ b/federation-v1/scenarios/constant-vus-over-time/yarn.lock @@ -514,10 +514,10 @@ tsx@4.7.1: optionalDependencies: fsevents "~2.3.3" -typescript@5.4.3: - version "5.4.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" - integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== +typescript@5.5.2: + version "5.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" + integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== undici-types@~5.26.4: version "5.26.5" diff --git a/federation-v1/scenarios/package.json b/federation-v1/scenarios/package.json index be9e648a0..de1c4cce0 100644 --- a/federation-v1/scenarios/package.json +++ b/federation-v1/scenarios/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "tsx": "4.7.1", - "typescript": "5.4.3", + "typescript": "5.5.2", "graphql": "16.8.1", "@apollo/composition": "2.7.2" }, diff --git a/federation-v1/scenarios/ramping-vus/package.json b/federation-v1/scenarios/ramping-vus/package.json index ec94670b3..b1f69d1ca 100644 --- a/federation-v1/scenarios/ramping-vus/package.json +++ b/federation-v1/scenarios/ramping-vus/package.json @@ -9,7 +9,7 @@ "vega-lite": "5.17.0", "tablemark": "3.0.0", "tsx": "4.7.1", - "typescript": "5.4.3", + "typescript": "5.5.2", "graphql": "16.8.1" }, "devDependencies": { diff --git a/federation-v1/scenarios/yarn.lock b/federation-v1/scenarios/yarn.lock index 96e35abab..754591de0 100644 --- a/federation-v1/scenarios/yarn.lock +++ b/federation-v1/scenarios/yarn.lock @@ -631,10 +631,10 @@ tsx@4.7.1: optionalDependencies: fsevents "~2.3.3" -typescript@5.4.3: - version "5.4.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" - integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== +typescript@5.5.2: + version "5.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" + integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== undici-types@~5.26.4: version "5.26.5"