Skip to content

Commit 6faf120

Browse files
chore(deps): update dependency eslint-plugin-jest to v29
1 parent babdcad commit 6faf120

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
@@ -1561,6 +1561,13 @@
15611561
dependencies:
15621562
find-up "^4.0.0"
15631563

1564+
"@eslint-community/eslint-utils@^4.7.0":
1565+
version "4.9.0"
1566+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
1567+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
1568+
dependencies:
1569+
eslint-visitor-keys "^3.4.3"
1570+
15641571
"@hutson/parse-repository-url@^3.0.0":
15651572
version "3.0.2"
15661573
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
@@ -1919,6 +1926,27 @@
19191926
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
19201927
integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==
19211928

1929+
"@nodelib/[email protected]":
1930+
version "2.1.5"
1931+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
1932+
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
1933+
dependencies:
1934+
"@nodelib/fs.stat" "2.0.5"
1935+
run-parallel "^1.1.9"
1936+
1937+
"@nodelib/[email protected]", "@nodelib/fs.stat@^2.0.2":
1938+
version "2.0.5"
1939+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
1940+
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
1941+
1942+
"@nodelib/fs.walk@^1.2.3":
1943+
version "1.2.8"
1944+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
1945+
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
1946+
dependencies:
1947+
"@nodelib/fs.scandir" "2.1.5"
1948+
fastq "^1.6.0"
1949+
19221950
"@rollup/pluginutils@^3.0.9":
19231951
version "3.1.0"
19241952
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
@@ -2108,11 +2136,6 @@
21082136
expect "^29.0.0"
21092137
pretty-format "^29.0.0"
21102138

2111-
"@types/json-schema@^7.0.3":
2112-
version "7.0.15"
2113-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
2114-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
2115-
21162139
"@types/json5@^0.0.29":
21172140
version "0.0.29"
21182141
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -2195,22 +2218,66 @@
21952218
dependencies:
21962219
"@types/yargs-parser" "*"
21972220

2198-
"@typescript-eslint/experimental-utils@^1.13.0":
2199-
version "1.13.0"
2200-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
2201-
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
2221+
"@typescript-eslint/[email protected]":
2222+
version "8.46.2"
2223+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.2.tgz#ab2f02a0de4da6a7eeb885af5e059be57819d608"
2224+
integrity sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==
2225+
dependencies:
2226+
"@typescript-eslint/tsconfig-utils" "^8.46.2"
2227+
"@typescript-eslint/types" "^8.46.2"
2228+
debug "^4.3.4"
2229+
2230+
"@typescript-eslint/[email protected]":
2231+
version "8.46.2"
2232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz#7d37df2493c404450589acb3b5d0c69cc0670a88"
2233+
integrity sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==
2234+
dependencies:
2235+
"@typescript-eslint/types" "8.46.2"
2236+
"@typescript-eslint/visitor-keys" "8.46.2"
2237+
2238+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.46.2":
2239+
version "8.46.2"
2240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz#d110451cb93bbd189865206ea37ef677c196828c"
2241+
integrity sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==
2242+
2243+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.46.2":
2244+
version "8.46.2"
2245+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.2.tgz#2bad7348511b31e6e42579820e62b73145635763"
2246+
integrity sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==
2247+
2248+
"@typescript-eslint/[email protected]":
2249+
version "8.46.2"
2250+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz#ab547a27e4222bb6a3281cb7e98705272e2c7d08"
2251+
integrity sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==
2252+
dependencies:
2253+
"@typescript-eslint/project-service" "8.46.2"
2254+
"@typescript-eslint/tsconfig-utils" "8.46.2"
2255+
"@typescript-eslint/types" "8.46.2"
2256+
"@typescript-eslint/visitor-keys" "8.46.2"
2257+
debug "^4.3.4"
2258+
fast-glob "^3.3.2"
2259+
is-glob "^4.0.3"
2260+
minimatch "^9.0.4"
2261+
semver "^7.6.0"
2262+
ts-api-utils "^2.1.0"
2263+
2264+
"@typescript-eslint/utils@^8.0.0":
2265+
version "8.46.2"
2266+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.2.tgz#b313d33d67f9918583af205bd7bcebf20f231732"
2267+
integrity sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==
22022268
dependencies:
2203-
"@types/json-schema" "^7.0.3"
2204-
"@typescript-eslint/typescript-estree" "1.13.0"
2205-
eslint-scope "^4.0.0"
2269+
"@eslint-community/eslint-utils" "^4.7.0"
2270+
"@typescript-eslint/scope-manager" "8.46.2"
2271+
"@typescript-eslint/types" "8.46.2"
2272+
"@typescript-eslint/typescript-estree" "8.46.2"
22062273

