diff --git a/package-lock.json b/package-lock.json index e2e2f834..f96621f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18455,7 +18455,9 @@ "optional": true }, "node_modules/typescript": { - "version": "5.5.2", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", + "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", "dev": true, "license": "Apache-2.0", "bin": { @@ -18894,7 +18896,7 @@ "routing-controllers": "^0.11.3", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.5.2" + "typescript": "^5.9.2" } }, "packages/appdev-common/node_modules/@biomejs/biome": { @@ -19094,7 +19096,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.4.5" + "typescript": "^5.9.2" }, "peerDependencies": { "@aws-sdk/client-cloudwatch-logs": ">=3.699.0 <4.0.0", @@ -19453,7 +19455,7 @@ "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "tsup": "^8.4.0", - "typescript": "^5.4.5" + "typescript": "^5.9.2" } }, "packages/business-events/node_modules/@biomejs/biome": { @@ -19777,7 +19779,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.5.2" + "typescript": "^5.9.2" } }, "packages/cvs-common/node_modules/@biomejs/biome": { @@ -19974,7 +19976,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.5.2" + "typescript": "^5.9.2" } }, "packages/database/node_modules/@biomejs/biome": { @@ -20171,7 +20173,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.3.3" + "typescript": "^5.9.2" } }, "packages/feature-flags/node_modules/@biomejs/biome": { @@ -20472,7 +20474,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.4.0", - "typescript": "^5.3.3" + "typescript": "^5.9.2" } }, "packages/openapi-schema-generator/node_modules/@biomejs/biome": { @@ -20667,7 +20669,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.4.0", - "typescript": "^5.3.3" + "typescript": "^5.9.2" } }, "packages/service-bundler/node_modules/@biomejs/biome": { diff --git a/packages/appdev-common/package.json b/packages/appdev-common/package.json index 96e3d5d2..dc65a529 100644 --- a/packages/appdev-common/package.json +++ b/packages/appdev-common/package.json @@ -43,7 +43,7 @@ "routing-controllers": "^0.11.3", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.5.2" + "typescript": "^5.9.2" }, "lint-staged": { "*.{js,ts,mjs,css,md,ts,json}": "npm run lint:fix -- --no-errors-on-unmatched" diff --git a/packages/aws-utils/package.json b/packages/aws-utils/package.json index 13876030..0f0d761a 100644 --- a/packages/aws-utils/package.json +++ b/packages/aws-utils/package.json @@ -95,7 +95,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.4.5" + "typescript": "^5.9.2" }, "lint-staged": { "*.{js,ts,mjs,css,md,ts,json}": "npm run lint:fix -- --no-errors-on-unmatched" diff --git a/packages/business-events/package.json b/packages/business-events/package.json index 7e49b62e..f80252ac 100644 --- a/packages/business-events/package.json +++ b/packages/business-events/package.json @@ -49,6 +49,6 @@ "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "tsup": "^8.4.0", - "typescript": "^5.4.5" + "typescript": "^5.9.2" } } diff --git a/packages/cvs-common/package.json b/packages/cvs-common/package.json index 9ed58213..02907f34 100644 --- a/packages/cvs-common/package.json +++ b/packages/cvs-common/package.json @@ -46,7 +46,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.5.2" + "typescript": "^5.9.2" }, "lint-staged": { "*.{js,ts,mjs,css,md,ts,json}": "npm run lint:fix -- --no-errors-on-unmatched" diff --git a/packages/database/package.json b/packages/database/package.json index dc9e4996..77fcea22 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -46,7 +46,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.5.2" + "typescript": "^5.9.2" }, "lint-staged": { "*.{js,ts,mjs,css,md,ts,json}": "npm run lint:fix -- --no-errors-on-unmatched" diff --git a/packages/feature-flags/package.json b/packages/feature-flags/package.json index 0b8b0e55..49f6992a 100644 --- a/packages/feature-flags/package.json +++ b/packages/feature-flags/package.json @@ -51,7 +51,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.3.3" + "typescript": "^5.9.2" }, "lint-staged": { "*.{js,ts,mjs,css,md,ts,json}": "npm run lint:fix -- --no-errors-on-unmatched" diff --git a/packages/openapi-schema-generator/package.json b/packages/openapi-schema-generator/package.json index 0a23b4f0..f96f39d7 100644 --- a/packages/openapi-schema-generator/package.json +++ b/packages/openapi-schema-generator/package.json @@ -43,7 +43,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.4.0", - "typescript": "^5.3.3" + "typescript": "^5.9.2" }, "lint-staged": { "*.{js,ts,mjs,css,md,ts,json}": "npm run lint:fix -- --no-errors-on-unmatched" diff --git a/packages/service-bundler/package.json b/packages/service-bundler/package.json index 276ea359..18ea2810 100644 --- a/packages/service-bundler/package.json +++ b/packages/service-bundler/package.json @@ -36,7 +36,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.4.0", - "typescript": "^5.3.3" + "typescript": "^5.9.2" }, "lint-staged": { "*.{js,ts,mjs,css,md,ts,json}": "npm run lint:fix -- --no-errors-on-unmatched"