From 92ecee4466f6101faa62ab859b170fed62f0acb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 06:11:07 +0000 Subject: Bump typescript from 4.5.2 to 4.5.4 (#162) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 to 4.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.2...v4.5.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(-) (limited to 'package.json') diff --git a/package.json b/package.json index 23c8e35..e4906c3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dotenv": "^11.0.0", "mocha": "^9.1.3", "ts-node": "^10.4.0", - "typescript": "^4.5.2" + "typescript": "^4.5.4" }, "type": "module" } -- cgit