From bdb5b754ccb1aa73ea42717577e6b8918424a337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 06:40:50 +0000 Subject: [PATCH] fix(deps): update dependency type-fest to v4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0be36b84..cdc6672e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "stylelint": "^14.3.0", "ts-morph": "14.0.0", "ts-node": "^10.1.0", - "type-fest": "^2.8.0", + "type-fest": "^4.4.0", "typescript": "4.5.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 4b4c0ea5..e8323807 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8232,10 +8232,10 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== -type-fest@^2.8.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.8.0.tgz#39d7c9f9c508df8d6ce1cf5a966b0e6568dcc50d" - integrity sha512-O+V9pAshf9C6loGaH0idwsmugI2LxVNR7DtS40gVo2EXZVYFgz9OuNtOhgHLdHdapOEWNdvz9Ob/eeuaWwwlxA== +type-fest@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.4.0.tgz#061cd10ff55664bb7174218cdf78c28c48f71c69" + integrity sha512-HT3RRs7sTfY22KuPQJkD/XjbTbxgP2Je5HPt6H6JEGvcjHd5Lqru75EbrP3tb4FYjNJ+DjLp+MNQTFQU0mhXNw== typedarray-to-buffer@^3.1.5: version "3.1.5"