Skip to content

Commit aed99c4

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

File tree

2 files changed

+122
-99
lines changed

2 files changed

+122
-99
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@testing-library/dom": "^9.0.0",
5252
"@types/jest": "^29.0.0",
5353
"@types/node": "20.6.3",
54-
"@typescript-eslint/eslint-plugin": "^6.0.0",
55-
"@typescript-eslint/parser": "^6.0.0",
54+
"@typescript-eslint/eslint-plugin": "^8.0.0",
55+
"@typescript-eslint/parser": "^8.0.0",
5656
"concurrently": "^8.0.0",
5757
"cross-env": "^7.0.3",
5858
"cypress": "^12.0.0",

yarn.lock

Lines changed: 120 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,17 +1285,17 @@
12851285
debug "^3.1.0"
12861286
lodash.once "^4.1.1"
12871287

1288-
"@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==
1288+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.7.0":
1289+
version "4.7.0"
1290+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1291+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
12921292
dependencies:
1293-
eslint-visitor-keys "^3.3.0"
1293+
eslint-visitor-keys "^3.4.3"
12941294

1295-
"@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==
1295+
"@eslint-community/regexpp@^4.10.0":
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"
@@ -1750,7 +1750,7 @@
17501750
"@types/tough-cookie" "*"
17511751
parse5 "^7.0.0"
17521752

1753-
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
1753+
"@types/json-schema@^7.0.9":
17541754
version "7.0.13"
17551755
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
17561756
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
@@ -1814,32 +1814,39 @@
18141814
dependencies:
18151815
"@types/node" "*"
18161816

1817-
"@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==
1817+
"@typescript-eslint/eslint-plugin@^8.0.0":
1818+
version "8.39.0"
1819+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz#c9afec1866ee1a6ea3d768b5f8e92201efbbba06"
1820+
integrity sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==
18211821
dependencies:
1822-
"@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"
1827-
debug "^4.3.4"
1822+
"@eslint-community/regexpp" "^4.10.0"
1823+
"@typescript-eslint/scope-manager" "8.39.0"
1824+
"@typescript-eslint/type-utils" "8.39.0"
1825+
"@typescript-eslint/utils" "8.39.0"
1826+
"@typescript-eslint/visitor-keys" "8.39.0"
18281827
graphemer "^1.4.0"
1829-
ignore "^5.2.4"
1828+
ignore "^7.0.0"
18301829
natural-compare "^1.4.0"
1831-
semver "^7.5.4"
1832-
ts-api-utils "^1.0.1"
1830+
ts-api-utils "^2.1.0"
1831+
1832+
"@typescript-eslint/parser@^8.0.0":
1833+
version "8.39.0"
1834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.0.tgz#c4b895d7a47f4cd5ee6ee77ea30e61d58b802008"
1835+
integrity sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==
1836+
dependencies:
1837+
"@typescript-eslint/scope-manager" "8.39.0"
1838+
"@typescript-eslint/types" "8.39.0"
1839+
"@typescript-eslint/typescript-estree" "8.39.0"
1840+
"@typescript-eslint/visitor-keys" "8.39.0"
1841+
debug "^4.3.4"
18331842

1834-
"@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==
1843+
"@typescript-eslint/[email protected].0":
1844+
version "8.39.0"
1845+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz#71cb29c3f8139f99a905b8705127bffc2ae84759"
1846+
integrity sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==
18381847
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"
1848+
"@typescript-eslint/tsconfig-utils" "^8.39.0"
1849+
"@typescript-eslint/types" "^8.39.0"
18431850
debug "^4.3.4"
18441851

18451852
"@typescript-eslint/[email protected]":
@@ -1850,33 +1857,39 @@
18501857
"@typescript-eslint/types" "5.62.0"
18511858
"@typescript-eslint/visitor-keys" "5.62.0"
18521859

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==
1860+
"@typescript-eslint/scope-manager@8.39.0":
1861+
version "8.39.0"
1862+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz#ba4bf6d8257bbc172c298febf16bc22df4856570"
1863+
integrity sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==
18571864
dependencies:
1858-
"@typescript-eslint/types" "6.7.3"
1859-
"@typescript-eslint/visitor-keys" "6.7.3"
1865+
"@typescript-eslint/types" "8.39.0"
1866+
"@typescript-eslint/visitor-keys" "8.39.0"
1867+
1868+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.39.0":
1869+
version "8.39.0"
1870+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13"
1871+
integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==
18601872

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==
1873+
"@typescript-eslint/type-utils@8.39.0":
1874+
version "8.39.0"
1875+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz#310ec781ae5e7bb0f5940bfd652573587f22786b"
1876+
integrity sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==
18651877
dependencies:
1866-
"@typescript-eslint/typescript-estree" "6.7.3"
1867-
"@typescript-eslint/utils" "6.7.3"
1878+
"@typescript-eslint/types" "8.39.0"
1879+
"@typescript-eslint/typescript-estree" "8.39.0"
1880+
"@typescript-eslint/utils" "8.39.0"
18681881
debug "^4.3.4"
1869-
ts-api-utils "^1.0.1"
1882+
ts-api-utils "^2.1.0"
18701883

18711884
"@typescript-eslint/[email protected]":
18721885
version "5.62.0"
18731886
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
18741887
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
18751888

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==
1889+
"@typescript-eslint/types@8.39.0", "@typescript-eslint/types@^8.39.0":
1890+
version "8.39.0"
1891+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
1892+
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
18801893

