From 3a3f0b3615225897747617aa999ae31a95b94566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 16:45:30 +0000 Subject: [PATCH] Bump typescript from 5.7.2 to 5.8.2 in /packages/frontend Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.8.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/frontend/package.json | 2 +- packages/frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index fd6ca94..c7130eb 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -46,6 +46,6 @@ "eslint-config-next": "^15.1.2", "eslint-plugin-react-hooks": "^5.0.0", "prettier": "^3.0.3", - "typescript": "^5.0.4" + "typescript": "^5.8.2" } } diff --git a/packages/frontend/yarn.lock b/packages/frontend/yarn.lock index 2be588c..60a4a8e 100644 --- a/packages/frontend/yarn.lock +++ b/packages/frontend/yarn.lock @@ -7173,10 +7173,10 @@ typedarray-to-buffer@^3.0.4: dependencies: is-typedarray "^1.0.0" -typescript@^5.0.4: - version "5.7.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" - integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== +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== ua-parser-js@^1.0.37: version "1.0.39"