Skip to content

Commit da65723

Browse files
chore(deps): update dependency eslint-plugin-jest to v29
1 parent 4ce106c commit da65723

2 files changed

Lines changed: 152 additions & 46 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint": "6.8.0",
3030
"eslint-config-prettier": "6.15.0",
3131
"eslint-config-xo": "0.27.2",
32-
"eslint-plugin-jest": "23.20.0",
32+
"eslint-plugin-jest": "29.15.1",
3333
"husky": "3.1.0",
3434
"jest": "24.9.0",
3535
"lerna": "3.22.1",

yarn.lock

Lines changed: 151 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,13 @@
417417
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe"
418418
integrity sha1-cZzwX8wau2UzYQouD13R5h6sFP4=
419419

420+
"@eslint-community/eslint-utils@^4.9.1":
421+
version "4.9.1"
422+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
423+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
424+
dependencies:
425+
eslint-visitor-keys "^3.4.3"
426+
420427
"@evocateur/libnpmaccess@^3.1.2":
421428
version "3.1.2"
422429
resolved "https://registry.yarnpkg.com/@evocateur/libnpmaccess/-/libnpmaccess-3.1.2.tgz#ecf7f6ce6b004e9f942b098d92200be4a4b1c845"
@@ -1735,17 +1742,17 @@
17351742
resolved "https://registry.yarnpkg.com/@types/command-line-usage/-/command-line-usage-5.0.1.tgz#99424950da567ba67b6b65caee57ff03c4e751ec"
17361743
integrity sha512-/xUgezxxYePeXhg5S04hUjxG9JZi+rJTs1+4NwpYPfSaS7BeDa6tVJkH6lN9Cb6rl8d24Fi2uX0s0Ngg2JT6gg==
17371744

1738-
"@types/debug@4.1.7":
1739-
version "4.1.7"
1740-
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.7.tgz#7cc0ea761509124709b8b2d1090d8f6c17aadb82"
1741-
integrity sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==
1745+
"@types/debug@4.1.13":
1746+
version "4.1.13"
1747+
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.13.tgz#22d1cc9d542d3593caea764f974306ab36286ee7"
1748+
integrity sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==
17421749
dependencies:
17431750
"@types/ms" "*"
17441751

1745-
"@types/env-ci@3.1.1":
1746-
version "3.1.1"
1747-
resolved "https://registry.yarnpkg.com/@types/env-ci/-/env-ci-3.1.1.tgz#e1ff1b648c01b0f5202de5633c00f711f0f3ac03"
1748-
integrity sha512-JuX+LHsvhktApmZxmBrG458kfSvPAvs2Kqhyrow3IKtDsbcRco7NFgpsNthjp8EQxKA6PMw3DrY/IH8ZAuTYlQ==
1752+
"@types/env-ci@3.1.4":
1753+
version "3.1.4"
1754+
resolved "https://registry.yarnpkg.com/@types/env-ci/-/env-ci-3.1.4.tgz#2fd9f39b10c8407ebf5887d68398413606ae00f9"
1755+
integrity sha512-WwSUcrqHNzRz+3nIZYO+p1OxJ/yDNSKFTpor06W+L2ie/K76a/Wb49LxHHiJMH44UeK7GM2kyWpL++e09v4qkA==
17491756

17501757
"@types/eslint-visitor-keys@^1.0.0":
17511758
version "1.0.0"
@@ -1874,16 +1881,6 @@
18741881
"@typescript-eslint/typescript-estree" "1.13.0"
18751882
eslint-scope "^4.0.0"
18761883

1877-
"@typescript-eslint/experimental-utils@^2.5.0":
1878-
version "2.34.0"
1879-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
1880-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
1881-
dependencies:
1882-
"@types/json-schema" "^7.0.3"
1883-
"@typescript-eslint/typescript-estree" "2.34.0"
1884-
eslint-scope "^5.0.0"
1885-
eslint-utils "^2.0.0"
1886-
18871884
"@typescript-eslint/parser@1.13.0":
18881885
version "1.13.0"
18891886
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.13.0.tgz#61ac7811ea52791c47dc9fd4dd4a184fae9ac355"
@@ -1894,6 +1891,33 @@
18941891
"@typescript-eslint/typescript-estree" "1.13.0"
18951892
eslint-visitor-keys "^1.0.0"
18961893

