Skip to content

Commit 231fb20

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

File tree

2 files changed

+159
-45
lines changed

2 files changed

+159
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.10.0",
5858
"eslint-plugin-prettier": "3.4.1",
5959
"eslint-plugin-react": "7.31.1",
6060
"esm": "3.2.25",

yarn.lock

Lines changed: 158 additions & 44 deletions
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.1"
1677+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
1678+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
1679+
dependencies:
1680+
eslint-visitor-keys "^3.4.3"
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/[email protected]":
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/[email protected]", "@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/[email protected]":
2332+
version "8.18.1"
2333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz#52cedc3a8178d7464a70beffed3203678648e55b"
2334+
integrity sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==
23122335
dependencies:
2313-
"@types/json-schema" "^7.0.3"
2314-
"@typescript-eslint/typescript-estree" "1.13.0"
2315-
eslint-scope "^4.0.0"
2336+
"@typescript-eslint/types" "8.18.1"
2337+
"@typescript-eslint/visitor-keys" "8.18.1"
23162338

2317-
"@typescript-eslint/[email protected]":
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==
2339+
"@typescript-eslint/[email protected]":
2340+
version "8.18.1"
2341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
2342+
integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
2343+
2344+
"@typescript-eslint/[email protected]":
2345+
version "8.18.1"
2346+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz#2a86cd64b211a742f78dfa7e6f4860413475367e"
2347+
integrity sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==
23212348
dependencies:
2322-
lodash.unescape "4.0.1"
2323-
semver "5.5.0"
2349+
"@typescript-eslint/types" "8.18.1"
2350+
"@typescript-eslint/visitor-keys" "8.18.1"
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.18.1"
2360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.1.tgz#c4199ea23fc823c736e2c96fd07b1f7235fa92d5"
2361+
integrity sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==
2362+
dependencies:
2363+
"@eslint-community/eslint-utils" "^4.4.0"
2364+
"@typescript-eslint/scope-manager" "8.18.1"
2365+
"@typescript-eslint/types" "8.18.1"
2366+
"@typescript-eslint/typescript-estree" "8.18.1"
2367+
2368+
"@typescript-eslint/[email protected]":
2369+
version "8.18.1"
2370+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz#344b4f6bc83f104f514676facf3129260df7610a"
2371+
integrity sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==
2372+
dependencies:
2373+
"@typescript-eslint/types" "8.18.1"
2374+
eslint-visitor-keys "^4.2.0"
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.4.0"
4106+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
4107+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
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 @@ [email protected]:
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.10.0:
4633+
version "28.10.0"
4634+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz#4b35b8abb0f7cfe699bff8d9060270a2ddd770ea"
4635+
integrity sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA==
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
45754640
version "3.4.1"
@@ -4598,14 +4663,6 @@ [email protected]:
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,16 @@ 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.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+
4691+
eslint-visitor-keys@^4.2.0:
4692+
version "4.2.0"
4693+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
4694+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
4695+
46294696
46304697
version "6.8.0"
46314698
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -4695,7 +4762,7 @@ esquery@^1.0.1:
46954762
dependencies:
46964763
estraverse "^5.1.0"
46974764

4698-
esrecurse@^4.1.0, esrecurse@^4.3.0:
4765+
esrecurse@^4.3.0:
46994766
version "4.3.0"
47004767
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
47014768
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
@@ -4869,6 +4936,17 @@ fast-diff@^1.1.2:
48694936
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
48704937
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
48714938

4939+
fast-glob@^3.3.2:
4940+
version "3.3.2"
4941+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
4942+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
4943+
dependencies:
4944+
"@nodelib/fs.stat" "^2.0.2"
4945+
"@nodelib/fs.walk" "^1.2.3"
4946+
glob-parent "^5.1.2"
4947+
merge2 "^1.3.0"
4948+
micromatch "^4.0.4"
4949+
48724950
fast-json-stable-stringify@^2.0.0:
48734951
version "2.1.0"
48744952
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4879,6 +4957,13 @@ fast-levenshtein@~2.0.6:
48794957
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
48804958
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
48814959

