Skip to content

Commit 3f5ad71

Browse files
chore(deps): update dependency eslint-plugin-jest to v29
1 parent ffbdfed commit 3f5ad71

2 files changed

Lines changed: 132 additions & 46 deletions

File tree

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.12.1",
6060
"eslint-plugin-prettier": "3.4.1",
6161
"eslint-plugin-react": "7.31.1",
6262
"esm": "3.2.25",

yarn.lock

Lines changed: 131 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,13 @@
15891589
dependencies:
15901590
find-up "^4.0.0"
15911591

1592+
"@eslint-community/eslint-utils@^4.9.1":
1593+
version "4.9.1"
1594+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
1595+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
1596+
dependencies:
1597+
eslint-visitor-keys "^3.4.3"
1598+
15921599
"@hutson/parse-repository-url@^3.0.0":
15931600
version "3.0.2"
15941601
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
@@ -2136,11 +2143,6 @@
21362143
expect "^29.0.0"
21372144
pretty-format "^29.0.0"
21382145

2139-
"@types/json-schema@^7.0.3":
2140-
version "7.0.15"
2141-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
2142-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
2143-
21442146
"@types/json5@^0.0.29":
21452147
version "0.0.29"
21462148
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -2223,22 +2225,65 @@
22232225
dependencies:
22242226
"@types/yargs-parser" "*"
22252227

2226-
"@typescript-eslint/experimental-utils@^1.13.0":
2227-
version "1.13.0"
2228-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
2229-
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
2230-
dependencies:
2231-
"@types/json-schema" "^7.0.3"
2232-
"@typescript-eslint/typescript-estree" "1.13.0"
2233-
eslint-scope "^4.0.0"
2234-
2235-
"@typescript-eslint/typescript-estree@1.13.0":
2236-
version "1.13.0"
2237-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
2238-
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
2239-
dependencies:
2240-
lodash.unescape "4.0.1"
2241-
semver "5.5.0"
2228+
"@typescript-eslint/project-service@8.53.0":
2229+
version "8.53.0"
2230+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.53.0.tgz#327c67c61c16a1c8b12a440b0779b41eb77cc7df"
2231+
integrity sha512-Bl6Gdr7NqkqIP5yP9z1JU///Nmes4Eose6L1HwpuVHwScgDPPuEWbUVhvlZmb8hy0vX9syLk5EGNL700WcBlbg==
2232+
dependencies:
2233+
"@typescript-eslint/tsconfig-utils" "^8.53.0"
2234+
"@typescript-eslint/types" "^8.53.0"
2235+
debug "^4.4.3"
2236+
2237+
"@typescript-eslint/scope-manager@8.53.0":
2238+
version "8.53.0"
2239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.53.0.tgz#f922fcbf0d42e72f065297af31779ccf19de9a97"
2240+
integrity sha512-kWNj3l01eOGSdVBnfAF2K1BTh06WS0Yet6JUgb9Cmkqaz3Jlu0fdVUjj9UI8gPidBWSMqDIglmEXifSgDT/D0g==
2241+
dependencies:
2242+
"@typescript-eslint/types" "8.53.0"
2243+
"@typescript-eslint/visitor-keys" "8.53.0"
2244+
2245+
"@typescript-eslint/tsconfig-utils@8.53.0", "@typescript-eslint/tsconfig-utils@^8.53.0":
2246+
version "8.53.0"
2247+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.0.tgz#105279d7969a7abdc8345cc9c57cff83cf910f8f"
2248+
integrity sha512-K6Sc0R5GIG6dNoPdOooQ+KtvT5KCKAvTcY8h2rIuul19vxH5OTQk7ArKkd4yTzkw66WnNY0kPPzzcmWA+XRmiA==
2249+
2250+
"@typescript-eslint/types@8.53.0", "@typescript-eslint/types@^8.53.0":
2251+
version "8.53.0"
2252+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.0.tgz#1adcad3fa32bc2c4cbf3785ba07a5e3151819efb"
2253+
integrity sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ==
2254+
2255+
"@typescript-eslint/typescript-estree@8.53.0":
2256+
version "8.53.0"
2257+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.0.tgz#7805b46b7a8ce97e91b7bb56fc8b1ba26ca8ef52"
2258+
integrity sha512-pw0c0Gdo7Z4xOG987u3nJ8akL9093yEEKv8QTJ+Bhkghj1xyj8cgPaavlr9rq8h7+s6plUJ4QJYw2gCZodqmGw==
2259+
dependencies:
2260+
"@typescript-eslint/project-service" "8.53.0"
2261+
"@typescript-eslint/tsconfig-utils" "8.53.0"
2262+
"@typescript-eslint/types" "8.53.0"
2263+
"@typescript-eslint/visitor-keys" "8.53.0"
2264+
debug "^4.4.3"
2265+
minimatch "^9.0.5"
2266+
semver "^7.7.3"
2267+
tinyglobby "^0.2.15"
2268+
ts-api-utils "^2.4.0"
2269+
2270+
"@typescript-eslint/utils@^8.0.0":
2271+
version "8.53.0"
2272+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.53.0.tgz#bf0a4e2edaf1afc9abce209fc02f8cab0b74af13"
2273+
integrity sha512-XDY4mXTez3Z1iRDI5mbRhH4DFSt46oaIFsLg+Zn97+sYrXACziXSQcSelMybnVZ5pa1P6xYkPr5cMJyunM1ZDA==
2274+
dependencies:
2275+
"@eslint-community/eslint-utils" "^4.9.1"
2276+
"@typescript-eslint/scope-manager" "8.53.0"
2277+
"@typescript-eslint/types" "8.53.0"
2278+
"@typescript-eslint/typescript-estree" "8.53.0"
2279+
2280+
"@typescript-eslint/visitor-keys@8.53.0":
2281+
version "8.53.0"
2282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.0.tgz#9a785664ddae7e3f7e570ad8166e48dbc9c6cf02"
2283+
integrity sha512-LZ2NqIHFhvFwxG0qZeLL9DvdNAHPGCY5dIRwBhyYeU+LfLhcStE1ImjsuTG/WaVh3XysGaeLW8Rqq7cGkPCFvw==
2284+
dependencies:
2285+
"@typescript-eslint/types" "8.53.0"
2286+
eslint-visitor-keys "^4.2.1"
22422287

