From 8bb4410f65445f0a728257f7f531e91766d3af53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:16:14 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in /infrastructure/pulumi Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../pulumi/bootstrap-state/package.json | 2 +- infrastructure/pulumi/live/package.json | 2 +- infrastructure/pulumi/package-lock.json | 85 +++++++------------ 3 files changed, 32 insertions(+), 57 deletions(-) diff --git a/infrastructure/pulumi/bootstrap-state/package.json b/infrastructure/pulumi/bootstrap-state/package.json index c2c5cb5..17b1319 100644 --- a/infrastructure/pulumi/bootstrap-state/package.json +++ b/infrastructure/pulumi/bootstrap-state/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "@types/node": "^22.13.10", - "typescript": "^5.8.2" + "typescript": "^6.0.3" } } diff --git a/infrastructure/pulumi/live/package.json b/infrastructure/pulumi/live/package.json index 711c6d7..b917db9 100644 --- a/infrastructure/pulumi/live/package.json +++ b/infrastructure/pulumi/live/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@types/node": "^22.13.10", - "typescript": "^5.8.2", + "typescript": "^6.0.3", "vitest": "^3.0.9" } } diff --git a/infrastructure/pulumi/package-lock.json b/infrastructure/pulumi/package-lock.json index 713dd7d..e7faa67 100644 --- a/infrastructure/pulumi/package-lock.json +++ b/infrastructure/pulumi/package-lock.json @@ -22,7 +22,21 @@ }, "devDependencies": { "@types/node": "^22.13.10", - "typescript": "^5.8.2" + "typescript": "^6.0.3" + } + }, + "bootstrap-state/node_modules/typescript": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" } }, "live": { @@ -36,10 +50,24 @@ }, "devDependencies": { "@types/node": "^22.13.10", - "typescript": "^5.8.2", + "typescript": "^6.0.3", "vitest": "^3.0.9" } }, + "live/node_modules/typescript": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "node_modules/@esbuild/aix-ppc64": { "version": "0.27.3", "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz", @@ -1584,9 +1612,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1601,9 +1626,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1618,9 +1640,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1635,9 +1654,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1652,9 +1668,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1669,9 +1682,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1686,9 +1696,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1703,9 +1710,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1720,9 +1724,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1737,9 +1738,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1754,9 +1752,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1771,9 +1766,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1788,9 +1780,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4515,20 +4504,6 @@ "node": "^20.17.0 || >=22.9.0" } }, - "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", - "devOptional": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/undici-types": { "version": "6.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",