From 46326f52e253f37caf0fd8b58974da6f97426fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 17:44:45 +0200 Subject: [PATCH] chore(deps-dev): bump typescript from 4.2.4 to 4.4.4 (#7690) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.4.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Scheffler --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3356aff9f5..cb628553733 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "standard-version": "9.3.1", "text-diff": "1.0.1", "ts-node": "9.1.1", - "typescript": "4.2.4" + "typescript": "4.4.4" }, "husky": { "hooks": {