1894+
"@typescript-eslint/project-service@8.58.1":
1895+
version "8.58.1"
1896+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.1.tgz#c78781b1ca1ec1e7bc6522efba89318c6d249feb"
1897+
integrity sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==
1898+
dependencies:
1899+
"@typescript-eslint/tsconfig-utils" "^8.58.1"
1900+
"@typescript-eslint/types" "^8.58.1"
1901+
debug "^4.4.3"
1902+
1903+
"@typescript-eslint/scope-manager@8.58.1":
1904+
version "8.58.1"
1905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz#35168f561bab4e3fd10dd6b03e8b83c157479211"
1906+
integrity sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==
1907+
dependencies:
1908+
"@typescript-eslint/types" "8.58.1"
1909+
"@typescript-eslint/visitor-keys" "8.58.1"
1910+
1911+
"@typescript-eslint/tsconfig-utils@8.58.1", "@typescript-eslint/tsconfig-utils@^8.58.1":
1912+
version "8.58.1"
1913+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz#eb16792c579300c7bfb3c74b0f5e1dfbb0a2454d"
1914+
integrity sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==
1915+
1916+
"@typescript-eslint/types@8.58.1", "@typescript-eslint/types@^8.58.1":
1917+
version "8.58.1"
1918+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.1.tgz#9dfb4723fcd2b13737d8b03d941354cf73190313"
1919+
integrity sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==
1920+
18971921
"@typescript-eslint/typescript-estree@1.13.0":
18981922
version "1.13.0"
18991923
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
@@ -1902,18 +1926,38 @@
19021926
lodash.unescape "4.0.1"
19031927
semver "5.5.0"
19041928

1905-
"@typescript-eslint/typescript-estree@2.34.0":
1906-
version "2.34.0"
1907-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
1908-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
1909-
dependencies:
1910-
debug "^4.1.1"
1911-
eslint-visitor-keys "^1.1.0"
1912-
glob "^7.1.6"
1913-
is-glob "^4.0.1"
1914-
lodash "^4.17.15"
1915-
semver "^7.3.2"
1916-
tsutils "^3.17.1"
1929+
"@typescript-eslint/typescript-estree@8.58.1":
1930+
version "8.58.1"
1931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz#8230cc9628d2cffef101e298c62807c4b9bf2fe9"
1932+
integrity sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==
1933+
dependencies:
1934+
"@typescript-eslint/project-service" "8.58.1"
1935+
"@typescript-eslint/tsconfig-utils" "8.58.1"
1936+
"@typescript-eslint/types" "8.58.1"
1937+
"@typescript-eslint/visitor-keys" "8.58.1"
1938+
debug "^4.4.3"
1939+
minimatch "^10.2.2"
1940+
semver "^7.7.3"
1941+
tinyglobby "^0.2.15"
1942+
ts-api-utils "^2.5.0"
1943+
1944+
"@typescript-eslint/utils@^8.0.0":
1945+
version "8.58.1"
1946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.1.tgz#099a327b04ed921e6ee3988cde9ef34bc4b5435a"
1947+
integrity sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==
1948+
dependencies:
1949+
"@eslint-community/eslint-utils" "^4.9.1"
1950+
"@typescript-eslint/scope-manager" "8.58.1"
1951+
"@typescript-eslint/types" "8.58.1"
1952+
"@typescript-eslint/typescript-estree" "8.58.1"
1953+
1954+
"@typescript-eslint/visitor-keys@8.58.1":
1955+
version "8.58.1"
1956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz#7c197533177f1ba9b8249f55f7f685e32bb6f204"
1957+
integrity sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==
1958+
dependencies:
1959+
"@typescript-eslint/types" "8.58.1"
1960+
eslint-visitor-keys "^5.0.0"
19171961

19181962
"@zkochan/cmd-shim@^3.1.0":
19191963
version "3.1.0"
@@ -2330,6 +2374,11 @@ balanced-match@^1.0.0:
23302374
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
23312375
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
23322376

2377+
balanced-match@^4.0.2:
2378+
version "4.0.4"
2379+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2380+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2381+
23332382
base@^0.11.1:
23342383
version "0.11.2"
23352384
resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
@@ -2385,6 +2434,13 @@ brace-expansion@^1.1.7:
23852434
balanced-match "^1.0.0"
23862435
concat-map "0.0.1"
23872436

2437+
brace-expansion@^5.0.5:
2438+
version "5.0.5"
2439+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
2440+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
2441+
dependencies:
2442+
balanced-match "^4.0.2"
2443+
23882444
braces@^2.3.1:
23892445
version "2.3.2"
23902446
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -3108,6 +3164,13 @@ debug@^3.1.0:
31083164
dependencies:
31093165
ms "^2.1.1"
31103166

3167+
debug@^4.4.3:
3168+
version "4.4.3"
3169+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
3170+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
3171+
dependencies:
3172+
ms "^2.1.3"
3173+
31113174
debuglog@^1.0.1:
31123175
version "1.0.1"
31133176
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
@@ -3459,12 +3522,12 @@ eslint-config-xo@0.27.2:
34593522
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.27.2.tgz#71aff3d5b5554e9e5b5e1853e21da7799bb53f1f"
34603523
integrity sha512-qEuZP0zNQkWpOdNZvWnfY2GNp1AZ33uXgeOXl4DN5YVLHFvekHbeSM2FFZ8A489fp1rCCColVRlJsYMf28o4DA==
34613524

