Skip to content

Commit 51ba3d9

Browse files
committed
fix(deps): update dependency type-fest to ^2.12.2
1 parent 5c6a871 commit 51ba3d9

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"stylelint": "^13.13.1",
4646
"ts-morph": "14.0.0",
4747
"ts-node": "^10.1.0",
48-
"type-fest": "^2.8.0",
48+
"type-fest": "^2.12.2",
4949
"typescript": "4.5.2"
5050
},
5151
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3378,18 +3378,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
33783378
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
33793379
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
33803380

3381-
fast-glob@^3.1.1, fast-glob@^3.2.5:
3382-
version "3.2.7"
3383-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
3384-
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
3385-
dependencies:
3386-
"@nodelib/fs.stat" "^2.0.2"
3387-
"@nodelib/fs.walk" "^1.2.3"
3388-
glob-parent "^5.1.2"
3389-
merge2 "^1.3.0"
3390-
micromatch "^4.0.4"
3391-
3392-
fast-glob@^3.2.11:
3381+
fast-glob@^3.1.1, fast-glob@^3.2.11, fast-glob@^3.2.5:
33933382
version "3.2.11"
33943383
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
33953384
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -7772,10 +7761,10 @@ type-fest@^0.8.1:
77727761
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
77737762
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
77747763

7775-
type-fest@^2.8.0:
7776-
version "2.8.0"
7777-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.8.0.tgz#39d7c9f9c508df8d6ce1cf5a966b0e6568dcc50d"
7778-
integrity sha512-O+V9pAshf9C6loGaH0idwsmugI2LxVNR7DtS40gVo2EXZVYFgz9OuNtOhgHLdHdapOEWNdvz9Ob/eeuaWwwlxA==
7764+
type-fest@^2.12.2:
7765+
version "2.12.2"
7766+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.12.2.tgz#80a53614e6b9b475eb9077472fb7498dc7aa51d0"
7767+
integrity sha512-qt6ylCGpLjZ7AaODxbpyBZSs9fCI9SkL3Z9q2oxMBQhs/uyY+VD8jHA8ULCGmWQJlBgqvO3EJeAngOHD8zQCrQ==
77797768

77807769
typedarray-to-buffer@^3.1.5:
77817770
version "3.1.5"

0 commit comments

Comments
 (0)