From 1dd4118af01314df42d71693753fa8bde0cc0b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 15:42:59 +0000 Subject: [PATCH] Bump typescript from 5.6.3 to 5.7.3 in /resources Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 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.6.3...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- resources/package.json | 2 +- resources/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/package.json b/resources/package.json index 1ef75b7..575e187 100644 --- a/resources/package.json +++ b/resources/package.json @@ -23,7 +23,7 @@ "react-git-info": "^2.0.0", "react-intersection-observer": "^9.13.1", "react-scripts": "5.0.1", - "typescript": "^5.6.2", + "typescript": "^5.7.3", "web-vitals": "^4.2.3" }, "devDependencies": { diff --git a/resources/yarn.lock b/resources/yarn.lock index 1b5f92b..53f0f54 100644 --- a/resources/yarn.lock +++ b/resources/yarn.lock @@ -9126,10 +9126,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^5.6.2: - version "5.6.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" - integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== +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== ua-parser-js@^1.0.33: version "1.0.39"