3462-
eslint-plugin-jest@23.20.0:
3463-
version "23.20.0"
3464-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz#e1d69c75f639e99d836642453c4e75ed22da4099"
3465-
integrity sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==
3525+
eslint-plugin-jest@29.15.1:
3526+
version "29.15.1"
3527+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.15.1.tgz#f663f9f7903a7181efddea5a92d1d31e66362596"
3528+
integrity sha512-6BjyErCQauz3zfJvzLw/kAez2lf4LEpbHLvWBfEcG4EI0ZiRSwjoH2uZulMouU8kRkBH+S0rhqn11IhTvxKgKw==
34663529
dependencies:
3467-
"@typescript-eslint/experimental-utils" "^2.5.0"
3530+
"@typescript-eslint/utils" "^8.0.0"
34683531

34693532
eslint-scope@^4.0.0:
34703533
version "4.0.3"
@@ -3489,18 +3552,21 @@ eslint-utils@^1.3.1, eslint-utils@^1.4.3:
34893552
dependencies:
34903553
eslint-visitor-keys "^1.1.0"
34913554

3492-
eslint-utils@^2.0.0:
3493-
version "2.1.0"
3494-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
3495-
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
3496-
dependencies:
3497-
eslint-visitor-keys "^1.1.0"
3498-
34993555
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
35003556
version "1.3.0"
35013557
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
35023558
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
35033559

3560+
eslint-visitor-keys@^3.4.3:
3561+
version "3.4.3"
3562+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3563+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3564+
3565+
eslint-visitor-keys@^5.0.0:
3566+
version "5.0.1"
3567+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
3568+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
3569+
35043570
eslint@6.8.0:
35053571
version "6.8.0"
35063572
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -3797,6 +3863,11 @@ fb-watchman@^2.0.0:
37973863
dependencies:
37983864
bser "2.1.1"
37993865

3866+
fdir@^6.5.0:
3867+
version "6.5.0"
3868+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
3869+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
3870+
38003871
figgy-pudding@^3.4.1, figgy-pudding@^3.5.1:
38013872
version "3.5.2"
38023873
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
@@ -4215,7 +4286,7 @@ glob-to-regexp@^0.3.0:
42154286
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
42164287
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
42174288

4218-
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4289+
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
42194290
version "7.1.6"
42204291
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
42214292
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -6009,6 +6080,13 @@ min-indent@^1.0.0:
60096080
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
60106081
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
60116082

6083+
minimatch@^10.2.2:
6084+
version "10.2.5"
6085+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
6086+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
6087+
dependencies:
6088+
brace-expansion "^5.0.5"
6089+
60126090
minimatch@^3.0.4:
60136091
version "3.0.4"
60146092
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -6128,6 +6206,11 @@ ms@^2.0.0, ms@^2.1.1:
61286206
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
61296207
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
61306208

6209+
ms@^2.1.3:
6210+
version "2.1.3"
6211+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
6212+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
6213+
61316214
multimatch@^3.0.0:
61326215
version "3.0.0"
61336216
resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-3.0.0.tgz#0e2534cc6bc238d9ab67e1b9cd5fcd85a6dbf70b"
@@ -6794,6 +6877,11 @@ picomatch@^2.0.5, picomatch@^2.2.1:
67946877
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
67956878
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
67966879

6880+
picomatch@^4.0.4:
6881+
version "4.0.4"
6882+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
6883+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
6884+
67976885
pify@^2.0.0, pify@^2.3.0:
67986886
version "2.3.0"
67996887
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -7474,7 +7562,7 @@ semver@5.5.0:
74747562
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
74757563
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
74767564

7477-
semver@7.3.2, semver@^7.0.0, semver@^7.3.2:
7565+
semver@7.3.2, semver@^7.0.0:
74787566
version "7.3.2"
74797567
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
74807568
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
@@ -7484,6 +7572,11 @@ semver@^6.0.0, semver@^6.1.2, semver@^6.2.0:
74847572
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
74857573
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
74867574

7575+
semver@^7.7.3:
7576+
version "7.7.4"
7577+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
7578+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
7579+
74877580
set-blocking@^2.0.0, set-blocking@~2.0.0:
74887581
version "2.0.0"
74897582
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -8132,6 +8225,14 @@ tinycolor2@^1.4.1:
81328225
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8"
81338226
integrity sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g=
81348227

8228+
tinyglobby@^0.2.15:
8229+
version "0.2.16"
8230+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
8231+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
8232+
dependencies:
8233+
fdir "^6.5.0"
8234+
picomatch "^4.0.4"
8235+
81358236
tmp@^0.0.33:
81368237
version "0.0.33"
81378238
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -8216,6 +8317,11 @@ trim-off-newlines@^1.0.0:
82168317
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
82178318
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
82188319

8320+
ts-api-utils@^2.5.0:
8321+
version "2.5.0"
8322+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
8323+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
8324+
82198325
ts-jest@24.3.0:
82208326
version "24.3.0"
82218327
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.3.0.tgz#b97814e3eab359ea840a1ac112deae68aa440869"
@@ -8247,7 +8353,7 @@ tslib@^1.11.1, tslib@^1.8.1, tslib@^1.9.0:
82478353
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
82488354
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
82498355

8250-
tsutils@^3.17.1, tsutils@^3.7.0:
8356+
tsutils@^3.7.0:
82518357
version "3.17.1"
82528358
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
82538359
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==

0 commit comments

Comments
 (0)