Skip to content

Commit 46f9ca5

Browse files
chore(deps): update dependency eslint-plugin-jest to v29
1 parent 8259edb commit 46f9ca5

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

1564+
"@eslint-community/eslint-utils@^4.9.1":
1565+
version "4.9.1"
1566+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
1567+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
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"
@@ -2108,11 +2115,6 @@
21082115
expect "^29.0.0"
21092116
pretty-format "^29.0.0"
21102117

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-
21162118
"@types/json5@^0.0.29":
21172119
version "0.0.29"
21182120
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -2195,22 +2197,65 @@
21952197
dependencies:
21962198
"@types/yargs-parser" "*"
21972199

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==
2202-
dependencies:
2203-
"@types/json-schema" "^7.0.3"
2204-
"@typescript-eslint/typescript-estree" "1.13.0"
2205-
eslint-scope "^4.0.0"
2206-
2207-
"@typescript-eslint/typescript-estree@1.13.0":
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==
2211-
dependencies:
2212-
lodash.unescape "4.0.1"
2213-
semver "5.5.0"
2200+
"@typescript-eslint/project-service@8.52.0":
2201+
version "8.52.0"
2202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.52.0.tgz#5fb4c16af4eda6d74c70cbc62f5d3f77b96e4cbe"
2203+
integrity sha512-xD0MfdSdEmeFa3OmVqonHi+Cciab96ls1UhIF/qX/O/gPu5KXD0bY9lu33jj04fjzrXHcuvjBcBC+D3SNSadaw==
2204+
dependencies:
2205+
"@typescript-eslint/tsconfig-utils" "^8.52.0"
2206+
"@typescript-eslint/types" "^8.52.0"
2207+
debug "^4.4.3"
2208+
2209+
"@typescript-eslint/scope-manager@8.52.0":
2210+
version "8.52.0"
2211+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.52.0.tgz#9884ff690fad30380ccabfb08af1ac200af6b4e5"
2212+
integrity sha512-ixxqmmCcc1Nf8S0mS0TkJ/3LKcC8mruYJPOU6Ia2F/zUUR4pApW7LzrpU3JmtePbRUTes9bEqRc1Gg4iyRnDzA==
2213+
dependencies:
2214+
"@typescript-eslint/types" "8.52.0"
2215+
"@typescript-eslint/visitor-keys" "8.52.0"
2216+
2217+
"@typescript-eslint/tsconfig-utils@8.52.0", "@typescript-eslint/tsconfig-utils@^8.52.0":
2218+
version "8.52.0"
2219+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.52.0.tgz#0296751c22ed05c83787a6eaec65ae221bd8b8ed"
2220+
integrity sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==
2221+
2222+
"@typescript-eslint/types@8.52.0", "@typescript-eslint/types@^8.52.0":
2223+
version "8.52.0"
2224+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.52.0.tgz#1eb0a16b324824bc23b89d109a267c38c9213c4a"
2225+
integrity sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==
2226+
2227+
"@typescript-eslint/typescript-estree@8.52.0":
2228+
version "8.52.0"
2229+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.52.0.tgz#2ad7721c671be2127951286cb7f44c4ce55b0591"
2230+
integrity sha512-XP3LClsCc0FsTK5/frGjolyADTh3QmsLp6nKd476xNI9CsSsLnmn4f0jrzNoAulmxlmNIpeXuHYeEQv61Q6qeQ==
2231+
dependencies:
2232+
"@typescript-eslint/project-service" "8.52.0"
2233+
"@typescript-eslint/tsconfig-utils" "8.52.0"
2234+
"@typescript-eslint/types" "8.52.0"
2235+
"@typescript-eslint/visitor-keys" "8.52.0"
2236+
debug "^4.4.3"
2237+
minimatch "^9.0.5"
2238+
semver "^7.7.3"
2239+
tinyglobby "^0.2.15"
2240+
ts-api-utils "^2.4.0"
2241+
2242+
"@typescript-eslint/utils@^8.0.0":
2243+
version "8.52.0"
2244+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.52.0.tgz#b249be8264899b80d996fa353b4b84da4662f962"
2245+
integrity sha512-wYndVMWkweqHpEpwPhwqE2lnD2DxC6WVLupU/DOt/0/v+/+iQbbzO3jOHjmBMnhu0DgLULvOaU4h4pwHYi2oRQ==
2246+
dependencies:
2247+
"@eslint-community/eslint-utils" "^4.9.1"
2248+
"@typescript-eslint/scope-manager" "8.52.0"
2249+
"@typescript-eslint/types" "8.52.0"
2250+
"@typescript-eslint/typescript-estree" "8.52.0"
2251+
2252+
"@typescript-eslint/visitor-keys@8.52.0":
2253+
version "8.52.0"
2254+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.52.0.tgz#50361c48a6302676230fe498f80f6decce4bf673"
2255+
integrity sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==
2256+
dependencies:
2257+
"@typescript-eslint/types" "8.52.0"
2258+
eslint-visitor-keys "^4.2.1"
22142259

22152260
JSONStream@^1.0.4:
22162261
version "1.3.5"
@@ -2943,6 +2988,13 @@ brace-expansion@^1.1.7:
29432988
balanced-match "^1.0.0"
29442989
concat-map "0.0.1"
29452990

2991+
brace-expansion@^2.0.1:
2992+
version "2.0.2"
2993+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
2994+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
2995+
dependencies:
2996+
balanced-match "^1.0.0"
2997+
29462998
braces@^2.3.1:
29472999
version "2.3.2"
29483000
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -3955,6 +4007,13 @@ debug@^4.4.1:
39554007
dependencies:
39564008
ms "^2.1.3"
39574009

