From 07cb075b991da66a23ba023c33e527109285e56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 14:19:45 +0800 Subject: [PATCH] Bump typescript from 4.9.5 to 5.1.6 (#47) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.1.6) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shazron Abdullah <36107+shazron@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa6dbed..992d577 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "querystring": "^0.2.0", "stdout-stderr": "^0.1.13", "tsd-jsdoc": "^2.4.0", - "typescript": "^4.9.5" + "typescript": "^5.1.6" }, "engines": { "node": "^14.18 || ^16.13 || >=18"