From 474b13d6ce31f3aac33f84f14f6a3b7c7928957e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:49:13 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- app/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 78d48db..454494d 100644 --- a/app/package.json +++ b/app/package.json @@ -29,6 +29,6 @@ "@types/react": "17.0.50", "eslint": "8.24.0", "eslint-config-next": "12.3.1", - "typescript": "4.6.2" + "typescript": "5.7.2" } } diff --git a/yarn.lock b/yarn.lock index 1a79ce7..56f716b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4717,10 +4717,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4" - integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg== +typescript@5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== ua-parser-js@^0.7.30: version "0.7.31"