From 5a5e10d54bcbf07b03b0acea2710d4473599656b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 23:36:41 +0000 Subject: [PATCH] build(deps-dev): bump typescript Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.6.3. - [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/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/cloudflare-workers-with-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cloudflare-workers-with-typescript/package.json b/examples/cloudflare-workers-with-typescript/package.json index 542376e2..dc884a39 100644 --- a/examples/cloudflare-workers-with-typescript/package.json +++ b/examples/cloudflare-workers-with-typescript/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "devDependencies": { "@cloudflare/workers-types": "^4.20221111.1", - "typescript": "^4.8.4", + "typescript": "^5.6.3", "wrangler": "^2.4.4" }, "private": true,