22432288
JSONStream@^1.0.4:
22442289
version "1.3.5"
@@ -2971,6 +3016,13 @@ brace-expansion@^1.1.7:
29713016
balanced-match "^1.0.0"
29723017
concat-map "0.0.1"
29733018

3019+
brace-expansion@^2.0.1:
3020+
version "2.0.2"
3021+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
3022+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
3023+
dependencies:
3024+
balanced-match "^1.0.0"
3025+
29743026
braces@^2.3.1:
29753027
version "2.3.2"
29763028
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -3983,6 +4035,13 @@ debug@^4.4.1:
39834035
dependencies:
39844036
ms "^2.1.3"
39854037

4038+
debug@^4.4.3:
4039+
version "4.4.3"
4040+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
4041+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
4042+
dependencies:
4043+
ms "^2.1.3"
4044+
39864045
decamelize-keys@^1.0.0, decamelize-keys@^1.1.0:
39874046
version "1.1.1"
39884047
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.1.tgz#04a2d523b2f18d80d0158a43b895d56dff8d19d8"
@@ -4574,12 +4633,12 @@ eslint-plugin-import@2.32.0:
45744633
string.prototype.trimend "^1.0.9"
45754634
tsconfig-paths "^3.15.0"
45764635

4577-
eslint-plugin-jest@22.21.0:
4578-
version "22.21.0"
4579-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz#8137294645866636160487d9764224b9a43e2eb1"
4580-
integrity sha512-OaqnSS7uBgcGiqXUiEnjoqxPNKvR4JWG5mSRkzVoR6+vDwlqqp11beeql1hYs0HTbdhiwrxWLxbX0Vx7roG3Ew==
4636+
eslint-plugin-jest@29.12.1:
4637+
version "29.12.1"
4638+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.12.1.tgz#a0f78812f589796b09148a53a786866244185638"
4639+
integrity sha512-Rxo7r4jSANMBkXLICJKS0gjacgyopfNAsoS0e3R9AHnjoKuQOaaPfmsDJPi8UWwygI099OV/K/JhpYRVkxD4AA==
45814640
dependencies:
4582-
"@typescript-eslint/experimental-utils" "^1.13.0"
4641+
"@typescript-eslint/utils" "^8.0.0"
45834642

45844643
eslint-plugin-prettier@3.4.1:
45854644
version "3.4.1"
@@ -4608,14 +4667,6 @@ eslint-plugin-react@7.31.1:
46084667
semver "^6.3.0"
46094668
string.prototype.matchall "^4.0.7"
46104669

