From e00f996e8d1de26a0503d46787bcdea113686ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 08:08:35 +0000 Subject: [PATCH] Bump typescript from 4.7.4 to 4.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ce30aa..051952b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "svelte2tsx": "^0.5.9", "tailwindcss": "^3.0.23", "tslib": "^2.3.1", - "typescript": "~4.7.2", + "typescript": "~4.9.5", "vite-plugin-sveld": "^1.0.3" }, "type": "module",