18811894
"@typescript-eslint/[email protected]":
18821895
version "5.62.0"
@@ -1891,31 +1904,31 @@
18911904
semver "^7.3.7"
18921905
tsutils "^3.21.0"
18931906

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==
1907+
"@typescript-eslint/typescript-estree@8.39.0":
1908+
version "8.39.0"
1909+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz#b9477a5c47a0feceffe91adf553ad9a3cd4cb3d6"
1910+
integrity sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==
18981911
dependencies:
1899-
"@typescript-eslint/types" "6.7.3"
1900-
"@typescript-eslint/visitor-keys" "6.7.3"
1912+
"@typescript-eslint/project-service" "8.39.0"
1913+
"@typescript-eslint/tsconfig-utils" "8.39.0"
1914+
"@typescript-eslint/types" "8.39.0"
1915+
"@typescript-eslint/visitor-keys" "8.39.0"
19011916
debug "^4.3.4"
1902-
globby "^11.1.0"
1917+
fast-glob "^3.3.2"
19031918
is-glob "^4.0.3"
1904-
semver "^7.5.4"
1905-
ts-api-utils "^1.0.1"
1919+
minimatch "^9.0.4"
1920+
semver "^7.6.0"
1921+
ts-api-utils "^2.1.0"
19061922

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==
1923+
"@typescript-eslint/utils@8.39.0":
1924+
version "8.39.0"
1925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
1926+
integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==
19111927
dependencies:
1912-
"@eslint-community/eslint-utils" "^4.4.0"
1913-
"@types/json-schema" "^7.0.12"
1914-
"@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"
1918-
semver "^7.5.4"
1928+
"@eslint-community/eslint-utils" "^4.7.0"
1929+
"@typescript-eslint/scope-manager" "8.39.0"
1930+
"@typescript-eslint/types" "8.39.0"
1931+
"@typescript-eslint/typescript-estree" "8.39.0"
19191932

19201933
"@typescript-eslint/utils@^5.10.0":
19211934
version "5.62.0"
@@ -1939,13 +1952,13 @@
19391952
"@typescript-eslint/types" "5.62.0"
19401953
eslint-visitor-keys "^3.3.0"
19411954

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==
1955+
"@typescript-eslint/visitor-keys@8.39.0":
1956+
version "8.39.0"
1957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz#5d619a6e810cdd3fd1913632719cbccab08bf875"
1958+
integrity sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==
19461959
dependencies:
1947-
"@typescript-eslint/types" "6.7.3"
1948-
eslint-visitor-keys "^3.4.1"
1960+
"@typescript-eslint/types" "8.39.0"
1961+
eslint-visitor-keys "^4.2.1"
19491962

19501963
19511964
version "2.29.0"
@@ -3350,11 +3363,16 @@ eslint-visitor-keys@^2.0.0:
33503363
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
33513364
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
33523365

3353-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
3366+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
33543367
version "3.4.3"
33553368
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
33563369
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
33573370

3371+
eslint-visitor-keys@^4.2.1:
3372+
version "4.2.1"
3373+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3374+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3375+
33583376
eslint@^7.27.0:
33593377
version "7.32.0"
33603378
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -3542,16 +3560,16 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
35423560
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
35433561
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
35443562

3545-
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==
3563+
fast-glob@^3.2.9, fast-glob@^3.3.2:
3564+
version "3.3.3"
3565+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
3566+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
35493567
dependencies:
35503568
"@nodelib/fs.stat" "^2.0.2"
35513569
"@nodelib/fs.walk" "^1.2.3"
35523570
glob-parent "^5.1.2"
35533571
merge2 "^1.3.0"
3554-
micromatch "^4.0.4"
3572+
micromatch "^4.0.8"
35553573

35563574
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
35573575
version "2.1.0"
@@ -4083,11 +4101,16 @@ ignore@^4.0.6:
40834101
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
40844102
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
40854103

4086-
ignore@^5.2.0, ignore@^5.2.4:
4104+
ignore@^5.2.0:
40874105
version "5.3.1"
40884106
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
40894107
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
40904108

4109+
ignore@^7.0.0:
4110+
version "7.0.5"
4111+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
4112+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
4113+
40914114
import-fresh@^3.0.0, import-fresh@^3.2.1:
40924115
version "3.3.0"
40934116
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -5213,10 +5236,10 @@ merge2@^1.3.0, merge2@^1.4.1:
52135236
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
52145237
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
52155238

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==
5239+
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.8:
5240+
version "4.0.8"
5241+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
5242+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
52205243
dependencies:
52215244
braces "^3.0.3"
52225245
picomatch "^2.3.1"
@@ -5269,10 +5292,10 @@ [email protected], minimatch@^5.0.1:
52695292
dependencies:
52705293
brace-expansion "^2.0.1"
52715294

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==
5295+
minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.4:
5296+
version "9.0.5"
5297+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
5298+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
52765299
dependencies:
52775300
brace-expansion "^2.0.1"
52785301

@@ -6146,10 +6169,10 @@ semver@^6.3.0, semver@^6.3.1:
61466169
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
61476170
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
61486171

6149-
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==
6172+
semver@^7.2.1, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
6173+
version "7.7.2"
6174+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
6175+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
61536176

61546177
61556178
version "6.0.0"
@@ -6650,10 +6673,10 @@ trim-newlines@^3.0.0:
66506673
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
66516674
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
66526675

6653-
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==
6676+
ts-api-utils@^2.1.0:
6677+
version "2.1.0"
6678+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
6679+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
66576680

66586681
tslib@^1.8.1:
66596682
version "1.14.1"

0 commit comments

Comments
 (0)