Skip to content

Commit c2bd46e

Browse files
chore(deps): bump typescript-eslint to ^6.0.0
1 parent 27845ff commit c2bd46e

File tree

1 file changed

+85
-84
lines changed

1 file changed

+85
-84
lines changed

yarn.lock

Lines changed: 85 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,16 +1286,16 @@
12861286
lodash.once "^4.1.1"
12871287

12881288
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
1289-
version "4.4.0"
1290-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
1291-
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
1289+
version "4.4.1"
1290+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
1291+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
12921292
dependencies:
1293-
eslint-visitor-keys "^3.3.0"
1293+
eslint-visitor-keys "^3.4.3"
12941294

12951295
"@eslint-community/regexpp@^4.5.1":
1296-
version "4.8.1"
1297-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.1.tgz#8c4bb756cc2aa7eaf13cfa5e69c83afb3260c20c"
1298-
integrity sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==
1296+
version "4.12.1"
1297+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1298+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
12991299

13001300
"@eslint/eslintrc@^0.4.3":
13011301
version "0.4.3"
@@ -1751,9 +1751,9 @@
17511751
parse5 "^7.0.0"
17521752

17531753
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
1754-
version "7.0.13"
1755-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
1756-
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
1754+
version "7.0.15"
1755+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1756+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
17571757

17581758
"@types/minimist@^1.2.0":
17591759
version "1.2.5"
@@ -1815,15 +1815,15 @@
18151815
"@types/node" "*"
18161816

18171817
"@typescript-eslint/eslint-plugin@^6.0.0":
1818-
version "6.7.3"
1819-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.3.tgz#d98046e9f7102d49a93d944d413c6055c47fafd7"
1820-
integrity sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==
1818+
version "6.21.0"
1819+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
1820+
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
18211821
dependencies:
18221822
"@eslint-community/regexpp" "^4.5.1"
1823-
"@typescript-eslint/scope-manager" "6.7.3"
1824-
"@typescript-eslint/type-utils" "6.7.3"
1825-
"@typescript-eslint/utils" "6.7.3"
1826-
"@typescript-eslint/visitor-keys" "6.7.3"
1823+
"@typescript-eslint/scope-manager" "6.21.0"
1824+
"@typescript-eslint/type-utils" "6.21.0"
1825+
"@typescript-eslint/utils" "6.21.0"
1826+
"@typescript-eslint/visitor-keys" "6.21.0"
18271827
debug "^4.3.4"
18281828
graphemer "^1.4.0"
18291829
ignore "^5.2.4"
@@ -1832,14 +1832,14 @@
18321832
ts-api-utils "^1.0.1"
18331833

18341834
"@typescript-eslint/parser@^6.0.0":
1835-
version "6.7.3"
1836-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.3.tgz#aaf40092a32877439e5957e18f2d6a91c82cc2fd"
1837-
integrity sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ==
1838-
dependencies:
1839-
"@typescript-eslint/scope-manager" "6.7.3"
1840-
"@typescript-eslint/types" "6.7.3"
1841-
"@typescript-eslint/typescript-estree" "6.7.3"
1842-
"@typescript-eslint/visitor-keys" "6.7.3"
1835+
version "6.21.0"
1836+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
1837+
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
1838+
dependencies:
1839+
"@typescript-eslint/scope-manager" "6.21.0"
1840+
"@typescript-eslint/types" "6.21.0"
1841+
"@typescript-eslint/typescript-estree" "6.21.0"
1842+
"@typescript-eslint/visitor-keys" "6.21.0"
18431843
debug "^4.3.4"
18441844

18451845
"@typescript-eslint/scope-manager@5.62.0":
@@ -1850,21 +1850,21 @@
18501850
"@typescript-eslint/types" "5.62.0"
18511851
"@typescript-eslint/visitor-keys" "5.62.0"
18521852

1853-
"@typescript-eslint/scope-manager@6.7.3":
1854-
version "6.7.3"
1855-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.3.tgz#07e5709c9bdae3eaf216947433ef97b3b8b7d755"
1856-
integrity sha512-wOlo0QnEou9cHO2TdkJmzF7DFGvAKEnB82PuPNHpT8ZKKaZu6Bm63ugOTn9fXNJtvuDPanBc78lGUGGytJoVzQ==
1853+
"@typescript-eslint/scope-manager@6.21.0":
1854+
version "6.21.0"
1855+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
1856+
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
18571857
dependencies:
1858-
"@typescript-eslint/types" "6.7.3"
1859-
"@typescript-eslint/visitor-keys" "6.7.3"
1858+
"@typescript-eslint/types" "6.21.0"
1859+
"@typescript-eslint/visitor-keys" "6.21.0"
18601860

