From 55180d2adf40e4fd573c063a442bf472c037b988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:52:27 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.9.3 to 7.0.2 in /packages/saa-js Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.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] --- packages/saa-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/saa-js/package.json b/packages/saa-js/package.json index 6f82614..891391f 100644 --- a/packages/saa-js/package.json +++ b/packages/saa-js/package.json @@ -57,6 +57,6 @@ "bugs": { "url": "https://github.com/attenlabs/saa-sdk/issues" }, "changelog": "https://github.com/attenlabs/saa-sdk/blob/main/CHANGELOG.md", "devDependencies": { - "typescript": "^5.4.0" + "typescript": "^7.0.2" } }