Skip to content

Commit bfd4527

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

File tree

2 files changed

+114
-134
lines changed

2 files changed

+114
-134
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.4.0",
18+
"@typescript-eslint/parser": "8.4.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: 110 additions & 130 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.4.0"
300+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.4.0.tgz#188c65610ef875a086404b5bfe105df936b035da"
301+
integrity sha512-rg8LGdv7ri3oAlenMACk9e+AR4wUV0yrrG+XKsGKOK0EVgeEDqurkXMPILG2836fW4ibokTB5v4b6Z9+GYQDEw==
302+
dependencies:
303+
"@eslint-community/regexpp" "^4.10.0"
304+
"@typescript-eslint/scope-manager" "8.4.0"
305+
"@typescript-eslint/type-utils" "8.4.0"
306+
"@typescript-eslint/utils" "8.4.0"
307+
"@typescript-eslint/visitor-keys" "8.4.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.4.0"
315+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.4.0.tgz#36b7cd7643a1c190d49dc0278192b2450f615a6f"
316+
integrity sha512-NHgWmKSgJk5K9N16GIhQ4jSobBoJwrmURaLErad0qlLjrpP5bECYg+wxVTGlGZmJbU03jj/dfnb6V9bw+5icsA==
317+
dependencies:
318+
"@typescript-eslint/scope-manager" "8.4.0"
319+
"@typescript-eslint/types" "8.4.0"
320+
"@typescript-eslint/typescript-estree" "8.4.0"
321+
"@typescript-eslint/visitor-keys" "8.4.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.4.0":
325+
version "8.4.0"
326+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.4.0.tgz#8a13d3c0044513d7960348db6f4789d2a06fa4b4"
327+
integrity sha512-n2jFxLeY0JmKfUqy3P70rs6vdoPjHK8P/w+zJcV3fk0b0BwRXC/zxRTEnAsgYT7MwdQDt/ZEbtdzdVC+hcpF0A==
335328
dependencies:
336-
"@typescript-eslint/types" "6.16.0"
337-
"@typescript-eslint/visitor-keys" "6.16.0"
329+
"@typescript-eslint/types" "8.4.0"
330+
"@typescript-eslint/visitor-keys" "8.4.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.4.0":
333+
version "8.4.0"
334+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.4.0.tgz#4a91b5789f41946adb56d73e2fb4639fdcf37af7"
335+
integrity sha512-pu2PAmNrl9KX6TtirVOrbLPLwDmASpZhK/XU7WvoKoCUkdtq9zF7qQ7gna0GBZFN0hci0vHaSusiL2WpsQk37A==
343336
dependencies:
344-
"@typescript-eslint/typescript-estree" "6.16.0"
345-
"@typescript-eslint/utils" "6.16.0"
337+
"@typescript-eslint/typescript-estree" "8.4.0"
338+
"@typescript-eslint/utils" "8.4.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.4.0":
343+
version "8.4.0"
344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.4.0.tgz#b44d6a90a317a6d97a3e5fabda5196089eec6171"
345+
integrity sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw==
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.4.0":
348+
version "8.4.0"
349+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.4.0.tgz#00ed79ae049e124db37315cde1531a900a048482"
350+
integrity sha512-kJ2OIP4dQw5gdI4uXsaxUZHRwWAGpREJ9Zq6D5L0BweyOrWsL6Sz0YcAZGWhvKnH7fm1J5YFE1JrQL0c9dd53A==
358351
dependencies:
359-
"@typescript-eslint/types" "6.16.0"
360-
"@typescript-eslint/visitor-keys" "6.16.0"
352+
"@typescript-eslint/types" "8.4.0"
353+
"@typescript-eslint/visitor-keys" "8.4.0"
361354
debug "^4.3.4"
362-
globby "^11.1.0"
355+
fast-glob "^3.3.2"
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.4.0":
362+
version "8.4.0"
363+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.4.0.tgz#35c552a404858c853a1f62ba6df2214f1988afc3"
364+
integrity sha512-swULW8n1IKLjRAgciCkTCafyTHHfwVQFt8DovmaF69sKbOxTSFMmIZaSHjqO9i/RV0wIblaawhzvtva8Nmm7lQ==
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.4.0"
368+
"@typescript-eslint/types" "8.4.0"
369+
"@typescript-eslint/typescript-estree" "8.4.0"
370+
371+
"@typescript-eslint/[email protected]":
372+
version "8.4.0"
373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.4.0.tgz#1e8a8b8fd3647db1e42361fdd8de3e1679dec9d2"
374+
integrity sha512-zTQD6WLNTre1hj5wp09nBIDiOc2U5r/qmzo7wxPn4ZgAjHql09EofqhF9WF+fZHzL5aCyaIpPcT2hyxl73kr9A==
375+
dependencies:
376+
"@typescript-eslint/types" "8.4.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"
@@ -1626,7 +1609,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
16261609
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
16271610
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
16281611

