From dbc67f0b1f97a87a884b2909fed8140b9b2c14f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:30:55 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in /apps/snapshot-publisher Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.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] --- apps/snapshot-publisher/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/snapshot-publisher/package.json b/apps/snapshot-publisher/package.json index 807a036..853fbc6 100644 --- a/apps/snapshot-publisher/package.json +++ b/apps/snapshot-publisher/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@types/node": "^24.0.0", - "typescript": "^5.9.3" + "typescript": "^6.0.3" }, "engines": { "node": ">=24"