From 68658d960c0adb77a5a6f0c7f2ecf86f1c05e6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:03:18 +0100 Subject: [PATCH] chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#822) * chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * upgrade ts --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trevor Manz Co-authored-by: ilan-gold --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d7cfb236..401a8c33 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "tape": "^5.5.3", "tape-catch": "^1.0.6", "tape-run": "^11.0.0", - "typescript": "^5.5.4", + "typescript": "^5.6.2", "unbuild": "^2.0.0", "vite": "^5.3.2" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 89042eab..f61fd334 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,7 +117,7 @@ importers: specifier: ^11.0.0 version: 11.0.0 typescript: - specifier: ^5.5.4 + specifier: ^5.6.2 version: 5.6.2 unbuild: specifier: ^2.0.0