From 4048be308c9aa9b9b421f03bbf830bc9676dbf6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 09:05:46 +0800 Subject: [PATCH] Bump type-fest from 1.2.2 to 2.3.1 (#180) Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 1.2.2 to 2.3.1. - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](https://github.com/sindresorhus/type-fest/compare/v1.2.2...v2.3.1) --- updated-dependencies: - dependency-name: type-fest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9df1daf..653bd06 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "stylelint-scss": "^3.20.1", "svgo": "^2.3.1", "ts-jest": "^27.0.3", - "type-fest": "^1.2.2", + "type-fest": "^2.3.1", "typescript": "^4.3.5", "vite": "^2.4.2", "vite-plugin-svgicon": "^1.0.0-alpha.0", diff --git a/yarn.lock b/yarn.lock index ef9ec3f..990f866 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6637,11 +6637,16 @@ type-fest@^0.8.1: resolved "https://registry.nlark.com/type-fest/download/type-fest-0.8.1.tgz?cache=0&sync_timestamp=1625745286088&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha1-CeJJ696FHTseSNJ8EFREZn8XuD0= -type-fest@^1.2.1, type-fest@^1.2.2: +type-fest@^1.2.1: version "1.2.2" resolved "https://registry.nlark.com/type-fest/download/type-fest-1.2.2.tgz?cache=0&sync_timestamp=1625745286088&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftype-fest%2Fdownload%2Ftype-fest-1.2.2.tgz#1930bc36b2064f7ab4aa307a6d1b65965199c698" integrity sha1-GTC8NrIGT3q0qjB6bRtlllGZxpg= +type-fest@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.3.1.tgz#80170f6f74929fef59251107d2e4175faf743a50" + integrity sha512-gaUs9+6d/aNSYsgC/aNnuporKL2Ic7ckfoNoaWAextvwr0K/QMq4fiEhhawensM7AysdmUZDRjcDgbFF7XQL2w== + typedarray-to-buffer@^3.1.5: version "3.1.5" resolved "https://registry.nlark.com/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"