From a9953423de6c6439644e52e943891277f0a700dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:02:49 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a496c3d4337..547a6f4e412 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "sinon": "17.0.1", "stream-browserify": "3.0.0", "tsd": "0.29.0", - "typescript": "5.3.2", + "typescript": "5.3.3", "uuid": "9.0.1", "webpack": "5.89.0" },