From dbf1e9f3f70b7a1214cf6d945244f68c48dc8534 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 May 2021 14:52:06 +0000 Subject: [PATCH] chore(deps): update dependency type-fest to v1.1.1 (#10005) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 259c05a6fc..55fcadb72a 100644 --- a/package.json +++ b/package.json @@ -261,7 +261,7 @@ "tmp-promise": "3.0.2", "ts-jest": "26.5.6", "ts-node": "9.1.1", - "type-fest": "1.1.0", + "type-fest": "1.1.1", "typescript": "4.2.4" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 6561d89022..16d9879bdd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9353,10 +9353,10 @@ type-detect@4.0.8: resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== -type-fest@1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.1.0.tgz#e7eba55da6a46d5c23c05021de5f5af30d1d7978" - integrity sha512-FOsvVPp1WTW495bqemynRS6f6Izea0hKSuDGCxkisBi6KIFaIc8r+ZCs20VT8bySbjh3J9kmnu2eHG4NoZArMw== +type-fest@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.1.1.tgz#210251e7f57357a1457269e6b34837fed067ac2c" + integrity sha512-RPDKc5KrIyKTP7Fk75LruUagqG6b+OTgXlCR2Z0aQDJFeIvL4/mhahSEtHmmVzXu4gmA0srkF/8FCH3WOWxTWA== type-fest@^0.13.1: version "0.13.1" -- GitLab