Skip to content

Commit 954f966

Browse files
chore(deps): update dependency eslint-plugin-jest to v29
1 parent 8d4f84c commit 954f966

File tree

2 files changed

+175
-45
lines changed

2 files changed

+175
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-config-algolia": "14.0.1",
5757
"eslint-config-prettier": "6.15.0",
5858
"eslint-plugin-import": "2.32.0",
59-
"eslint-plugin-jest": "22.21.0",
59+
"eslint-plugin-jest": "29.0.1",
6060
"eslint-plugin-prettier": "3.4.1",
6161
"eslint-plugin-react": "7.31.1",
6262
"esm": "3.2.25",

yarn.lock

Lines changed: 174 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,13 @@
14961496
dependencies:
14971497
find-up "^4.0.0"
14981498

1499+
"@eslint-community/eslint-utils@^4.7.0":
1500+
version "4.9.0"
1501+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
1502+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
1503+
dependencies:
1504+
eslint-visitor-keys "^3.4.3"
1505+
14991506
"@hutson/parse-repository-url@^3.0.0":
15001507
version "3.0.2"
15011508
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
@@ -1854,6 +1861,27 @@
18541861
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
18551862
integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==
18561863

1864+
"@nodelib/fs.scandir@2.1.5":
1865+
version "2.1.5"
1866+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
1867+
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
1868+
dependencies:
1869+
"@nodelib/fs.stat" "2.0.5"
1870+
run-parallel "^1.1.9"
1871+
1872+
"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
1873+
version "2.0.5"
1874+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
1875+
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
1876+
1877+
"@nodelib/fs.walk@^1.2.3":
1878+
version "1.2.8"
1879+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
1880+
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
1881+
dependencies:
1882+
"@nodelib/fs.scandir" "2.1.5"
1883+
fastq "^1.6.0"
1884+
18571885
"@rollup/pluginutils@^3.0.9":
18581886
version "3.1.0"
18591887
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
@@ -2043,11 +2071,6 @@
20432071
expect "^29.0.0"
20442072
pretty-format "^29.0.0"
20452073

2046-
"@types/json-schema@^7.0.3":
2047-
version "7.0.15"
2048-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
2049-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
2050-
20512074
"@types/json5@^0.0.29":
20522075
version "0.0.29"
20532076
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -2130,22 +2153,66 @@
21302153
dependencies:
21312154
"@types/yargs-parser" "*"
21322155

