Skip to content

Commit a94d887

Browse files
fix(deps): update dependencies
1 parent c224ed8 commit a94d887

File tree

2 files changed

+100
-119
lines changed

2 files changed

+100
-119
lines changed

packages/eslint-config-globis/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"test": "echo test"
1515
},
1616
"dependencies": {
17-
"@typescript-eslint/eslint-plugin": "6.16.0",
18-
"@typescript-eslint/parser": "6.16.0",
17+
"@typescript-eslint/eslint-plugin": "8.2.0",
18+
"@typescript-eslint/parser": "8.2.0",
1919
"eslint-config-airbnb": "19.0.4",
2020
"eslint-config-airbnb-base": "15.0.0",
21-
"eslint-config-airbnb-typescript": "17.1.0",
21+
"eslint-config-airbnb-typescript": "18.0.0",
2222
"eslint-config-prettier": "9.1.0",
2323
"eslint-plugin-import": "2.29.1",
2424
"eslint-plugin-jsx-a11y": "6.8.0",
2525
"eslint-plugin-react": "7.33.2",
2626
"eslint-plugin-react-hooks": "4.6.0",
27-
"eslint-plugin-unused-imports": "3.0.0"
27+
"eslint-plugin-unused-imports": "4.1.3"
2828
},
2929
"peerDependencies": {
3030
"eslint": "^6.7.2 || ^7.0.0 || ^8.0.0",

yarn.lock

Lines changed: 96 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@
4949
dependencies:
5050
eslint-visitor-keys "^3.3.0"
5151

52-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
52+
"@eslint-community/regexpp@^4.10.0":
53+
version "4.11.0"
54+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
55+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
56+
57+
"@eslint-community/regexpp@^4.6.1":
5358
version "4.10.0"
5459
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
5560
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -255,11 +260,6 @@
255260
"@types/minimatch" "*"
256261
"@types/node" "*"
257262

258-
"@types/json-schema@^7.0.12":
259-
version "7.0.15"
260-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
261-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
262-
263263
"@types/json5@^0.0.29":
264264
version "0.0.29"
265265
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -295,96 +295,86 @@
295295
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
296296
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
297297

298-
"@types/semver@^7.5.0":
299-
version "7.5.6"
300-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
301-
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
302-
303-
"@typescript-eslint/[email protected]":
304-
version "6.16.0"
305-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz#cc29fbd208ea976de3db7feb07755bba0ce8d8bc"
306-
integrity sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==
307-
dependencies:
308-
"@eslint-community/regexpp" "^4.5.1"
309-
"@typescript-eslint/scope-manager" "6.16.0"
310-
"@typescript-eslint/type-utils" "6.16.0"
311-
"@typescript-eslint/utils" "6.16.0"
312-
"@typescript-eslint/visitor-keys" "6.16.0"
313-
debug "^4.3.4"
298+
"@typescript-eslint/[email protected]":
299+
version "8.2.0"
300+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.2.0.tgz#bf50e9c8dac6bdf15dd1b52ca29448550903558e"
301+
integrity sha512-02tJIs655em7fvt9gps/+4k4OsKULYGtLBPJfOsmOq1+3cdClYiF0+d6mHu6qDnTcg88wJBkcPLpQhq7FyDz0A==
302+
dependencies:
303+
"@eslint-community/regexpp" "^4.10.0"
304+
"@typescript-eslint/scope-manager" "8.2.0"
305+
"@typescript-eslint/type-utils" "8.2.0"
306+
"@typescript-eslint/utils" "8.2.0"
307+
"@typescript-eslint/visitor-keys" "8.2.0"
314308
graphemer "^1.4.0"
315-
ignore "^5.2.4"
309+
ignore "^5.3.1"
316310
natural-compare "^1.4.0"
317-
semver "^7.5.4"
318-
ts-api-utils "^1.0.1"
319-
320-
"@typescript-eslint/[email protected]":
321-
version "6.16.0"
322-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.16.0.tgz#36f39f63b126aa25af2ad2df13d9891e9fd5b40c"
323-
integrity sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==
324-
dependencies:
325-
"@typescript-eslint/scope-manager" "6.16.0"
326-
"@typescript-eslint/types" "6.16.0"
327-
"@typescript-eslint/typescript-estree" "6.16.0"
328-
"@typescript-eslint/visitor-keys" "6.16.0"
311+
ts-api-utils "^1.3.0"
312+
313+
"@typescript-eslint/[email protected]":
314+
version "8.2.0"
315+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.2.0.tgz#de3993304feb98576d9ffbf10c83ca1bcb68a5dd"
316+
integrity sha512-j3Di+o0lHgPrb7FxL3fdEy6LJ/j2NE8u+AP/5cQ9SKb+JLH6V6UHDqJ+e0hXBkHP1wn1YDFjYCS9LBQsZDlDEg==
317+
dependencies:
318+
"@typescript-eslint/scope-manager" "8.2.0"
319+
"@typescript-eslint/types" "8.2.0"
320+
"@typescript-eslint/typescript-estree" "8.2.0"
321+
"@typescript-eslint/visitor-keys" "8.2.0"
329322
debug "^4.3.4"
330323

331-
"@typescript-eslint/scope-manager@6.16.0":
332-
version "6.16.0"
333-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
334-
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
324+
"@typescript-eslint/scope-manager@8.2.0":
325+
version "8.2.0"
326+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.2.0.tgz#4a4bd7e7df5522acc8795c3b6f21e8c41b951138"
327+
integrity sha512-OFn80B38yD6WwpoHU2Tz/fTz7CgFqInllBoC3WP+/jLbTb4gGPTy9HBSTsbDWkMdN55XlVU0mMDYAtgvlUspGw==
335328
dependencies:
336-
"@typescript-eslint/types" "6.16.0"
337-
"@typescript-eslint/visitor-keys" "6.16.0"
329+
"@typescript-eslint/types" "8.2.0"
330+
"@typescript-eslint/visitor-keys" "8.2.0"
338331

339-
"@typescript-eslint/type-utils@6.16.0":
340-
version "6.16.0"
341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz#5f21c3e49e540ad132dc87fc99af463c184d5ed1"
342-
integrity sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==
332+
"@typescript-eslint/type-utils@8.2.0":
333+
version "8.2.0"
334+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.2.0.tgz#5cd7fef50f492e5a0f508bdd40678861a57c3549"
335+
integrity sha512-g1CfXGFMQdT5S+0PSO0fvGXUaiSkl73U1n9LTK5aRAFnPlJ8dLKkXr4AaLFvPedW8lVDoMgLLE3JN98ZZfsj0w==
343336
dependencies:
344-
"@typescript-eslint/typescript-estree" "6.16.0"
345-
"@typescript-eslint/utils" "6.16.0"
337+
"@typescript-eslint/typescript-estree" "8.2.0"
338+
"@typescript-eslint/utils" "8.2.0"
346339
debug "^4.3.4"
347-
ts-api-utils "^1.0.1"
340+
ts-api-utils "^1.3.0"
348341

349-
"@typescript-eslint/types@6.16.0":
350-
version "6.16.0"
351-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
352-
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
342+
"@typescript-eslint/types@8.2.0":
343+
version "8.2.0"
344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.2.0.tgz#dfe9895a2812f7c6bf7af863054c22a67060420c"
345+
integrity sha512-6a9QSK396YqmiBKPkJtxsgZZZVjYQ6wQ/TlI0C65z7vInaETuC6HAHD98AGLC8DyIPqHytvNuS8bBVvNLKyqvQ==
353346

354-
"@typescript-eslint/typescript-estree@6.16.0":
355-
version "6.16.0"
356-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
357-
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
347+
"@typescript-eslint/typescript-estree@8.2.0":
348+
version "8.2.0"
349+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.2.0.tgz#fbdb93a1c7ac7f1f96ae2de4fc97cd64c60ae894"
350+
integrity sha512-kiG4EDUT4dImplOsbh47B1QnNmXSoUqOjWDvCJw/o8LgfD0yr7k2uy54D5Wm0j4t71Ge1NkynGhpWdS0dEIAUA==
358351
dependencies:
359-
"@typescript-eslint/types" "6.16.0"
360-
"@typescript-eslint/visitor-keys" "6.16.0"
352+
"@typescript-eslint/types" "8.2.0"
353+
"@typescript-eslint/visitor-keys" "8.2.0"
361354
debug "^4.3.4"
362355
globby "^11.1.0"
363356
is-glob "^4.0.3"
364-
minimatch "9.0.3"
365-
semver "^7.5.4"
366-
ts-api-utils "^1.0.1"
357+
minimatch "^9.0.4"
358+
semver "^7.6.0"
359+
ts-api-utils "^1.3.0"
367360

368-
"@typescript-eslint/utils@6.16.0":
369-
version "6.16.0"
370-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
371-
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
361+
"@typescript-eslint/utils@8.2.0":
362+
version "8.2.0"
363+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.2.0.tgz#02d442285925f28d520587185f295f932702e733"
364+
integrity sha512-O46eaYKDlV3TvAVDNcoDzd5N550ckSe8G4phko++OCSC1dYIb9LTc3HDGYdWqWIAT5qDUKphO6sd9RrpIJJPfg==
372365
dependencies:
373366
"@eslint-community/eslint-utils" "^4.4.0"
374-
"@types/json-schema" "^7.0.12"
375-
"@types/semver" "^7.5.0"
376-
"@typescript-eslint/scope-manager" "6.16.0"
377-
"@typescript-eslint/types" "6.16.0"
378-
"@typescript-eslint/typescript-estree" "6.16.0"
379-
semver "^7.5.4"
380-
381-
"@typescript-eslint/[email protected]":
382-
version "6.16.0"
383-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
384-
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
385-
dependencies:
386-
"@typescript-eslint/types" "6.16.0"
387-
eslint-visitor-keys "^3.4.1"
367+
"@typescript-eslint/scope-manager" "8.2.0"
368+
"@typescript-eslint/types" "8.2.0"
369+
"@typescript-eslint/typescript-estree" "8.2.0"
370+
371+
"@typescript-eslint/[email protected]":
372+
version "8.2.0"
373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.2.0.tgz#f6abb3b6508898a117175ddc11f9b9869cc96834"
374+
integrity sha512-sbgsPMW9yLvS7IhCi8IpuK1oBmtbWUNP+hBdwl/I9nzqVsszGnNGti5r9dUtF5RLivHUFFIdRvLiTsPhzSyJ3Q==
375+
dependencies:
376+
"@typescript-eslint/types" "8.2.0"
377+
eslint-visitor-keys "^3.4.3"
388378

389379
"@ungap/structured-clone@^1.2.0":
390380
version "1.2.0"
@@ -1358,10 +1348,10 @@ [email protected], eslint-config-airbnb-base@^15.0.0:
13581348
object.entries "^1.1.5"
13591349
semver "^6.3.0"
13601350

1361-
eslint-config-airbnb-typescript@17.1.0:
1362-
version "17.1.0"
1363-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-17.1.0.tgz#fda960eee4a510f092a9a1c139035ac588937ddc"
1364-
integrity sha512-GPxI5URre6dDpJ0CtcthSZVBAfI+Uw7un5OYNVxP2EYi3H81Jw701yFP7AU+/vCE7xBtFmjge7kfhhk4+RAiig==
1351+
eslint-config-airbnb-typescript@18.0.0:
1352+
version "18.0.0"
1353+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-18.0.0.tgz#b1646db4134858d704b1d2bee47e1d72c180315f"
1354+
integrity sha512-oc+Lxzgzsu8FQyFVa4QFaVKiitTYiiW3frB9KYW5OWdPrqFc7FzxgB20hP4cHMlr+MBzGcLl3jnCOVOydL9mIg==
13651355
dependencies:
13661356
eslint-config-airbnb-base "^15.0.0"
13671357

@@ -1467,17 +1457,10 @@ [email protected]:
14671457
semver "^6.3.1"
14681458
string.prototype.matchall "^4.0.8"
14691459

1470-
1471-
version "3.0.0"
1472-
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.0.0.tgz#d25175b0072ff16a91892c3aa72a09ca3a9e69e7"
1473-
integrity sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==
1474-
dependencies:
1475-
eslint-rule-composer "^0.3.0"
1476-
1477-
eslint-rule-composer@^0.3.0:
1478-
version "0.3.0"
1479-
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
1480-
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
1460+
1461+
version "4.1.3"
1462+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.3.tgz#079ef6f51914a981e657b3834935a6a417bf3f45"
1463+
integrity sha512-lqrNZIZjFMUr7P06eoKtQLwyVRibvG7N+LtfKtObYGizAAGrcqLkc3tDx+iAik2z7q0j/XI3ihjupIqxhFabFA==
14811464

14821465
eslint-scope@^7.2.2:
14831466
version "7.2.2"
@@ -2094,10 +2077,10 @@ ignore@^5.1.1, ignore@^5.2.0:
20942077
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
20952078
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
20962079

2097-
ignore@^5.2.4:
2098-
version "5.3.0"
2099-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
2100-
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
2080+
ignore@^5.3.1:
2081+
version "5.3.2"
2082+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
2083+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
21012084

21022085
import-fresh@^3.2.1:
21032086
version "3.3.0"
@@ -2755,13 +2738,6 @@ min-indent@^1.0.0:
27552738
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
27562739
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
27572740

2758-
2759-
version "9.0.3"
2760-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2761-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2762-
dependencies:
2763-
brace-expansion "^2.0.1"
2764-
27652741
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
27662742
version "3.1.2"
27672743
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2776,6 +2752,13 @@ minimatch@^5.0.1:
27762752
dependencies:
27772753
brace-expansion "^2.0.1"
27782754

2755+
minimatch@^9.0.4:
2756+
version "9.0.5"
2757+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2758+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2759+
dependencies:
2760+
brace-expansion "^2.0.1"
2761+
27792762
27802763
version "4.1.0"
27812764
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -3630,12 +3613,10 @@ semver@^7.3.4:
36303613
dependencies:
36313614
lru-cache "^6.0.0"
36323615

3633-
semver@^7.5.4:
3634-
version "7.5.4"
3635-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
3636-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
3637-
dependencies:
3638-
lru-cache "^6.0.0"
3616+
semver@^7.6.0:
3617+
version "7.6.3"
3618+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
3619+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
36393620

36403621
sentence-case@^3.0.3:
36413622
version "3.0.4"
@@ -4120,10 +4101,10 @@ trim-newlines@^3.0.0:
41204101
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
41214102
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
41224103

4123-
ts-api-utils@^1.0.1:
4124-
version "1.0.3"
4125-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
4126-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
4104+
ts-api-utils@^1.3.0:
4105+
version "1.3.0"
4106+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4107+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
41274108

41284109
tsconfig-paths@^3.15.0:
41294110
version "3.15.0"

0 commit comments

Comments
 (0)