From add378ef1176faa6ad6c428a2d87f4ea82853fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:50:16 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.2.2 to 5.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.3) --- 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 f7c67fa8..7553056c 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "ts-node": "10.9.2", "typedoc": "^0.25.0", "typedoc-plugin-markdown": "^3.16.0", - "typescript": "5.2.2" + "typescript": "5.3.3" }, "resolutions": { "bn.js": "4.12.0"