2133-
"@typescript-eslint/experimental-utils@^1.13.0":
2134-
version "1.13.0"
2135-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
2136-
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
2156+
"@typescript-eslint/project-service@8.44.1":
2157+
version "8.44.1"
2158+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.44.1.tgz#1bccd9796d25032b190f355f55c5fde061158abb"
2159+
integrity sha512-ycSa60eGg8GWAkVsKV4E6Nz33h+HjTXbsDT4FILyL8Obk5/mx4tbvCNsLf9zret3ipSumAOG89UcCs/KRaKYrA==
2160+
dependencies:
2161+
"@typescript-eslint/tsconfig-utils" "^8.44.1"
2162+
"@typescript-eslint/types" "^8.44.1"
2163+
debug "^4.3.4"
2164+
2165+
"@typescript-eslint/scope-manager@8.44.1":
2166+
version "8.44.1"
2167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.44.1.tgz#31c27f92e4aed8d0f4d6fe2b9e5187d1d8797bd7"
2168+
integrity sha512-NdhWHgmynpSvyhchGLXh+w12OMT308Gm25JoRIyTZqEbApiBiQHD/8xgb6LqCWCFcxFtWwaVdFsLPQI3jvhywg==
2169+
dependencies:
2170+
"@typescript-eslint/types" "8.44.1"
2171+
"@typescript-eslint/visitor-keys" "8.44.1"
2172+
2173+
"@typescript-eslint/tsconfig-utils@8.44.1", "@typescript-eslint/tsconfig-utils@^8.44.1":
2174+
version "8.44.1"
2175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.1.tgz#e1d9d047078fac37d3e638484ab3b56215963342"
2176+
integrity sha512-B5OyACouEjuIvof3o86lRMvyDsFwZm+4fBOqFHccIctYgBjqR3qT39FBYGN87khcgf0ExpdCBeGKpKRhSFTjKQ==
2177+
2178+
"@typescript-eslint/types@8.44.1", "@typescript-eslint/types@^8.44.1":
2179+
version "8.44.1"
2180+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.44.1.tgz#85d1cad1290a003ff60420388797e85d1c3f76ff"
2181+
integrity sha512-Lk7uj7y9uQUOEguiDIDLYLJOrYHQa7oBiURYVFqIpGxclAFQ78f6VUOM8lI2XEuNOKNB7XuvM2+2cMXAoq4ALQ==
2182+
2183+
"@typescript-eslint/typescript-estree@8.44.1":
2184+
version "8.44.1"
2185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.1.tgz#4f17650e5adabecfcc13cd8c517937a4ef5cd424"
2186+
integrity sha512-qnQJ+mVa7szevdEyvfItbO5Vo+GfZ4/GZWWDRRLjrxYPkhM+6zYB2vRYwCsoJLzqFCdZT4mEqyJoyzkunsZ96A==
2187+
dependencies:
2188+
"@typescript-eslint/project-service" "8.44.1"
2189+
"@typescript-eslint/tsconfig-utils" "8.44.1"
2190+
"@typescript-eslint/types" "8.44.1"
2191+
"@typescript-eslint/visitor-keys" "8.44.1"
2192+
debug "^4.3.4"
2193+
fast-glob "^3.3.2"
2194+
is-glob "^4.0.3"
2195+
minimatch "^9.0.4"
2196+
semver "^7.6.0"
2197+
ts-api-utils "^2.1.0"
2198+
2199+
"@typescript-eslint/utils@^8.0.0":
2200+
version "8.44.1"
2201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.44.1.tgz#f23d48eb90791a821dc17d4f67bb96faeb75d63d"
2202+
integrity sha512-DpX5Fp6edTlocMCwA+mHY8Mra+pPjRZ0TfHkXI8QFelIKcbADQz1LUPNtzOFUriBB2UYqw4Pi9+xV4w9ZczHFg==
21372203
dependencies:
2138-
"@types/json-schema" "^7.0.3"
2139-
"@typescript-eslint/typescript-estree" "1.13.0"
2140-
eslint-scope "^4.0.0"
2204+
"@eslint-community/eslint-utils" "^4.7.0"
2205+
"@typescript-eslint/scope-manager" "8.44.1"
2206+
"@typescript-eslint/types" "8.44.1"
2207+
"@typescript-eslint/typescript-estree" "8.44.1"
21412208

2142-
"@typescript-eslint/typescript-estree@1.13.0":
2143-
version "1.13.0"
2144-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
2145-
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
2209+
"@typescript-eslint/visitor-keys@8.44.1":
2210+
version "8.44.1"
2211+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.1.tgz#1d96197a7fcceaba647b3bd6a8594df8dc4deb5a"
2212+
integrity sha512-576+u0QD+Jp3tZzvfRfxon0EA2lzcDt3lhUbsC6Lgzy9x2VR4E+JUiNyGHi5T8vk0TV+fpJ5GLG1JsJuWCaKhw==
21462213
dependencies:
2147-
lodash.unescape "4.0.1"
2148-
semver "5.5.0"
2214+
"@typescript-eslint/types" "8.44.1"
2215+
eslint-visitor-keys "^4.2.1"
21492216

21502217
JSONStream@^1.0.4:
21512218
version "1.3.5"
@@ -2878,6 +2945,13 @@ brace-expansion@^1.1.7:
28782945
balanced-match "^1.0.0"
28792946
concat-map "0.0.1"
28802947

2948+
brace-expansion@^2.0.1:
2949+
version "2.0.2"
2950+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
2951+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
2952+
dependencies:
2953+
balanced-match "^1.0.0"
2954+
28812955
braces@^2.3.1:
28822956
version "2.3.2"
28832957
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -3883,6 +3957,13 @@ debug@^3.2.7:
38833957
dependencies:
38843958
ms "^2.1.1"
38853959

