From 44f4291caf9dec6d0184d3fa5b4a5a606d3a72be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:13:38 +0200 Subject: [PATCH] chore(deps-dev): bump typescript from 5.4.3 to 5.4.4 (#1706) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.4. - [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.4.3...v5.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 697c7d5c..29c1c256 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "rollup-plugin-prettier": "4.1.1", "rollup-plugin-strip-banner": "3.1.0", "tmp": "0.2.3", - "typescript": "5.4.3" + "typescript": "5.4.4" }, "engines": { "node": ">=14.0.0"