From 687695ae480c414b2137fd421e4602f7668bbd3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 19:34:25 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 6.0.3 to 7.0.2 in /deploy/pulumi Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- deploy/pulumi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/pulumi/package.json b/deploy/pulumi/package.json index 7fc875fdc..c16aa82a0 100644 --- a/deploy/pulumi/package.json +++ b/deploy/pulumi/package.json @@ -15,6 +15,6 @@ "@pulumi/random": "^4.19.2" }, "devDependencies": { - "typescript": "^6.0.3" + "typescript": "^7.0.2" } }