1629-
fast-glob@^3.0.3, fast-glob@^3.2.9:
1612+
fast-glob@^3.0.3:
16301613
version "3.2.11"
16311614
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
16321615
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -1637,6 +1620,17 @@ fast-glob@^3.0.3, fast-glob@^3.2.9:
16371620
merge2 "^1.3.0"
16381621
micromatch "^4.0.4"
16391622

1623+
fast-glob@^3.3.2:
1624+
version "3.3.2"
1625+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
1626+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
1627+
dependencies:
1628+
"@nodelib/fs.stat" "^2.0.2"
1629+
"@nodelib/fs.walk" "^1.2.3"
1630+
glob-parent "^5.1.2"
1631+
merge2 "^1.3.0"
1632+
micromatch "^4.0.4"
1633+
16401634
fast-json-stable-stringify@^2.0.0:
16411635
version "2.1.0"
16421636
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1942,18 +1936,6 @@ globby@^10.0.1:
19421936
merge2 "^1.2.3"
19431937
slash "^3.0.0"
19441938

1945-
globby@^11.1.0:
1946-
version "11.1.0"
1947-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
1948-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
1949-
dependencies:
1950-
array-union "^2.1.0"
1951-
dir-glob "^3.0.1"
1952-
fast-glob "^3.2.9"
1953-
ignore "^5.2.0"
1954-
merge2 "^1.4.1"
1955-
slash "^3.0.0"
1956-
19571939
gopd@^1.0.1:
19581940
version "1.0.1"
19591941
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -2094,10 +2076,10 @@ ignore@^5.1.1, ignore@^5.2.0:
20942076
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
20952077
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
20962078

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==
2079+
ignore@^5.3.1:
2080+
version "5.3.2"
2081+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
2082+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
21012083

21022084
import-fresh@^3.2.1:
21032085
version "3.3.0"
@@ -2727,7 +2709,7 @@ merge-stream@^2.0.0:
27272709
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
27282710
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
27292711

2730-
merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
2712+
merge2@^1.2.3, merge2@^1.3.0:
27312713
version "1.4.1"
27322714
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
27332715
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -2755,13 +2737,6 @@ min-indent@^1.0.0:
27552737
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
27562738
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
27572739

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-
27652740
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
27662741
version "3.1.2"
27672742
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2776,6 +2751,13 @@ minimatch@^5.0.1:
27762751
dependencies:
27772752
brace-expansion "^2.0.1"
27782753

2754+
minimatch@^9.0.4:
2755+
version "9.0.5"
2756+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2757+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2758+
dependencies:
2759+
brace-expansion "^2.0.1"
2760+
27792761
27802762
version "4.1.0"
27812763
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -3630,12 +3612,10 @@ semver@^7.3.4:
36303612
dependencies:
36313613
lru-cache "^6.0.0"
36323614

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"
3615+
semver@^7.6.0:
3616+
version "7.6.3"
3617+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
3618+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
36393619

36403620
sentence-case@^3.0.3:
36413621
version "3.0.4"
@@ -4120,10 +4100,10 @@ trim-newlines@^3.0.0:
41204100
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
41214101
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
41224102

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==
4103+
ts-api-utils@^1.3.0:
4104+
version "1.3.0"
4105+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4106+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
41274107

41284108
tsconfig-paths@^3.15.0:
41294109
version "3.15.0"

0 commit comments

Comments
 (0)