From 6cdbc8d097e553e8910037c7f5f5ef65ef27943b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:41:38 +0000 Subject: [PATCH] chore(deps-dev): Bump typescript from 5.0.4 to 5.1.6 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.6) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d007ac1..cc0de02 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "test262": "git+https://github.com/tc39/test262.git", "test262-stream": "^1.4.0", "ts-node": "^10.9.1", - "typescript": "~5.0.2" + "typescript": "~5.1.6" }, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0"