From 82344d547c2fcb7ab62e823bd0a37df9c8fd6a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:49:49 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.9.5 to 5.1.6 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ccc988..5121a0d 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.9.5" + "typescript": "^5.1.6" }, "scripts": { "e2e": "jest --config e2e/jest.config.js",