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"