From bf0ed5bff9e58dafe0f6e7b1d4f0c1b573325d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:24:20 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.2.2 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.2.2 to 5.6.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.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5bca3b327f6..f120f8d877d 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "prettier": "^3.0.2", "ts-node": "^10.9.2", "tsx": "^4.16.0", - "typescript": "5.2.2", + "typescript": "5.6.3", "watch": "^1.0.2", "webpack": "^5.88.1" }, diff --git a/yarn.lock b/yarn.lock index 9f8aa9f610c..c2b6f8fd050 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8095,10 +8095,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -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.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== unbox-primitive@^1.0.2: version "1.0.2"