Skip to content

Commit 386cfe7

Browse files
chore(deps): update dependency eslint-plugin-jest to v28
1 parent d9e795f commit 386cfe7

File tree

2 files changed

+154
-45
lines changed

2 files changed

+154
-45
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-config-algolia": "14.0.1",
5555
"eslint-config-prettier": "6.15.0",
5656
"eslint-plugin-import": "2.29.1",
57-
"eslint-plugin-jest": "22.21.0",
57+
"eslint-plugin-jest": "28.8.3",
5858
"eslint-plugin-prettier": "3.4.1",
5959
"eslint-plugin-react": "7.31.1",
6060
"esm": "3.2.25",

yarn.lock

+153-44
Original file line numberDiff line numberDiff line change
@@ -1672,6 +1672,13 @@
16721672
dependencies:
16731673
find-up "^4.0.0"
16741674

1675+
"@eslint-community/eslint-utils@^4.4.0":
1676+
version "4.4.0"
1677+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
1678+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
1679+
dependencies:
1680+
eslint-visitor-keys "^3.3.0"
1681+
16751682
"@hutson/parse-repository-url@^3.0.0":
16761683
version "3.0.2"
16771684
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
@@ -2020,6 +2027,27 @@
20202027
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29"
20212028
integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==
20222029

2030+
"@nodelib/fs.scandir@2.1.5":
2031+
version "2.1.5"
2032+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
2033+
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
2034+
dependencies:
2035+
"@nodelib/fs.stat" "2.0.5"
2036+
run-parallel "^1.1.9"
2037+
2038+
"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
2039+
version "2.0.5"
2040+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
2041+
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
2042+
2043+
"@nodelib/fs.walk@^1.2.3":
2044+
version "1.2.8"
2045+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
2046+
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
2047+
dependencies:
2048+
"@nodelib/fs.scandir" "2.1.5"
2049+
fastq "^1.6.0"
2050+
20232051
"@rollup/pluginutils@^3.0.9":
20242052
version "3.1.0"
20252053
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
@@ -2201,11 +2229,6 @@
22012229
jest-matcher-utils "^27.0.0"
22022230
pretty-format "^27.0.0"
22032231

2204-
"@types/json-schema@^7.0.3":
2205-
version "7.0.11"
2206-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
2207-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
2208-
22092232
"@types/json5@^0.0.29":
22102233
version "0.0.29"
22112234
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -2305,22 +2328,50 @@
23052328
dependencies:
23062329
"@types/yargs-parser" "*"
23072330

2308-
"@typescript-eslint/experimental-utils@^1.13.0":
2309-
version "1.13.0"
2310-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
2311-
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
2331+
"@typescript-eslint/scope-manager@8.4.0":
2332+
version "8.4.0"
2333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.4.0.tgz#8a13d3c0044513d7960348db6f4789d2a06fa4b4"
2334+
integrity sha512-n2jFxLeY0JmKfUqy3P70rs6vdoPjHK8P/w+zJcV3fk0b0BwRXC/zxRTEnAsgYT7MwdQDt/ZEbtdzdVC+hcpF0A==
2335+
dependencies:
2336+
"@typescript-eslint/types" "8.4.0"
2337+
"@typescript-eslint/visitor-keys" "8.4.0"
2338+
2339+
"@typescript-eslint/types@8.4.0":
2340+
version "8.4.0"
2341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.4.0.tgz#b44d6a90a317a6d97a3e5fabda5196089eec6171"
2342+
integrity sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw==
2343+
2344+
"@typescript-eslint/typescript-estree@8.4.0":
2345+
version "8.4.0"
2346+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.4.0.tgz#00ed79ae049e124db37315cde1531a900a048482"
2347+
integrity sha512-kJ2OIP4dQw5gdI4uXsaxUZHRwWAGpREJ9Zq6D5L0BweyOrWsL6Sz0YcAZGWhvKnH7fm1J5YFE1JrQL0c9dd53A==
2348+
dependencies:
2349+
"@typescript-eslint/types" "8.4.0"
2350+
"@typescript-eslint/visitor-keys" "8.4.0"
2351+
debug "^4.3.4"
2352+
fast-glob "^3.3.2"
2353+
is-glob "^4.0.3"
2354+
minimatch "^9.0.4"
2355+
semver "^7.6.0"
2356+
ts-api-utils "^1.3.0"
2357+
2358+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
2359+
version "8.4.0"
2360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.4.0.tgz#35c552a404858c853a1f62ba6df2214f1988afc3"
2361+
integrity sha512-swULW8n1IKLjRAgciCkTCafyTHHfwVQFt8DovmaF69sKbOxTSFMmIZaSHjqO9i/RV0wIblaawhzvtva8Nmm7lQ==
23122362
dependencies:
2313-
"@types/json-schema" "^7.0.3"
2314-
"@typescript-eslint/typescript-estree" "1.13.0"
2315-
eslint-scope "^4.0.0"
2363+
"@eslint-community/eslint-utils" "^4.4.0"
2364+
"@typescript-eslint/scope-manager" "8.4.0"
2365+
"@typescript-eslint/types" "8.4.0"
2366+
"@typescript-eslint/typescript-estree" "8.4.0"
23162367

