From a3b163cce46fac471662e650fc2ee1a115cd1213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 18:16:18 +0000 Subject: [PATCH] Bump typescript from 4.7.4 to 5.8.2 in /client Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.7.4 to 5.8.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/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 294e1ea..e4397cf 100644 --- a/client/package.json +++ b/client/package.json @@ -22,6 +22,6 @@ "jest": "^28.1.2", "jest-environment-jsdom": "^28.1.3", "json-graphql-server": "^2.3.1", - "typescript": "^4.7.4" + "typescript": "^5.8.2" } } diff --git a/client/yarn.lock b/client/yarn.lock index d76334f..a14e729 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -4804,10 +4804,10 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@^4.7.4: - version "4.7.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" - integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== +typescript@^5.8.2: + version "5.8.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4" + integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ== unbox-primitive@^1.0.1: version "1.0.1"