2207-
"@typescript-eslint/[email protected]":
2208-
version "1.13.0"
2209-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
2210-
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
2274+
"@typescript-eslint/[email protected]":
2275+
version "8.46.2"
2276+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz#803fa298948c39acf810af21bdce6f8babfa9738"
2277+
integrity sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==
22112278
dependencies:
2212-
lodash.unescape "4.0.1"
2213-
semver "5.5.0"
2279+
"@typescript-eslint/types" "8.46.2"
2280+
eslint-visitor-keys "^4.2.1"
22142281

22152282
JSONStream@^1.0.4:
22162283
version "1.3.5"
@@ -2943,6 +3010,13 @@ brace-expansion@^1.1.7:
29433010
balanced-match "^1.0.0"
29443011
concat-map "0.0.1"
29453012

3013+
brace-expansion@^2.0.1:
3014+
version "2.0.2"
3015+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
3016+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
3017+
dependencies:
3018+
balanced-match "^1.0.0"
3019+
29463020
braces@^2.3.1:
29473021
version "2.3.2"
29483022
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -3948,6 +4022,13 @@ debug@^3.2.7:
39484022
dependencies:
39494023
ms "^2.1.1"
39504024

4025+
debug@^4.3.4:
4026+
version "4.4.3"
4027+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
4028+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
4029+
dependencies:
4030+
ms "^2.1.3"
4031+
39514032
debug@^4.4.1:
39524033
version "4.4.1"
39534034
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
@@ -4546,12 +4627,12 @@ [email protected]:
45464627
string.prototype.trimend "^1.0.9"
45474628
tsconfig-paths "^3.15.0"
45484629

4549-
eslint-plugin-jest@22.21.0:
4550-
version "22.21.0"
4551-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz#8137294645866636160487d9764224b9a43e2eb1"
4552-
integrity sha512-OaqnSS7uBgcGiqXUiEnjoqxPNKvR4JWG5mSRkzVoR6+vDwlqqp11beeql1hYs0HTbdhiwrxWLxbX0Vx7roG3Ew==
4630+
eslint-plugin-jest@29.0.1:
4631+
version "29.0.1"
4632+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
4633+
integrity sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
45534634
dependencies:
4554-
"@typescript-eslint/experimental-utils" "^1.13.0"
4635+
"@typescript-eslint/utils" "^8.0.0"
45554636

45564637
45574638
version "3.4.1"
@@ -4580,14 +4661,6 @@ [email protected]:
45804661
semver "^6.3.0"
45814662
string.prototype.matchall "^4.0.7"
45824663

4583-
eslint-scope@^4.0.0:
4584-
version "4.0.3"
4585-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
4586-
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
4587-
dependencies:
4588-
esrecurse "^4.1.0"
4589-
estraverse "^4.1.1"
4590-
45914664
eslint-scope@^5.0.0:
45924665
version "5.1.1"
45934666
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
@@ -4608,6 +4681,16 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
46084681
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
46094682
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
46104683

4684+
eslint-visitor-keys@^3.4.3:
4685+
version "3.4.3"
4686+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
4687+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
4688+
4689+
eslint-visitor-keys@^4.2.1:
4690+
version "4.2.1"
4691+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
4692+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
4693+
46114694
46124695
version "6.8.0"
46134696
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -4677,7 +4760,7 @@ esquery@^1.0.1:
46774760
dependencies:
46784761
estraverse "^5.1.0"
46794762

4680-
esrecurse@^4.1.0, esrecurse@^4.3.0:
4763+
esrecurse@^4.3.0:
46814764
version "4.3.0"
46824765
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
46834766
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
@@ -4862,6 +4945,17 @@ fast-diff@^1.1.2:
48624945
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
48634946
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
48644947

4948+
fast-glob@^3.3.2:
4949+
version "3.3.3"
4950+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
4951+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
4952+
dependencies:
4953+
"@nodelib/fs.stat" "^2.0.2"
4954+
"@nodelib/fs.walk" "^1.2.3"
4955+
glob-parent "^5.1.2"
4956+
merge2 "^1.3.0"
4957+
micromatch "^4.0.8"
4958+
48654959
fast-json-stable-stringify@^2.0.0:
48664960
version "2.1.0"
48674961
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4872,6 +4966,13 @@ fast-levenshtein@~2.0.6:
48724966
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
48734967
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
48744968

