From c3c1be31801ab41d2b12c42d7fcac9e932b9ba4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:57:43 +0000 Subject: [PATCH] chore(deps): update dep typescript from 4.8.4 to v5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 50bb6c2..4b2d52f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "jest-junit": "10.0.0", "supertest": "4.0.2", "ts-jest": "26.5.6", - "typescript": "4.8.4" + "typescript": "5.7.2" }, "jest": { "preset": "ts-jest", diff --git a/yarn.lock b/yarn.lock index 747bc68..d14f137 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4639,10 +4639,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.8.4: - version "4.8.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" - integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== +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== union-value@^1.0.0: version "1.0.1"