From 2de5db0cb580081e5e3f442ef96b0f8c8db8f8a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:59:25 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.8.4 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.8.4 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/v4.8.4...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... 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 8191dbd..b9e4b8c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "stdout-stderr": "^0.1.13", "ts-node": "^10.9.1", "tslint": "^6.1.3", - "typescript": "^4.8.4" + "typescript": "^5.6.3" }, "engines": { "node": ">= 16.20.0" diff --git a/yarn.lock b/yarn.lock index 3d35eeb..713a511 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5253,10 +5253,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.8.4: - version "4.8.4" - resolved "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz" - integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== +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"