4010+
debug@^4.4.3:
4011+
version "4.4.3"
4012+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
4013+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
4014+
dependencies:
4015+
ms "^2.1.3"
4016+
39584017
decamelize-keys@^1.0.0, decamelize-keys@^1.1.0:
39594018
version "1.1.1"
39604019
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.1.tgz#04a2d523b2f18d80d0158a43b895d56dff8d19d8"
@@ -4546,12 +4605,12 @@ eslint-plugin-import@2.32.0:
45464605
string.prototype.trimend "^1.0.9"
45474606
tsconfig-paths "^3.15.0"
45484607

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==
4608+
eslint-plugin-jest@29.12.1:
4609+
version "29.12.1"
4610+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.12.1.tgz#a0f78812f589796b09148a53a786866244185638"
4611+
integrity sha512-Rxo7r4jSANMBkXLICJKS0gjacgyopfNAsoS0e3R9AHnjoKuQOaaPfmsDJPi8UWwygI099OV/K/JhpYRVkxD4AA==
45534612
dependencies:
4554-
"@typescript-eslint/experimental-utils" "^1.13.0"
4613+
"@typescript-eslint/utils" "^8.0.0"
45554614

45564615
eslint-plugin-prettier@3.4.1:
45574616
version "3.4.1"
@@ -4580,14 +4639,6 @@ eslint-plugin-react@7.31.1:
45804639
semver "^6.3.0"
45814640
string.prototype.matchall "^4.0.7"
45824641

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-
45914642
eslint-scope@^5.0.0:
45924643
version "5.1.1"
45934644
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
@@ -4608,6 +4659,16 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
46084659
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
46094660
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
46104661

4662+
eslint-visitor-keys@^3.4.3:
4663+
version "3.4.3"
4664+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
4665+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
4666+
4667+
eslint-visitor-keys@^4.2.1:
4668+
version "4.2.1"
4669+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
4670+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
4671+
46114672
eslint@6.8.0:
46124673
version "6.8.0"
46134674
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -4677,7 +4738,7 @@ esquery@^1.0.1:
46774738
dependencies:
46784739
estraverse "^5.1.0"
46794740

4680-
esrecurse@^4.1.0, esrecurse@^4.3.0:
4741+
esrecurse@^4.3.0:
46814742
version "4.3.0"
46824743
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
46834744
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
@@ -4886,6 +4947,11 @@ fb-watchman@^2.0.0:
48864947
dependencies:
48874948
bser "2.1.1"
48884949

4950+
fdir@^6.5.0:
4951+
version "6.5.0"
4952+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
4953+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
4954+
48894955
figures@^3.0.0:
48904956
version "3.2.0"
48914957
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
@@ -7171,11 +7237,6 @@ lodash.ismatch@^4.4.0:
71717237
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
71727238
integrity sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==
71737239

7174-
lodash.unescape@4.0.1:
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-
71797240
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:
71807241
version "4.17.21"
71817242
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
@@ -7463,6 +7524,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
74637524
dependencies:
74647525
brace-expansion "^1.1.7"
74657526

7527+
minimatch@^9.0.5:
7528+
version "9.0.5"
7529+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
7530+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
7531+
dependencies:
7532+
brace-expansion "^2.0.1"
7533+
74667534
minimist-options@4.1.0:
74677535
version "4.1.0"
74687536
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -8039,6 +8107,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatc
80398107
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
80408108
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
80418109

8110+
picomatch@^4.0.3:
8111+
version "4.0.3"
8112+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
8113+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
8114+
80428115
pify@^2.3.0:
80438116
version "2.3.0"
80448117
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -8927,11 +9000,6 @@ semver-diff@^3.1.1:
89279000
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
89289001
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
89299002

8930-
semver@5.5.0:
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-
89359003
semver@6.3.0:
89369004
version "6.3.0"
89379005
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -8947,6 +9015,11 @@ semver@^7.3.2, semver@^7.3.4, semver@^7.5.3:
89479015
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
89489016
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
89499017

9018+
semver@^7.7.3:
9019+
version "7.7.3"
9020+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
9021+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
9022+
89509023
semver@~2.3.1:
89519024
version "2.3.2"
89529025
resolved "https://registry.yarnpkg.com/semver/-/semver-2.3.2.tgz#b9848f25d6cf36333073ec9ef8856d42f1233e52"
@@ -9652,6 +9725,14 @@ ticky@1.0.1:
96529725
resolved "https://registry.yarnpkg.com/ticky/-/ticky-1.0.1.tgz#b7cfa71e768f1c9000c497b9151b30947c50e46d"
96539726
integrity sha512-RX35iq/D+lrsqhcPWIazM9ELkjOe30MSeoBHQHSsRwd1YuhJO5ui1K1/R0r7N3mFvbLBs33idw+eR6j+w6i/DA==
96549727

9728+
tinyglobby@^0.2.15:
9729+
version "0.2.15"
9730+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
9731+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
9732+
dependencies:
9733+
fdir "^6.5.0"
9734+
picomatch "^4.0.3"
9735+
96559736
tmp@^0.0.33:
96569737
version "0.0.33"
96579738
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -9777,6 +9858,11 @@ trough@^1.0.0:
97779858
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
97789859
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
97799860

9861+
ts-api-utils@^2.4.0:
9862+
version "2.4.0"
9863+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
9864+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
9865+
97809866
tsconfig-paths@^3.15.0:
97819867
version "3.15.0"
97829868
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)