From aede4dc1d24dd4fc95c26c520363c1fe3e12c418 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 9 Jan 2025 05:29:30 +0000 Subject: [PATCH] Update dependency typescript to v5.7.3 --- 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 6ec4c57..1368f70 100644 --- a/client/package.json +++ b/client/package.json @@ -16,6 +16,6 @@ "autoprefixer": "10.4.20", "postcss": "8.4.49", "tailwindcss": "3.4.17", - "typescript": "5.7.2" + "typescript": "5.7.3" } } diff --git a/client/yarn.lock b/client/yarn.lock index 91a001a..27fd96f 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2423,10 +2423,10 @@ type-fest@^0.7.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48" integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg== -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== +typescript@5.7.3: + version "5.7.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e" + integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw== unbox-primitive@^1.0.1: version "1.0.1"