From 77a03eda62532a9b22804425839ca5ed025ac25d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:43:16 +0000 Subject: [PATCH] Bump typescript from 5.3.2 to 5.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8df00085..e17ebd93 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "postcss-reporter": "7.0.5", "postcss-url": "10.1.3", "tailwindcss": "3.3.6", - "typescript": "5.3.2", + "typescript": "5.3.3", "typescript-esbuild": "0.3.2", "zod": "3.22.4" },