2317-
"@typescript-eslint/typescript-estree@1.13.0":
2318-
version "1.13.0"
2319-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
2320-
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
2368+
"@typescript-eslint/visitor-keys@8.4.0":
2369+
version "8.4.0"
2370+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.4.0.tgz#1e8a8b8fd3647db1e42361fdd8de3e1679dec9d2"
2371+
integrity sha512-zTQD6WLNTre1hj5wp09nBIDiOc2U5r/qmzo7wxPn4ZgAjHql09EofqhF9WF+fZHzL5aCyaIpPcT2hyxl73kr9A==
23212372
dependencies:
2322-
lodash.unescape "4.0.1"
2323-
semver "5.5.0"
2373+
"@typescript-eslint/types" "8.4.0"
2374+
eslint-visitor-keys "^3.4.3"
23242375

23252376
JSONStream@^1.0.4:
23262377
version "1.3.5"
@@ -3027,6 +3078,13 @@ brace-expansion@^1.1.7:
30273078
balanced-match "^1.0.0"
30283079
concat-map "0.0.1"
30293080

3081+
brace-expansion@^2.0.1:
3082+
version "2.0.1"
3083+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
3084+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
3085+
dependencies:
3086+
balanced-match "^1.0.0"
3087+
30303088
braces@^2.3.1:
30313089
version "2.3.2"
30323090
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -4043,6 +4101,13 @@ debug@^3.2.7:
40434101
dependencies:
40444102
ms "^2.1.1"
40454103

4104+
debug@^4.3.4:
4105+
version "4.3.7"
4106+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
4107+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
4108+
dependencies:
4109+
ms "^2.1.3"
4110+
40464111
decamelize-keys@^1.0.0, decamelize-keys@^1.1.0:
40474112
version "1.1.0"
40484113
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -4564,12 +4629,12 @@ eslint-plugin-import@2.29.1:
45644629
semver "^6.3.1"
45654630
tsconfig-paths "^3.15.0"
45664631

4567-
eslint-plugin-jest@22.21.0:
4568-
version "22.21.0"
4569-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz#8137294645866636160487d9764224b9a43e2eb1"
4570-
integrity sha512-OaqnSS7uBgcGiqXUiEnjoqxPNKvR4JWG5mSRkzVoR6+vDwlqqp11beeql1hYs0HTbdhiwrxWLxbX0Vx7roG3Ew==
4632+
eslint-plugin-jest@28.8.3:
4633+
version "28.8.3"
4634+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz#c5699bba0ad06090ad613535e4f1572f4c2567c0"
4635+
integrity sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==
45714636
dependencies:
4572-
"@typescript-eslint/experimental-utils" "^1.13.0"
4637+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
45734638

45744639
eslint-plugin-prettier@3.4.1:
45754640
version "3.4.1"
@@ -4598,14 +4663,6 @@ eslint-plugin-react@7.31.1:
45984663
semver "^6.3.0"
45994664
string.prototype.matchall "^4.0.7"
46004665

4601-
eslint-scope@^4.0.0:
4602-
version "4.0.3"
4603-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
4604-
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
4605-
dependencies:
4606-
esrecurse "^4.1.0"
4607-
estraverse "^4.1.1"
4608-
46094666
eslint-scope@^5.0.0:
46104667
version "5.1.1"
46114668
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
@@ -4626,6 +4683,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
46264683
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
46274684
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
46284685

4686+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
4687+
version "3.4.3"
4688+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
4689+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
4690+
46294691
eslint@6.8.0:
46304692
version "6.8.0"
46314693
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -4695,7 +4757,7 @@ esquery@^1.0.1:
46954757
dependencies:
46964758
estraverse "^5.1.0"
46974759

4698-
esrecurse@^4.1.0, esrecurse@^4.3.0:
4760+
esrecurse@^4.3.0:
46994761
version "4.3.0"
47004762
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
47014763
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
@@ -4869,6 +4931,17 @@ fast-diff@^1.1.2:
48694931
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
48704932
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
48714933

