From 43791c1a47ca325d753384dab42f073d7b1a3241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 17:43:33 +0000 Subject: [PATCH] build(deps): bump typescript from 5.4.3 to 5.7.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.3 to 5.7.2. - [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.7.2) --- 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 ea2771b9c..4a7449bf4 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.7.2", "whatwg-fetch": "^3.6.20" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 8c6540a68..80772f75d 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.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== uglify-js@^3.1.4: version "3.16.1"