3960+
debug@^4.3.4:
3961+
version "4.4.3"
3962+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
3963+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
3964+
dependencies:
3965+
ms "^2.1.3"
3966+
38863967
debug@^4.4.1:
38873968
version "4.4.1"
38883969
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
@@ -4481,12 +4562,12 @@ eslint-plugin-import@2.32.0:
44814562
string.prototype.trimend "^1.0.9"
44824563
tsconfig-paths "^3.15.0"
44834564

4484-
eslint-plugin-jest@22.21.0:
4485-
version "22.21.0"
4486-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz#8137294645866636160487d9764224b9a43e2eb1"
4487-
integrity sha512-OaqnSS7uBgcGiqXUiEnjoqxPNKvR4JWG5mSRkzVoR6+vDwlqqp11beeql1hYs0HTbdhiwrxWLxbX0Vx7roG3Ew==
4565+
eslint-plugin-jest@29.0.1:
4566+
version "29.0.1"
4567+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
4568+
integrity sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
44884569
dependencies:
4489-
"@typescript-eslint/experimental-utils" "^1.13.0"
4570+
"@typescript-eslint/utils" "^8.0.0"
44904571

44914572
eslint-plugin-prettier@3.4.1:
44924573
version "3.4.1"
@@ -4515,14 +4596,6 @@ eslint-plugin-react@7.31.1:
45154596
semver "^6.3.0"
45164597
string.prototype.matchall "^4.0.7"
45174598

4518-
eslint-scope@^4.0.0:
4519-
version "4.0.3"
4520-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
4521-
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
4522-
dependencies:
4523-
esrecurse "^4.1.0"
4524-
estraverse "^4.1.1"
4525-
45264599
eslint-scope@^5.0.0:
45274600
version "5.1.1"
45284601
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
@@ -4543,6 +4616,16 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
45434616
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
45444617
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
45454618

4619+
eslint-visitor-keys@^3.4.3:
4620+
version "3.4.3"
4621+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
4622+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
4623+
4624+
eslint-visitor-keys@^4.2.1:
4625+
version "4.2.1"
4626+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
4627+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
4628+
45464629
eslint@6.8.0:
45474630
version "6.8.0"
45484631
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -4612,7 +4695,7 @@ esquery@^1.0.1:
46124695
dependencies:
46134696
estraverse "^5.1.0"
46144697

4615-
esrecurse@^4.1.0, esrecurse@^4.3.0:
4698+
esrecurse@^4.3.0:
46164699
version "4.3.0"
46174700
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
46184701
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
@@ -4797,6 +4880,17 @@ fast-diff@^1.1.2:
47974880
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
47984881
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
47994882

4883+
fast-glob@^3.3.2:
4884+
version "3.3.3"
4885+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
4886+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
4887+
dependencies:
4888+
"@nodelib/fs.stat" "^2.0.2"
4889+
"@nodelib/fs.walk" "^1.2.3"
4890+
glob-parent "^5.1.2"
4891+
merge2 "^1.3.0"
4892+
micromatch "^4.0.8"
4893+
48004894
fast-json-stable-stringify@^2.0.0:
48014895
version "2.1.0"
48024896
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4807,6 +4901,13 @@ fast-levenshtein@~2.0.6:
48074901
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
48084902
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
48094903

4904+
fastq@^1.6.0:
4905+
version "1.19.1"
4906+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.19.1.tgz#d50eaba803c8846a883c16492821ebcd2cda55f5"
4907+
integrity sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==
4908+
dependencies:
4909+
reusify "^1.0.4"
4910+
48104911
fault@^1.0.1:
48114912
version "1.0.4"
48124913
resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13"
@@ -5169,7 +5270,7 @@ glob-parent@^3.1.0:
51695270
is-glob "^3.1.0"
51705271
path-dirname "^1.0.0"
51715272

