From 2bd06dbcf27b478a10cde868f58de93b0f3aa589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:04:30 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.1.3) --- 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 dffd490..38bef05 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "query-string": "^7.0.1", "stdout-stderr": "^0.1.9", "tsd-jsdoc": "^2.4.0", - "typescript": "^4.7.3" + "typescript": "^5.1.3" }, "scripts": { "e2e": "jest --config e2e/jest.config.js",