From a405ed0db3664403dd75916d5b19a431cabd9e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:53:17 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.3.3 to 5.6.3 in /web Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.3 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/compare/v5.3.3...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 54b70a2d79a..0a551d3eb8b 100644 --- a/web/package.json +++ b/web/package.json @@ -85,6 +85,6 @@ "@types/zxcvbn": "^4.4.4", "prettier": "^3.2.5", "tailwind-config-custom": "*", - "typescript": "5.3.3" + "typescript": "5.6.3" } }