From f7262f96633d07d77a51cb2562a2af5d0a9db6f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:45:37 +0100 Subject: [PATCH] chore(deps-dev): bump typescript from 5.2.2 to 5.3.3 (#1248) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3. - [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.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c9ec79b48..99789c74f 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "turbo": "^1.12.2", "typedoc": "^0.25.0", "typedoc-plugin-extras": "^3.0.0", - "typescript": "^5.2.2" + "typescript": "^5.3.3" } } diff --git a/yarn.lock b/yarn.lock index 8370086f4..1bd6d781a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10462,10 +10462,10 @@ typedoc@^0.25.0: minimatch "^9.0.3" shiki "^0.14.1" -typescript@^5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" - integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== +typescript@^5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" + integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== uc.micro@^1.0.1, uc.micro@^1.0.5: version "1.0.6"