4969+
fastq@^1.6.0:
4970+
version "1.19.1"
4971+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.19.1.tgz#d50eaba803c8846a883c16492821ebcd2cda55f5"
4972+
integrity sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==
4973+
dependencies:
4974+
reusify "^1.0.4"
4975+
48754976
fault@^1.0.1:
48764977
version "1.0.4"
48774978
resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13"
@@ -5234,7 +5335,7 @@ glob-parent@^3.1.0:
52345335
is-glob "^3.1.0"
52355336
path-dirname "^1.0.0"
52365337

5237-
glob-parent@^5.0.0, glob-parent@~5.1.2:
5338+
glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
52385339
version "5.1.2"
52395340
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
52405341
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -7171,11 +7272,6 @@ lodash.ismatch@^4.4.0:
71717272
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
71727273
integrity sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==
71737274

7174-
7175-
version "4.0.1"
7176-
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
7177-
integrity sha512-DhhGRshNS1aX6s5YdBE3njCCouPgnG29ebyHvImlZzXZf2SHgt+J08DHgytTPnpywNbO1Y8mNUFyQuIDBq2JZg==
7178-
71797275
[email protected], 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:
71807276
version "4.17.21"
71817277
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
@@ -7384,6 +7480,11 @@ merge-stream@^2.0.0:
73847480
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
73857481
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
73867482

7483+
merge2@^1.3.0:
7484+
version "1.4.1"
7485+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
7486+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
7487+
73877488
micromatch@^3.1.10, micromatch@^3.1.4:
73887489
version "3.1.10"
73897490
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -7403,7 +7504,7 @@ micromatch@^3.1.10, micromatch@^3.1.4:
74037504
snapdragon "^0.8.1"
74047505
to-regex "^3.0.2"
74057506

7406-
micromatch@^4.0.2, micromatch@^4.0.4:
7507+
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.8:
74077508
version "4.0.8"
74087509
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
74097510
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -7463,6 +7564,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
74637564
dependencies:
74647565
brace-expansion "^1.1.7"
74657566

7567+
minimatch@^9.0.4:
7568+
version "9.0.5"
7569+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
7570+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
7571+
dependencies:
7572+
brace-expansion "^2.0.1"
7573+
74667574
74677575
version "4.1.0"
74687576
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -8236,6 +8344,11 @@ querystringify@^2.1.1:
82368344
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
82378345
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
82388346

8347+
queue-microtask@^1.2.2:
8348+
version "1.2.3"
8349+
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
8350+
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
8351+
82398352
quick-lru@^1.0.0:
82408353
version "1.1.0"
82418354
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
@@ -8707,6 +8820,11 @@ ret@~0.1.10:
87078820
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
87088821
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
87098822

8823+
reusify@^1.0.4:
8824+
version "1.1.0"
8825+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz#0fe13b9522e1473f51b558ee796e08f11f9b489f"
8826+
integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==
8827+
87108828
rfdc@^1.3.0:
87118829
version "1.4.1"
87128830
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
@@ -8819,6 +8937,13 @@ run-node@^1.0.0:
88198937
resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
88208938
integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==
88218939

8940+
run-parallel@^1.1.9:
8941+
version "1.2.0"
8942+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
8943+
integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
8944+
dependencies:
8945+
queue-microtask "^1.2.2"
8946+
88228947
rxjs@^6.6.0:
88238948
version "6.6.7"
88248949
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
@@ -8927,11 +9052,6 @@ semver-diff@^3.1.1:
89279052
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
89289053
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
89299054

8930-
8931-
version "5.5.0"
8932-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
8933-
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
8934-
89359055
89369056
version "6.3.0"
89379057
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -8947,6 +9067,11 @@ semver@^7.3.2, semver@^7.3.4, semver@^7.5.3:
89479067
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
89489068
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
89499069

9070+
semver@^7.6.0:
9071+
version "7.7.3"
9072+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
9073+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
9074+
89509075
semver@~2.3.1:
89519076
version "2.3.2"
89529077
resolved "https://registry.yarnpkg.com/semver/-/semver-2.3.2.tgz#b9848f25d6cf36333073ec9ef8856d42f1233e52"
@@ -9777,6 +9902,11 @@ trough@^1.0.0:
97779902
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
97789903
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
97799904

9905+
ts-api-utils@^2.1.0:
9906+
version "2.1.0"
9907+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
9908+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
9909+
97809910
tsconfig-paths@^3.15.0:
97819911
version "3.15.0"
97829912
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)