From d108c500803784f8d3298f5c318b194adc4cf86c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 12:13:10 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in /apps/maxmsp-test Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/maxmsp-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/maxmsp-test/package.json b/apps/maxmsp-test/package.json index 3b8dbcb..a5608fc 100644 --- a/apps/maxmsp-test/package.json +++ b/apps/maxmsp-test/package.json @@ -16,6 +16,6 @@ "@my-username/my-library": "workspace:*", "@aptrn/maxmsp-ts": "^0.0.1", "@types/maxmsp": "^1.0.13", - "typescript": "^5.6.2" + "typescript": "^5.9.3" } }