4611-
eslint-scope@^4.0.0:
4612-
version "4.0.3"
4613-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
4614-
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
4615-
dependencies:
4616-
esrecurse "^4.1.0"
4617-
estraverse "^4.1.1"
4618-
46194670
eslint-scope@^5.0.0:
46204671
version "5.1.1"
46214672
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
@@ -4636,6 +4687,16 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
46364687
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
46374688
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
46384689

4690+
eslint-visitor-keys@^3.4.3:
4691+
version "3.4.3"
4692+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
4693+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
4694+
4695+
eslint-visitor-keys@^4.2.1:
4696+
version "4.2.1"
4697+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
4698+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
4699+
46394700
eslint@6.8.0:
46404701
version "6.8.0"
46414702
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -4705,7 +4766,7 @@ esquery@^1.0.1:
47054766
dependencies:
47064767
estraverse "^5.1.0"
47074768

4708-
esrecurse@^4.1.0, esrecurse@^4.3.0:
4769+
esrecurse@^4.3.0:
47094770
version "4.3.0"
47104771
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
47114772
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
@@ -4914,6 +4975,11 @@ fb-watchman@^2.0.0:
49144975
dependencies:
49154976
bser "2.1.1"
49164977

4978+
fdir@^6.5.0:
4979+
version "6.5.0"
4980+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
4981+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
4982+
49174983
figures@^3.0.0:
49184984
version "3.2.0"
49194985
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
@@ -7199,11 +7265,6 @@ lodash.ismatch@^4.4.0:
71997265
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
72007266
integrity sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==
72017267

7202-
lodash.unescape@4.0.1:
7203-
version "4.0.1"
7204-
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
7205-
integrity sha512-DhhGRshNS1aX6s5YdBE3njCCouPgnG29ebyHvImlZzXZf2SHgt+J08DHgytTPnpywNbO1Y8mNUFyQuIDBq2JZg==
7206-
72077268
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:
72087269
version "4.17.21"
72097270
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
@@ -7491,6 +7552,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
74917552
dependencies:
74927553
brace-expansion "^1.1.7"
74937554

7555+
minimatch@^9.0.5:
7556+
version "9.0.5"
7557+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
7558+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
7559+
dependencies:
7560+
brace-expansion "^2.0.1"
7561+
74947562
minimist-options@4.1.0:
74957563
version "4.1.0"
74967564
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -8067,6 +8135,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatc
80678135
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
80688136
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
80698137

8138+
picomatch@^4.0.3:
8139+
version "4.0.3"
8140+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
8141+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
8142+
80708143
pify@^2.3.0:
80718144
version "2.3.0"
80728145
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -8981,11 +9054,6 @@ semver-diff@^3.1.1:
89819054
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
89829055
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
89839056

8984-
semver@5.5.0:
8985-
version "5.5.0"
8986-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
8987-
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
8988-
89899057
semver@6.3.0:
89909058
version "6.3.0"
89919059
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -9001,6 +9069,11 @@ semver@^7.3.2, semver@^7.3.4, semver@^7.5.3:
90019069
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
90029070
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
90039071

9072+
semver@^7.7.3:
9073+
version "7.7.3"
9074+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
9075+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
9076+
90049077
semver@~2.3.1:
90059078
version "2.3.2"
90069079
resolved "https://registry.yarnpkg.com/semver/-/semver-2.3.2.tgz#b9848f25d6cf36333073ec9ef8856d42f1233e52"
@@ -9706,6 +9779,14 @@ ticky@1.0.1:
97069779
resolved "https://registry.yarnpkg.com/ticky/-/ticky-1.0.1.tgz#b7cfa71e768f1c9000c497b9151b30947c50e46d"
97079780
integrity sha512-RX35iq/D+lrsqhcPWIazM9ELkjOe30MSeoBHQHSsRwd1YuhJO5ui1K1/R0r7N3mFvbLBs33idw+eR6j+w6i/DA==
97089781

9782+
tinyglobby@^0.2.15:
9783+
version "0.2.15"
9784+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
9785+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
9786+
dependencies:
9787+
fdir "^6.5.0"
9788+
picomatch "^4.0.3"
9789+
97099790
tmp@^0.0.33:
97109791
version "0.0.33"
97119792
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -9831,6 +9912,11 @@ trough@^1.0.0:
98319912
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
98329913
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
98339914

9915+
ts-api-utils@^2.4.0:
9916+
version "2.4.0"
9917+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
9918+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
9919+
98349920
tsconfig-paths@^3.15.0:
98359921
version "3.15.0"
98369922
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)