From 9893d1884e8f1125e8a3caed3d32b86d1c0c857f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 00:21:54 +0800 Subject: [PATCH] chore(deps-dev): bump typescript from 4.9.5 to 5.2.2 (#115) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- 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> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9fc852..56b070f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-config-hexo": "^5.0.0", "mocha": "^10.0.0", "ts-node": "^10.9.1", - "typescript": "^4.8.4" + "typescript": "^5.2.2" }, "engines": { "node": ">=14"