Skip to content

Commit e2ffed8

Browse files
fix(deps): update dependencies
1 parent b0c0863 commit e2ffed8

File tree

2 files changed

+112
-131
lines changed

2 files changed

+112
-131
lines changed

packages/eslint-config-globis/package.json

Lines changed: 5 additions & 5 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.12.0",
18+
"@typescript-eslint/parser": "8.12.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",
26-
"eslint-plugin-react-hooks": "4.6.0",
27-
"eslint-plugin-unused-imports": "3.0.0"
26+
"eslint-plugin-react-hooks": "5.0.0",
27+
"eslint-plugin-unused-imports": "4.1.4"
2828
},
2929
"peerDependencies": {
3030
"eslint": "^6.7.2 || ^7.0.0 || ^8.0.0",

yarn.lock

Lines changed: 107 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@
4343
dependencies:
4444
eslint-visitor-keys "^3.3.0"
4545

46-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
46+
"@eslint-community/regexpp@^4.10.0":
47+
version "4.12.1"
48+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
49+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
50+
51+
"@eslint-community/regexpp@^4.6.1":
4752
version "4.10.0"
4853
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
4954
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -249,11 +254,6 @@
249254
"@types/minimatch" "*"
250255
"@types/node" "*"
251256

252-
"@types/json-schema@^7.0.12":
253-
version "7.0.15"
254-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
255-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
256-
257257
"@types/json5@^0.0.29":
258258
version "0.0.29"
259259
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -291,96 +291,86 @@
291291
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
292292
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
293293

294-
"@types/semver@^7.5.0":
295-
version "7.5.6"
296-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
297-
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
298-
299-
"@typescript-eslint/[email protected]":
300-
version "6.16.0"
301-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz#cc29fbd208ea976de3db7feb07755bba0ce8d8bc"
302-
integrity sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==
303-
dependencies:
304-
"@eslint-community/regexpp" "^4.5.1"
305-
"@typescript-eslint/scope-manager" "6.16.0"
306-
"@typescript-eslint/type-utils" "6.16.0"
307-
"@typescript-eslint/utils" "6.16.0"
308-
"@typescript-eslint/visitor-keys" "6.16.0"
309-
debug "^4.3.4"
294+
"@typescript-eslint/[email protected]":
295+
version "8.12.0"
296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.0.tgz#2089acb441fb5e0171e1b4cfb4291d22fb3779c0"
297+
integrity sha512-uRqchEKT0/OwDePTwCjSFO2aH4zccdeQ7DgAzM/8fuXc+PAXvpdMRbuo+oCmK1lSfXssk2UUBNiWihobKxQp/g==
298+
dependencies:
299+
"@eslint-community/regexpp" "^4.10.0"
300+
"@typescript-eslint/scope-manager" "8.12.0"
301+
"@typescript-eslint/type-utils" "8.12.0"
302+
"@typescript-eslint/utils" "8.12.0"
303+
"@typescript-eslint/visitor-keys" "8.12.0"
310304
graphemer "^1.4.0"
311-
ignore "^5.2.4"
305+
ignore "^5.3.1"
312306
natural-compare "^1.4.0"
313-
semver "^7.5.4"
314-
ts-api-utils "^1.0.1"
315-
316-
"@typescript-eslint/[email protected]":
317-
version "6.16.0"
318-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.16.0.tgz#36f39f63b126aa25af2ad2df13d9891e9fd5b40c"
319-
integrity sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==
320-
dependencies:
321-
"@typescript-eslint/scope-manager" "6.16.0"
322-
"@typescript-eslint/types" "6.16.0"
323-
"@typescript-eslint/typescript-estree" "6.16.0"
324-
"@typescript-eslint/visitor-keys" "6.16.0"
307+
ts-api-utils "^1.3.0"
308+
309+
"@typescript-eslint/[email protected]":
310+
version "8.12.0"
311+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.12.0.tgz#e9a9c047310213169dd500b08622c5641f1997f6"
312+
integrity sha512-7U20duDQWAOhCk2VtyY41Vor/CJjiEW063Zel9aoRXq89FQ/jr+0e0m3kxh9Sk5SFW9B1AblVIBtXd+1xQ1NWQ==
313+
dependencies:
314+
"@typescript-eslint/scope-manager" "8.12.0"
315+
"@typescript-eslint/types" "8.12.0"
316+
"@typescript-eslint/typescript-estree" "8.12.0"
317+
"@typescript-eslint/visitor-keys" "8.12.0"
325318
debug "^4.3.4"
326319

327-
"@typescript-eslint/scope-manager@6.16.0":
328-
version "6.16.0"
329-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
330-
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
320+
"@typescript-eslint/scope-manager@8.12.0":
321+
version "8.12.0"
322+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.12.0.tgz#de23a4a652773efdd558c7e5ff7b734736f14318"
323+
integrity sha512-jbuCXK18iEshRFUtlCIMAmOKA6OAsKjo41UcXPqx7ZWh2b4cmg6pV/pNcZSB7oW9mtgF95yizr7Jnwt3IUD2pA==
331324
dependencies:
332-
"@typescript-eslint/types" "6.16.0"
333-
"@typescript-eslint/visitor-keys" "6.16.0"
325+
"@typescript-eslint/types" "8.12.0"
326+
"@typescript-eslint/visitor-keys" "8.12.0"
334327

335-
"@typescript-eslint/type-utils@6.16.0":
336-
version "6.16.0"
337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz#5f21c3e49e540ad132dc87fc99af463c184d5ed1"
338-
integrity sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==
328+
"@typescript-eslint/type-utils@8.12.0":
329+
version "8.12.0"
330+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.12.0.tgz#d1e2d2ed0b2cb5bca35312b085379fcfb5c812be"
331+
integrity sha512-cHioAZO/nLgyzTmwv7gWIjEKMHSbioKEZqLCaItTn7RvJP1QipuGVwEjPJa6Kv9u9UiUMVAESY9JH186TjKITw==
339332
dependencies:
340-
"@typescript-eslint/typescript-estree" "6.16.0"
341-
"@typescript-eslint/utils" "6.16.0"
333+
"@typescript-eslint/typescript-estree" "8.12.0"
334+
"@typescript-eslint/utils" "8.12.0"
342335
debug "^4.3.4"
343-
ts-api-utils "^1.0.1"
336+
ts-api-utils "^1.3.0"
344337

345-
"@typescript-eslint/types@6.16.0":
346-
version "6.16.0"
347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
348-
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
338+
"@typescript-eslint/types@8.12.0":
339+
version "8.12.0"
340+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.0.tgz#f35d846af8e2248a7e2136fe714a42be3b3154ef"
341+
integrity sha512-Cc+iNtqBJ492f8KLEmKXe1l6683P0MlFO8Bk1NMphnzVIGH4/Wn9kvandFH+gYR1DDUjH/hgeWRGdO5Tj8gjYg==
349342

350-
"@typescript-eslint/typescript-estree@6.16.0":
351-
version "6.16.0"
352-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
353-
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
343+
"@typescript-eslint/typescript-estree@8.12.0":
344+
version "8.12.0"
345+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.0.tgz#6e087bd46f7682c07e971fb1d9dfa5bdc6f45f64"
346+
integrity sha512-a4koVV7HHVOQWcGb6ZcAlunJnAdwo/CITRbleQBSjq5+2WLoAJQCAAiecvrAdSM+n/man6Ghig5YgdGVIC6xqw==
354347
dependencies:
355-
"@typescript-eslint/types" "6.16.0"
356-
"@typescript-eslint/visitor-keys" "6.16.0"
348+
"@typescript-eslint/types" "8.12.0"
349+
"@typescript-eslint/visitor-keys" "8.12.0"
357350
debug "^4.3.4"
358-
globby "^11.1.0"
351+
fast-glob "^3.3.2"
359352
is-glob "^4.0.3"
360-
minimatch "9.0.3"
361-
semver "^7.5.4"
362-
ts-api-utils "^1.0.1"
353+
minimatch "^9.0.4"
354+
semver "^7.6.0"
355+
ts-api-utils "^1.3.0"
363356

364-
"@typescript-eslint/utils@6.16.0":
365-
version "6.16.0"
366-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
367-
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
357+
"@typescript-eslint/utils@8.12.0":
358+
version "8.12.0"
359+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.0.tgz#2967a5915ad4c500486341c79c0cfbc4f276bf47"
360+
integrity sha512-5i1tqLwlf0fpX1j05paNKyIzla/a4Y3Xhh6AFzi0do/LDJLvohtZYaisaTB9kq0D4uBocAxWDTGzNMOCCwIgXA==
368361
dependencies:
369362
"@eslint-community/eslint-utils" "^4.4.0"
370-
"@types/json-schema" "^7.0.12"
371-
"@types/semver" "^7.5.0"
372-
"@typescript-eslint/scope-manager" "6.16.0"
373-
"@typescript-eslint/types" "6.16.0"
374-
"@typescript-eslint/typescript-estree" "6.16.0"
375-
semver "^7.5.4"
376-
377-
"@typescript-eslint/[email protected]":
378-
version "6.16.0"
379-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
380-
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
381-
dependencies:
382-
"@typescript-eslint/types" "6.16.0"
383-
eslint-visitor-keys "^3.4.1"
363+
"@typescript-eslint/scope-manager" "8.12.0"
364+
"@typescript-eslint/types" "8.12.0"
365+
"@typescript-eslint/typescript-estree" "8.12.0"
366+
367+
"@typescript-eslint/[email protected]":
368+
version "8.12.0"
369+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.0.tgz#a9fcd973a546a7c78593d0501debdc9ebab8b340"
370+
integrity sha512-2rXkr+AtZZLuNY18aUjv5wtB9oUiwY1WnNi7VTsdCdy1m958ULeUKoAegldQTjqpbpNJ5cQ4egR8/bh5tbrKKQ==
371+
dependencies:
372+
"@typescript-eslint/types" "8.12.0"
373+
eslint-visitor-keys "^3.4.3"
384374

385375
"@ungap/structured-clone@^1.2.0":
386376
version "1.2.0"
@@ -1241,10 +1231,10 @@ [email protected], eslint-config-airbnb-base@^15.0.0:
12411231
object.entries "^1.1.5"
12421232
semver "^6.3.0"
12431233

1244-
eslint-config-airbnb-typescript@17.1.0:
1245-
version "17.1.0"
1246-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-17.1.0.tgz#fda960eee4a510f092a9a1c139035ac588937ddc"
1247-
integrity sha512-GPxI5URre6dDpJ0CtcthSZVBAfI+Uw7un5OYNVxP2EYi3H81Jw701yFP7AU+/vCE7xBtFmjge7kfhhk4+RAiig==
1234+
eslint-config-airbnb-typescript@18.0.0:
1235+
version "18.0.0"
1236+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-18.0.0.tgz#b1646db4134858d704b1d2bee47e1d72c180315f"
1237+
integrity sha512-oc+Lxzgzsu8FQyFVa4QFaVKiitTYiiW3frB9KYW5OWdPrqFc7FzxgB20hP4cHMlr+MBzGcLl3jnCOVOydL9mIg==
12481238
dependencies:
12491239
eslint-config-airbnb-base "^15.0.0"
12501240

@@ -1323,10 +1313,10 @@ [email protected]:
13231313
object.entries "^1.1.7"
13241314
object.fromentries "^2.0.7"
13251315

1326-
eslint-plugin-react-hooks@4.6.0:
1327-
version "4.6.0"
1328-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
1329-
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
1316+
eslint-plugin-react-hooks@5.0.0:
1317+
version "5.0.0"
1318+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
1319+
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
13301320

13311321
13321322
version "7.33.2"
@@ -1350,17 +1340,10 @@ [email protected]:
13501340
semver "^6.3.1"
13511341
string.prototype.matchall "^4.0.8"
13521342

1353-
1354-
version "3.0.0"
1355-
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.0.0.tgz#d25175b0072ff16a91892c3aa72a09ca3a9e69e7"
1356-
integrity sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==
1357-
dependencies:
1358-
eslint-rule-composer "^0.3.0"
1359-
1360-
eslint-rule-composer@^0.3.0:
1361-
version "0.3.0"
1362-
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
1363-
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
1343+
1344+
version "4.1.4"
1345+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.4.tgz#62ddc7446ccbf9aa7b6f1f0b00a980423cda2738"
1346+
integrity sha512-YptD6IzQjDardkl0POxnnRBhU1OEePMV0nd6siHaRBbd+lyh6NAhFEobiznKU7kTsSsDeSD62Pe7kAM1b7dAZQ==
13641347

13651348
eslint-scope@^7.2.2:
13661349
version "7.2.2"
@@ -1504,7 +1487,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
15041487
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
15051488
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
15061489

1507-
fast-glob@^3.0.3, fast-glob@^3.2.9:
1490+
fast-glob@^3.0.3, fast-glob@^3.3.2:
15081491
version "3.3.2"
15091492
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
15101493
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -1788,18 +1771,6 @@ globby@^10.0.1:
17881771
merge2 "^1.2.3"
17891772
slash "^3.0.0"
17901773

1791-
globby@^11.1.0:
1792-
version "11.1.0"
1793-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
1794-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
1795-
dependencies:
1796-
array-union "^2.1.0"
1797-
dir-glob "^3.0.1"
1798-
fast-glob "^3.2.9"
1799-
ignore "^5.2.0"
1800-
merge2 "^1.4.1"
1801-
slash "^3.0.0"
1802-
18031774
gopd@^1.0.1:
18041775
version "1.0.1"
18051776
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -1928,11 +1899,16 @@ iconv-lite@^0.4.24:
19281899
dependencies:
19291900
safer-buffer ">= 2.1.2 < 3"
19301901

1931-
ignore@^5.1.1, ignore@^5.2.0, ignore@^5.2.4:
1902+
ignore@^5.1.1, ignore@^5.2.0:
19321903
version "5.3.0"
19331904
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
19341905
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
19351906

1907+
ignore@^5.3.1:
1908+
version "5.3.2"
1909+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
1910+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
1911+
19361912
import-fresh@^3.2.1:
19371913
version "3.3.0"
19381914
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -2544,7 +2520,7 @@ merge-stream@^2.0.0:
25442520
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
25452521
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
25462522

2547-
merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
2523+
merge2@^1.2.3, merge2@^1.3.0:
25482524
version "1.4.1"
25492525
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
25502526
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -2572,13 +2548,6 @@ min-indent@^1.0.0:
25722548
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
25732549
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
25742550

2575-
2576-
version "9.0.3"
2577-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2578-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2579-
dependencies:
2580-
brace-expansion "^2.0.1"
2581-
25822551
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
25832552
version "3.1.2"
25842553
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2593,6 +2562,13 @@ minimatch@^5.0.1:
25932562
dependencies:
25942563
brace-expansion "^2.0.1"
25952564

2565+
minimatch@^9.0.4:
2566+
version "9.0.5"
2567+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2568+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2569+
dependencies:
2570+
brace-expansion "^2.0.1"
2571+
25962572
25972573
version "4.1.0"
25982574
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -3366,13 +3342,18 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
33663342
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
33673343
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
33683344

3369-
semver@^7.3.4, semver@^7.5.4:
3345+
semver@^7.3.4:
33703346
version "7.5.4"
33713347
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
33723348
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
33733349
dependencies:
33743350
lru-cache "^6.0.0"
33753351

3352+
semver@^7.6.0:
3353+
version "7.6.3"
3354+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
3355+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
3356+
33763357
sentence-case@^3.0.3:
33773358
version "3.0.4"
33783359
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f"
@@ -3821,10 +3802,10 @@ trim-newlines@^3.0.0:
38213802
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
38223803
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
38233804

3824-
ts-api-utils@^1.0.1:
3825-
version "1.0.3"
3826-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
3827-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
3805+
ts-api-utils@^1.3.0:
3806+
version "1.3.0"
3807+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3808+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
38283809

38293810
tsconfig-paths@^3.15.0:
38303811
version "3.15.0"

0 commit comments

Comments
 (0)