From 4b5766238d1fc5367e5177fed8b3b22aed6f7603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 18:39:09 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.5.2 to 5.8.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.2 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.2...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++--------- packages/appdev-common/package.json | 2 +- packages/aws-utils/package.json | 2 +- packages/business-events/package.json | 2 +- packages/cvs-common/package.json | 2 +- packages/database/package.json | 2 +- packages/feature-flags/package.json | 2 +- .../openapi-schema-generator/package.json | 2 +- packages/service-bundler/package.json | 2 +- 9 files changed, 19 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fc41d2d..a6c23043 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17135,7 +17135,9 @@ "optional": true }, "node_modules/typescript": { - "version": "5.5.2", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "dev": true, "license": "Apache-2.0", "bin": { @@ -17581,7 +17583,7 @@ "routing-controllers": "^0.11.2", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.5.2" + "typescript": "^5.8.3" } }, "packages/appdev-common/node_modules/@biomejs/biome": { @@ -17796,7 +17798,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.4.5" + "typescript": "^5.8.3" }, "peerDependencies": { "@aws-sdk/client-cloudwatch-logs": ">=3.699.0 <4.0.0", @@ -18166,7 +18168,7 @@ "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "tsup": "^8.4.0", - "typescript": "^5.4.5" + "typescript": "^5.8.3" } }, "packages/business-events/node_modules/@biomejs/biome": { @@ -18505,7 +18507,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.5.2" + "typescript": "^5.8.3" } }, "packages/cvs-common/node_modules/@biomejs/biome": { @@ -18717,7 +18719,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.5.2" + "typescript": "^5.8.3" } }, "packages/database/node_modules/@biomejs/biome": { @@ -18929,7 +18931,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.3.3" + "typescript": "^5.8.3" } }, "packages/feature-flags/node_modules/@biomejs/biome": { @@ -19242,7 +19244,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.4.0", - "typescript": "^5.3.3" + "typescript": "^5.8.3" } }, "packages/openapi-schema-generator/node_modules/@biomejs/biome": { @@ -19452,7 +19454,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.4.0", - "typescript": "^5.3.3" + "typescript": "^5.8.3" } }, "packages/service-bundler/node_modules/@biomejs/biome": { diff --git a/packages/appdev-common/package.json b/packages/appdev-common/package.json index e9048937..69852a1d 100644 --- a/packages/appdev-common/package.json +++ b/packages/appdev-common/package.json @@ -42,7 +42,7 @@ "routing-controllers": "^0.11.2", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.5.2" + "typescript": "^5.8.3" }, "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 bc5bb01c..999ea896 100644 --- a/packages/aws-utils/package.json +++ b/packages/aws-utils/package.json @@ -91,7 +91,7 @@ "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.4.5" + "typescript": "^5.8.3" }, "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 bc818207..9b92c716 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.8.3" } } diff --git a/packages/cvs-common/package.json b/packages/cvs-common/package.json index 41bf5f1f..5122301f 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.8.3" }, "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 6cce6810..d932296d 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.8.3" }, "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 611d68fe..9903ce16 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.8.3" }, "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 ee262387..81df8813 100644 --- a/packages/openapi-schema-generator/package.json +++ b/packages/openapi-schema-generator/package.json @@ -42,7 +42,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.4.0", - "typescript": "^5.3.3" + "typescript": "^5.8.3" }, "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 8600e43c..c44f7215 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.8.3" }, "lint-staged": { "*.{js,ts,mjs,css,md,ts,json}": "npm run lint:fix -- --no-errors-on-unmatched"