From 2d9f355bb0d821d86a4734bf7910ebc4889f9259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 10:17:49 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.9.5 to 5.8.3 in /infra Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 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/v4.9.5...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- infra/package-lock.json | 17 +++++++++-------- infra/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/infra/package-lock.json b/infra/package-lock.json index 32db4e3..77a809d 100644 --- a/infra/package-lock.json +++ b/infra/package-lock.json @@ -24,7 +24,7 @@ "jest": "^27.5.1", "ts-jest": "^27.1.4", "ts-node": "^10.9.2", - "typescript": "~4.9.5" + "typescript": "~5.8.3" } }, "node_modules/@aws-cdk/asset-awscli-v1": { @@ -4829,16 +4829,17 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "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": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/undici-types": { @@ -8724,9 +8725,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "dev": true }, "undici-types": { diff --git a/infra/package.json b/infra/package.json index 3b3c7ed..16ee8fb 100644 --- a/infra/package.json +++ b/infra/package.json @@ -16,7 +16,7 @@ "jest": "^27.5.1", "ts-jest": "^27.1.4", "ts-node": "^10.9.2", - "typescript": "~4.9.5" + "typescript": "~5.8.3" }, "dependencies": { "@aws-cdk/lambda-layer-kubectl-v30": "^2.0.4",