From 9c704818dd7a3056d6a9e37ccb83723d2710c523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jan 2022 18:19:20 +0100 Subject: [PATCH] chore(deps-dev): bump typescript from 4.5.4 to 4.5.5 (#1013) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.4...v4.5.5) --- 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 d4d3d640..17af6fdb 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "rollup-plugin-prettier": "2.2.2", "rollup-plugin-strip-banner": "2.0.0", "tmp": "0.2.1", - "typescript": "4.5.4" + "typescript": "4.5.5" }, "engines": { "node": ">=10.0.0"