From 50c02a2029d29bfc602dec9a581b39251436605c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 01:40:41 +0000 Subject: [PATCH] chore(deps): update dependency type-fest to ^4.5.0 (#819) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4204f7f1a..94f9a066c 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "strip-ansi": "6", "ts-jest": "29.1.1", "ts-node": "^10.9.1", - "type-fest": "^4.3.1", + "type-fest": "^4.5.0", "typescript": "5.2.2", "yalc": "^1.0.0-pre.53", "zod": "^3.22.4" diff --git a/yarn.lock b/yarn.lock index 6ff2f2963..0b6b46897 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8557,10 +8557,10 @@ type-fest@^3.12.0, type-fest@^3.8.0: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-3.12.0.tgz#4ce26edc1ccc59fc171e495887ef391fe1f5280e" integrity sha512-qj9wWsnFvVEMUDbESiilKeXeHL7FwwiFcogfhfyjmvT968RXSvnl23f1JOClTHYItsi7o501C/7qVllscUP3oA== -type-fest@^4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.3.1.tgz#5cb58cdab5120f7ab0b40cfdc35073fb9adb651d" - integrity sha512-pphNW/msgOUSkJbH58x8sqpq8uQj6b0ZKGxEsLKMUnGorRcDjrUaLS+39+/ub41JNTwrrMyJcUB8+YZs3mbwqw== +type-fest@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.5.0.tgz#79208f4dbb8a9946a55889e9f482b95a3292ee41" + integrity sha512-diLQivFzddJl4ylL3jxSkEc39Tpw7o1QeEHIPxVwryDK2lpB7Nqhzhuo6v5/Ls08Z0yPSAhsyAWlv1/H0ciNmw== typedarray@^0.0.6: version "0.0.6"