1861-
"@typescript-eslint/type-utils@6.7.3":
1862-
version "6.7.3"
1863-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.3.tgz#c2c165c135dda68a5e70074ade183f5ad68f3400"
1864-
integrity sha512-Fc68K0aTDrKIBvLnKTZ5Pf3MXK495YErrbHb1R6aTpfK5OdSFj0rVN7ib6Tx6ePrZ2gsjLqr0s98NG7l96KSQw==
1861+
"@typescript-eslint/type-utils@6.21.0":
1862+
version "6.21.0"
1863+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
1864+
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
18651865
dependencies:
1866-
"@typescript-eslint/typescript-estree" "6.7.3"
1867-
"@typescript-eslint/utils" "6.7.3"
1866+
"@typescript-eslint/typescript-estree" "6.21.0"
1867+
"@typescript-eslint/utils" "6.21.0"
18681868
debug "^4.3.4"
18691869
ts-api-utils "^1.0.1"
18701870

@@ -1873,10 +1873,10 @@
18731873
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
18741874
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
18751875

1876-
"@typescript-eslint/types@6.7.3":
1877-
version "6.7.3"
1878-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.3.tgz#0402b5628a63f24f2dc9d4a678e9a92cc50ea3e9"
1879-
integrity sha512-4g+de6roB2NFcfkZb439tigpAMnvEIg3rIjWQ+EM7IBaYt/CdJt6em9BJ4h4UpdgaBWdmx2iWsafHTrqmgIPNw==
1876+
"@typescript-eslint/types@6.21.0":
1877+
version "6.21.0"
1878+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1879+
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
18801880

18811881
"@typescript-eslint/typescript-estree@5.62.0":
18821882
version "5.62.0"
@@ -1891,30 +1891,31 @@
18911891
semver "^7.3.7"
18921892
tsutils "^3.21.0"
18931893

1894-
"@typescript-eslint/typescript-estree@6.7.3":
1895-
version "6.7.3"
1896-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.3.tgz#ec5bb7ab4d3566818abaf0e4a8fa1958561b7279"
1897-
integrity sha512-YLQ3tJoS4VxLFYHTw21oe1/vIZPRqAO91z6Uv0Ss2BKm/Ag7/RVQBcXTGcXhgJMdA4U+HrKuY5gWlJlvoaKZ5g==
1894+
"@typescript-eslint/typescript-estree@6.21.0":
1895+
version "6.21.0"
1896+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1897+
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
18981898
dependencies:
1899-
"@typescript-eslint/types" "6.7.3"
1900-
"@typescript-eslint/visitor-keys" "6.7.3"
1899+
"@typescript-eslint/types" "6.21.0"
1900+
"@typescript-eslint/visitor-keys" "6.21.0"
19011901
debug "^4.3.4"
19021902
globby "^11.1.0"
19031903
is-glob "^4.0.3"
1904+
minimatch "9.0.3"
19041905
semver "^7.5.4"
19051906
ts-api-utils "^1.0.1"
19061907

1907-
"@typescript-eslint/utils@6.7.3":
1908-
version "6.7.3"
1909-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.3.tgz#96c655816c373135b07282d67407cb577f62e143"
1910-
integrity sha512-vzLkVder21GpWRrmSR9JxGZ5+ibIUSudXlW52qeKpzUEQhRSmyZiVDDj3crAth7+5tmN1ulvgKaCU2f/bPRCzg==
1908+
"@typescript-eslint/utils@6.21.0":
1909+
version "6.21.0"
1910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1911+
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
19111912
dependencies:
19121913
"@eslint-community/eslint-utils" "^4.4.0"
19131914
"@types/json-schema" "^7.0.12"
19141915
"@types/semver" "^7.5.0"
1915-
"@typescript-eslint/scope-manager" "6.7.3"
1916-
"@typescript-eslint/types" "6.7.3"
1917-
"@typescript-eslint/typescript-estree" "6.7.3"
1916+
"@typescript-eslint/scope-manager" "6.21.0"
1917+
"@typescript-eslint/types" "6.21.0"
1918+
"@typescript-eslint/typescript-estree" "6.21.0"
19181919
semver "^7.5.4"
19191920

19201921
"@typescript-eslint/utils@^5.10.0":
@@ -1939,12 +1940,12 @@
19391940
"@typescript-eslint/types" "5.62.0"
19401941
eslint-visitor-keys "^3.3.0"
19411942

