From 12455488f5fa70ab46f50db943ed93937a8b1bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 16:03:28 +0000 Subject: [PATCH] npm(deps-dev): bump typescript from 4.9.5 to 5.0.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9dbb4a5..d1b6b6f 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "ts-jest": "^29.0.3", "typedoc": "^0.23.22", "typedoc-plugin-markdown": "^3.14.0", - "typescript": "^4.9.4" + "typescript": "^5.0.4" }, "bin": "bin/codeboost.js", "engines": {