4934+
fast-glob@^3.3.2:
4935+
version "3.3.2"
4936+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
4937+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
4938+
dependencies:
4939+
"@nodelib/fs.stat" "^2.0.2"
4940+
"@nodelib/fs.walk" "^1.2.3"
4941+
glob-parent "^5.1.2"
4942+
merge2 "^1.3.0"
4943+
micromatch "^4.0.4"
4944+
48724945
fast-json-stable-stringify@^2.0.0:
48734946
version "2.1.0"
48744947
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4879,6 +4952,13 @@ fast-levenshtein@~2.0.6:
48794952
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
48804953
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
48814954

4955+
fastq@^1.6.0:
4956+
version "1.17.1"
4957+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
4958+
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
4959+
dependencies:
4960+
reusify "^1.0.4"
4961+
48824962
fault@^1.0.1:
48834963
version "1.0.4"
48844964
resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13"
@@ -5266,7 +5346,7 @@ glob-parent@^3.1.0:
52665346
is-glob "^3.1.0"
52675347
path-dirname "^1.0.0"
52685348

5269-
glob-parent@^5.0.0, glob-parent@~5.1.2:
5349+
glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
52705350
version "5.1.2"
52715351
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
52725352
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -7154,11 +7234,6 @@ lodash.ismatch@^4.4.0:
71547234
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
71557235
integrity sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=
71567236

7157-
lodash.unescape@4.0.1:
7158-
version "4.0.1"
7159-
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
7160-
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
7161-
71627237
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:
71637238
version "4.17.21"
71647239
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
@@ -7355,6 +7430,11 @@ merge-stream@^2.0.0:
73557430
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
73567431
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
73577432

7433+
merge2@^1.3.0:
7434+
version "1.4.1"
7435+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
7436+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
7437+
73587438
micromatch@^3.1.10, micromatch@^3.1.4:
73597439
version "3.1.10"
73607440
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -7434,6 +7514,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
74347514
dependencies:
74357515
brace-expansion "^1.1.7"
74367516

7517+
minimatch@^9.0.4:
7518+
version "9.0.5"
7519+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
7520+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
7521+
dependencies:
7522+
brace-expansion "^2.0.1"
7523+
74377524
minimist-options@4.1.0:
74387525
version "4.1.0"
74397526
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -7486,7 +7573,7 @@ ms@2.1.2:
74867573
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
74877574
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
74887575

7489-
ms@^2.1.1:
7576+
ms@^2.1.1, ms@^2.1.3:
74907577
version "2.1.3"
74917578
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
74927579
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -8215,6 +8302,11 @@ q@^1.5.1:
82158302
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
82168303
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
82178304

8305+
queue-microtask@^1.2.2:
8306+
version "1.2.3"
8307+
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
8308+
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
8309+
82188310
quick-lru@^1.0.0:
82198311
version "1.1.0"
82208312
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
@@ -8734,6 +8826,11 @@ ret@~0.1.10:
87348826
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
87358827
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
87368828

8829+
reusify@^1.0.4:
8830+
version "1.0.4"
8831+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
8832+
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
8833+
87378834
rfdc@^1.3.0:
87388835
version "1.3.0"
87398836
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
@@ -8846,6 +8943,13 @@ run-node@^1.0.0:
88468943
resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
88478944
integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==
88488945

8946+
run-parallel@^1.1.9:
8947+
version "1.2.0"
8948+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
8949+
integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
8950+
dependencies:
8951+
queue-microtask "^1.2.2"
8952+
88498953
rxjs@^6.6.0:
88508954
version "6.6.7"
88518955
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
@@ -8947,11 +9051,6 @@ semver-diff@^3.1.1:
89479051
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
89489052
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
89499053

8950-
semver@5.5.0:
8951-
version "5.5.0"
8952-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
8953-
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
8954-
89559054
semver@6.3.0, semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
89569055
version "6.3.0"
89579056
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -8969,6 +9068,11 @@ semver@^7.3.2, semver@^7.3.4:
89699068
dependencies:
89709069
lru-cache "^6.0.0"
89719070

9071+
semver@^7.6.0:
9072+
version "7.6.3"
9073+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
9074+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
9075+
89729076
semver@~2.3.1:
89739077
version "2.3.2"
89749078
resolved "https://registry.yarnpkg.com/semver/-/semver-2.3.2.tgz#b9848f25d6cf36333073ec9ef8856d42f1233e52"
@@ -9757,6 +9861,11 @@ trough@^1.0.0:
97579861
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
97589862
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
97599863

9864+
ts-api-utils@^1.3.0:
9865+
version "1.3.0"
9866+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
9867+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
9868+
97609869
tsconfig-paths@^3.15.0:
97619870
version "3.15.0"
97629871
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)