From 63c1b1fac18e0222d801d1b94a1dddcd296cc87c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:38:07 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.4.5 to 5.5.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.4) --- 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 044fa2e5..bd51918b 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "ts-node": "10.9.2", "typedoc": "^0.25.0", "typedoc-plugin-markdown": "^3.16.0", - "typescript": "5.4.5" + "typescript": "5.5.4" }, "resolutions": { "bn.js": "4.12.0"