4960+
fastq@^1.6.0:
4961+
version "1.17.1"
4962+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
4963+
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
4964+
dependencies:
4965+
reusify "^1.0.4"
4966+
48824967
fault@^1.0.1:
48834968
version "1.0.4"
48844969
resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13"
@@ -5266,7 +5351,7 @@ glob-parent@^3.1.0:
52665351
is-glob "^3.1.0"
52675352
path-dirname "^1.0.0"
52685353

5269-
glob-parent@^5.0.0, glob-parent@~5.1.2:
5354+
glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
52705355
version "5.1.2"
52715356
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
52725357
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -7154,11 +7239,6 @@ lodash.ismatch@^4.4.0:
71547239
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
71557240
integrity sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=
71567241

7157-
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-
71627242
[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:
71637243
version "4.17.21"
71647244
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
@@ -7355,6 +7435,11 @@ merge-stream@^2.0.0:
73557435
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
73567436
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
73577437

7438+
merge2@^1.3.0:
7439+
version "1.4.1"
7440+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
7441+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
7442+
73587443
micromatch@^3.1.10, micromatch@^3.1.4:
73597444
version "3.1.10"
73607445
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -7434,6 +7519,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
74347519
dependencies:
74357520
brace-expansion "^1.1.7"
74367521

7522+
minimatch@^9.0.4:
7523+
version "9.0.5"
7524+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
7525+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
7526+
dependencies:
7527+
brace-expansion "^2.0.1"
7528+
74377529
74387530
version "4.1.0"
74397531
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -7486,7 +7578,7 @@ [email protected]:
74867578
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
74877579
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
74887580

7489-
ms@^2.1.1:
7581+
ms@^2.1.1, ms@^2.1.3:
74907582
version "2.1.3"
74917583
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
74927584
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -8215,6 +8307,11 @@ q@^1.5.1:
82158307
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
82168308
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
82178309

8310+
queue-microtask@^1.2.2:
8311+
version "1.2.3"
8312+
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
8313+
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
8314+
82188315
quick-lru@^1.0.0:
82198316
version "1.1.0"
82208317
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
@@ -8734,6 +8831,11 @@ ret@~0.1.10:
87348831
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
87358832
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
87368833

8834+
reusify@^1.0.4:
8835+
version "1.0.4"
8836+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
8837+
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
8838+
87378839
rfdc@^1.3.0:
87388840
version "1.3.0"
87398841
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
@@ -8846,6 +8948,13 @@ run-node@^1.0.0:
88468948
resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
88478949
integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==
88488950

8951+
run-parallel@^1.1.9:
8952+
version "1.2.0"
8953+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
8954+
integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
8955+
dependencies:
8956+
queue-microtask "^1.2.2"
8957+
88498958
rxjs@^6.6.0:
88508959
version "6.6.7"
88518960
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
@@ -8947,11 +9056,6 @@ semver-diff@^3.1.1:
89479056
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
89489057
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
89499058

8950-
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-
89559059
[email protected], semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
89569060
version "6.3.0"
89579061
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -8969,6 +9073,11 @@ semver@^7.3.2, semver@^7.3.4:
89699073
dependencies:
89709074
lru-cache "^6.0.0"
89719075

9076+
semver@^7.6.0:
9077+
version "7.6.3"
9078+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
9079+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
9080+
89729081
semver@~2.3.1:
89739082
version "2.3.2"
89749083
resolved "https://registry.yarnpkg.com/semver/-/semver-2.3.2.tgz#b9848f25d6cf36333073ec9ef8856d42f1233e52"
@@ -9757,6 +9866,11 @@ trough@^1.0.0:
97579866
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
97589867
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
97599868

9869+
ts-api-utils@^1.3.0:
9870+
version "1.4.3"
9871+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
9872+
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
9873+
97609874
tsconfig-paths@^3.15.0:
97619875
version "3.15.0"
97629876
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)