From aa00831d55e437cb86a37cd094b8162708bd611a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:02:07 +0000 Subject: [PATCH] build(deps): bump typescript from 5.4.3 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.3 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.4.3...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production 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 191cfc200..e1267c613 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "react-markdown": "^8.0.7", "rxjs": "7.8", "string.prototype.includes": "^2.0.0", - "typescript": "^5.4.3", + "typescript": "^5.6.3", "whatwg-fetch": "^3.6.20" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index bf7faeea3..e18564504 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11751,10 +11751,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@^5.4.3: - version "5.4.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" - integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== +typescript@^5.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== uglify-js@^3.1.4: version "3.16.1"