5172-
glob-parent@^5.0.0, glob-parent@~5.1.2:
5273+
glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
51735274
version "5.1.2"
51745275
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
51755276
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -7106,11 +7207,6 @@ lodash.ismatch@^4.4.0:
71067207
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
71077208
integrity sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==
71087209

7109-
lodash.unescape@4.0.1:
7110-
version "4.0.1"
7111-
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
7112-
integrity sha512-DhhGRshNS1aX6s5YdBE3njCCouPgnG29ebyHvImlZzXZf2SHgt+J08DHgytTPnpywNbO1Y8mNUFyQuIDBq2JZg==
7113-
71147210
lodash@4.17.21, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
71157211
version "4.17.21"
71167212
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
@@ -7319,6 +7415,11 @@ merge-stream@^2.0.0:
73197415
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
73207416
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
73217417

7418+
merge2@^1.3.0:
7419+
version "1.4.1"
7420+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
7421+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
7422+
73227423
micromatch@^3.1.10, micromatch@^3.1.4:
73237424
version "3.1.10"
73247425
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -7338,7 +7439,7 @@ micromatch@^3.1.10, micromatch@^3.1.4:
73387439
snapdragon "^0.8.1"
73397440
to-regex "^3.0.2"
73407441

7341-
micromatch@^4.0.2, micromatch@^4.0.4:
7442+
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.8:
73427443
version "4.0.8"
73437444
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
73447445
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -7398,6 +7499,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
73987499
dependencies:
73997500
brace-expansion "^1.1.7"
74007501

7502+
minimatch@^9.0.4:
7503+
version "9.0.5"
7504+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
7505+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
7506+
dependencies:
7507+
brace-expansion "^2.0.1"
7508+
74017509
minimist-options@4.1.0:
74027510
version "4.1.0"
74037511
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -8171,6 +8279,11 @@ querystringify@^2.1.1:
81718279
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
81728280
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
81738281

8282+
queue-microtask@^1.2.2:
8283+
version "1.2.3"
8284+
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
8285+
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
8286+
81748287
quick-lru@^1.0.0:
81758288
version "1.1.0"
81768289
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
@@ -8642,6 +8755,11 @@ ret@~0.1.10:
86428755
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
86438756
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
86448757

8758+
reusify@^1.0.4:
8759+
version "1.1.0"
8760+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz#0fe13b9522e1473f51b558ee796e08f11f9b489f"
8761+
integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==
8762+
86458763
rfdc@^1.3.0:
86468764
version "1.4.1"
86478765
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
@@ -8754,6 +8872,13 @@ run-node@^1.0.0:
87548872
resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
87558873
integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==
87568874

8875+
run-parallel@^1.1.9:
8876+
version "1.2.0"
8877+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
8878+
integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
8879+
dependencies:
8880+
queue-microtask "^1.2.2"
8881+
87578882
rxjs@^6.6.0:
87588883
version "6.6.7"
87598884
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
@@ -8862,11 +8987,6 @@ semver-diff@^3.1.1:
88628987
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
88638988
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
88648989

8865-
semver@5.5.0:
8866-
version "5.5.0"
8867-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
8868-
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
8869-
88708990
semver@6.3.0:
88718991
version "6.3.0"
88728992
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -8882,6 +9002,11 @@ semver@^7.3.2, semver@^7.3.4, semver@^7.5.3:
88829002
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
88839003
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
88849004

9005+
semver@^7.6.0:
9006+
version "7.7.2"
9007+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
9008+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
9009+
88859010
semver@~2.3.1:
88869011
version "2.3.2"
88879012
resolved "https://registry.yarnpkg.com/semver/-/semver-2.3.2.tgz#b9848f25d6cf36333073ec9ef8856d42f1233e52"
@@ -9712,6 +9837,11 @@ trough@^1.0.0:
97129837
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
97139838
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
97149839

9840+
ts-api-utils@^2.1.0:
9841+
version "2.1.0"
9842+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
9843+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
9844+
97159845
tsconfig-paths@^3.15.0:
97169846
version "3.15.0"
97179847
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)