1942-
"@typescript-eslint/visitor-keys@6.7.3":
1943-
version "6.7.3"
1944-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.3.tgz#83809631ca12909bd2083558d2f93f5747deebb2"
1945-
integrity sha512-HEVXkU9IB+nk9o63CeICMHxFWbHWr3E1mpilIQBe9+7L/lH97rleFLVtYsfnWB+JVMaiFnEaxvknvmIzX+CqVg==
1943+
"@typescript-eslint/visitor-keys@6.21.0":
1944+
version "6.21.0"
1945+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1946+
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
19461947
dependencies:
1947-
"@typescript-eslint/types" "6.7.3"
1948+
"@typescript-eslint/types" "6.21.0"
19481949
eslint-visitor-keys "^3.4.1"
19491950

19501951
"@zeit/schemas@2.29.0":
@@ -3350,7 +3351,7 @@ eslint-visitor-keys@^2.0.0:
33503351
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
33513352
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
33523353

3353-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
3354+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
33543355
version "3.4.3"
33553356
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
33563357
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -3543,15 +3544,15 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
35433544
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
35443545

35453546
fast-glob@^3.2.9:
3546-
version "3.3.2"
3547-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
3548-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
3547+
version "3.3.3"
3548+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
3549+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
35493550
dependencies:
35503551
"@nodelib/fs.stat" "^2.0.2"
35513552
"@nodelib/fs.walk" "^1.2.3"
35523553
glob-parent "^5.1.2"
35533554
merge2 "^1.3.0"
3554-
micromatch "^4.0.4"
3555+
micromatch "^4.0.8"
35553556

35563557
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
35573558
version "2.1.0"
@@ -3571,9 +3572,9 @@ fast-url-parser@1.1.3:
35713572
punycode "^1.3.2"
35723573

35733574
fastq@^1.6.0:
3574-
version "1.17.1"
3575-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
3576-
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
3575+
version "1.19.0"
3576+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.19.0.tgz#a82c6b7c2bb4e44766d865f07997785fecfdcb89"
3577+
integrity sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==
35773578
dependencies:
35783579
reusify "^1.0.4"
35793580

@@ -4084,9 +4085,9 @@ ignore@^4.0.6:
40844085
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
40854086

40864087
ignore@^5.2.0, ignore@^5.2.4:
4087-
version "5.3.1"
4088-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
4089-
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
4088+
version "5.3.2"
4089+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
4090+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
40904091

40914092
import-fresh@^3.0.0, import-fresh@^3.2.1:
40924093
version "3.3.0"
@@ -5213,10 +5214,10 @@ merge2@^1.3.0, merge2@^1.4.1:
52135214
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
52145215
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
52155216

5216-
micromatch@^4.0.2, micromatch@^4.0.4:
5217-
version "4.0.7"
5218-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
5219-
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
5217+
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.8:
5218+
version "4.0.8"
5219+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
5220+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
52205221
dependencies:
52215222
braces "^3.0.3"
52225223
picomatch "^2.3.1"
@@ -5269,10 +5270,10 @@ minimatch@5.0.1, minimatch@^5.0.1:
52695270
dependencies:
52705271
brace-expansion "^2.0.1"
52715272

5272-
minimatch@^9.0.0, minimatch@^9.0.1:
5273-
version "9.0.4"
5274-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
5275-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
5273+
minimatch@9.0.3, minimatch@^9.0.0, minimatch@^9.0.1:
5274+
version "9.0.3"
5275+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
5276+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
52765277
dependencies:
52775278
brace-expansion "^2.0.1"
52785279

@@ -6147,9 +6148,9 @@ semver@^6.3.0, semver@^6.3.1:
61476148
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
61486149

61496150
semver@^7.2.1, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
6150-
version "7.6.2"
6151-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
6152-
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
6151+
version "7.7.0"
6152+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.0.tgz#9c6fe61d0c6f9fa9e26575162ee5a9180361b09c"
6153+
integrity sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==
61536154

61546155
serialize-javascript@6.0.0:
61556156
version "6.0.0"
@@ -6651,9 +6652,9 @@ trim-newlines@^3.0.0:
66516652
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
66526653

66536654
ts-api-utils@^1.0.1:
6654-
version "1.0.3"
6655-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
6656-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
6655+
version "1.4.3"
6656+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
6657+
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
66576658

66586659
tslib@^1.8.1:
66596660
version "1.14.1"

0 commit comments

Comments
 (0)