From 914dffa1185aa63e65a907c0bf80fa05df68f8f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:39:12 +0000 Subject: [PATCH] Bump typescript from 5.1.5 to 5.7.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.1.5 to 5.7.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.1.5...v5.7.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 94d79a8..0affbdb 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "textlint-rule-preset-ja-spacing": "^2.3.0", "textlint-rule-preset-ja-technical-writing": "^12.0.2", "textlint-rule-spellcheck-tech-word": "^5.0.0", - "typescript": "5.1.5" + "typescript": "5.7.3" }, "devDependencies": { "@types/json-bigint": "^1.0.4", diff --git a/yarn.lock b/yarn.lock index 6150e53..b83321a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5862,10 +5862,10 @@ typedarray.prototype.slice@^1.0.5: typed-array-buffer "^1.0.3" typed-array-byte-offset "^1.0.4" -typescript@5.1.5: - version "5.1.5" - resolved "https://registry.npmjs.org/typescript/-/typescript-5.1.5.tgz" - integrity sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g== +typescript@5.7.3: + version "5.7.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e" + integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw== unbox-primitive@^1.0.2: version "1.0.2"