Skip to content

Commit 46c9a49

Browse files
Bump typescript-eslint from 8.42.0 to 8.45.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.42.0 to 8.45.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.45.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.45.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc6287f commit 46c9a49

File tree

2 files changed

+72
-170
lines changed

2 files changed

+72
-170
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"tsx": "^4.20.5",
176176
"type-fest": "^4.41.0",
177177
"typescript": "^5.9.2",
178-
"typescript-eslint": "8.42.0",
178+
"typescript-eslint": "8.45.0",
179179
"vscode-uri": "^3.1.0",
180180
"webpack": "^5.101.3",
181181
"webpack-cli": "^6.0.1",

yarn.lock

Lines changed: 71 additions & 169 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,200 +1813,102 @@
18131813
dependencies:
18141814
"@types/node" "*"
18151815

1816-
"@typescript-eslint/[email protected]":
1817-
version "8.42.0"
1818-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.42.0.tgz#2172d0496c42eee8c7294b6661681100953fa88f"
1819-
integrity sha512-Aq2dPqsQkxHOLfb2OPv43RnIvfj05nw8v/6n3B2NABIPpHnjQnaLo9QGMTvml+tv4korl/Cjfrb/BYhoL8UUTQ==
1816+
"@typescript-eslint/eslint-plugin@8.45.0", "@typescript-eslint/eslint-plugin@^8.42.0":
1817+
version "8.45.0"
1818+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.45.0.tgz#9f251d4e85ec5089e7cccb09257ce93dbf0d7744"
1819+
integrity sha512-HC3y9CVuevvWCl/oyZuI47dOeDF9ztdMEfMH8/DW/Mhwa9cCLnK1oD7JoTVGW/u7kFzNZUKUoyJEqkaJh5y3Wg==
18201820
dependencies:
18211821
"@eslint-community/regexpp" "^4.10.0"
1822-
"@typescript-eslint/scope-manager" "8.42.0"
1823-
"@typescript-eslint/type-utils" "8.42.0"
1824-
"@typescript-eslint/utils" "8.42.0"
1825-
"@typescript-eslint/visitor-keys" "8.42.0"
1822+
"@typescript-eslint/scope-manager" "8.45.0"
1823+
"@typescript-eslint/type-utils" "8.45.0"
1824+
"@typescript-eslint/utils" "8.45.0"
1825+
"@typescript-eslint/visitor-keys" "8.45.0"
18261826
graphemer "^1.4.0"
18271827
ignore "^7.0.0"
18281828
natural-compare "^1.4.0"
18291829
ts-api-utils "^2.1.0"
18301830

1831-
"@typescript-eslint/eslint-plugin@^8.42.0":
1832-
version "8.43.0"
1833-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.43.0.tgz#4d730c2becd8e47ef76e59f68aee0fb560927cfc"
1834-
integrity sha512-8tg+gt7ENL7KewsKMKDHXR1vm8tt9eMxjJBYINf6swonlWgkYn5NwyIgXpbbDxTNU5DgpDFfj95prcTq2clIQQ==
1831+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.42.0":
1832+
version "8.45.0"
1833+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.45.0.tgz#571660c98824aefb4a6ec3b3766655d1348520a4"
1834+
integrity sha512-TGf22kon8KW+DeKaUmOibKWktRY8b2NSAZNdtWh798COm1NWx8+xJ6iFBtk3IvLdv6+LGLJLRlyhrhEDZWargQ==
18351835
dependencies:
1836-
"@eslint-community/regexpp" "^4.10.0"
1837-
"@typescript-eslint/scope-manager" "8.43.0"
1838-
"@typescript-eslint/type-utils" "8.43.0"
1839-
"@typescript-eslint/utils" "8.43.0"
1840-
"@typescript-eslint/visitor-keys" "8.43.0"
1841-
graphemer "^1.4.0"
1842-
ignore "^7.0.0"
1843-
natural-compare "^1.4.0"
1844-
ts-api-utils "^2.1.0"
1845-
1846-
"@typescript-eslint/[email protected]":
1847-
version "8.42.0"
1848-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.42.0.tgz#20ea66f4867981fb5bb62cbe1454250fc4a440ab"
1849-
integrity sha512-r1XG74QgShUgXph1BYseJ+KZd17bKQib/yF3SR+demvytiRXrwd12Blnz5eYGm8tXaeRdd4x88MlfwldHoudGg==
1850-
dependencies:
1851-
"@typescript-eslint/scope-manager" "8.42.0"
1852-
"@typescript-eslint/types" "8.42.0"
1853-
"@typescript-eslint/typescript-estree" "8.42.0"
1854-
"@typescript-eslint/visitor-keys" "8.42.0"
1855-
debug "^4.3.4"
1856-
1857-
"@typescript-eslint/parser@^8.42.0":
1858-
version "8.43.0"
1859-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.43.0.tgz#4024159925e7671f1782bdd3498bdcfbd48f9137"
1860-
integrity sha512-B7RIQiTsCBBmY+yW4+ILd6mF5h1FUwJsVvpqkrgpszYifetQ2Ke+Z4u6aZh0CblkUGIdR59iYVyXqqZGkZ3aBw==
1861-
dependencies:
1862-
"@typescript-eslint/scope-manager" "8.43.0"
1863-
"@typescript-eslint/types" "8.43.0"
1864-
"@typescript-eslint/typescript-estree" "8.43.0"
1865-
"@typescript-eslint/visitor-keys" "8.43.0"
1866-
debug "^4.3.4"
1867-
1868-
"@typescript-eslint/[email protected]":
1869-
version "8.42.0"
1870-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.42.0.tgz#636eb3418b6c42c98554dce884943708bf41a583"
1871-
integrity sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg==
1872-
dependencies:
1873-
"@typescript-eslint/tsconfig-utils" "^8.42.0"
1874-
"@typescript-eslint/types" "^8.42.0"
1836+
"@typescript-eslint/scope-manager" "8.45.0"
1837+
"@typescript-eslint/types" "8.45.0"
1838+
"@typescript-eslint/typescript-estree" "8.45.0"
1839+
"@typescript-eslint/visitor-keys" "8.45.0"
18751840
debug "^4.3.4"
18761841

1877-
"@typescript-eslint/project-service@8.43.0":
1878-
version "8.43.0"
1879-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.43.0.tgz#958dbaa16fbd1e81d46ab86e139f6276757140f8"
1880-
integrity sha512-htB/+D/BIGoNTQYffZw4uM4NzzuolCoaA/BusuSIcC8YjmBYQioew5VUZAYdAETPjeed0hqCaW7EHg+Robq8uw==
1842+
"@typescript-eslint/project-service@8.45.0":
1843+
version "8.45.0"
1844+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.45.0.tgz#f83dda1bca31dae2fd6821f9131daf1edebfd46c"
1845+
integrity sha512-3pcVHwMG/iA8afdGLMuTibGR7pDsn9RjDev6CCB+naRsSYs2pns5QbinF4Xqw6YC/Sj3lMrm/Im0eMfaa61WUg==
18811846
dependencies:
1882-
"@typescript-eslint/tsconfig-utils" "^8.43.0"
1883-
"@typescript-eslint/types" "^8.43.0"
1847+
"@typescript-eslint/tsconfig-utils" "^8.45.0"
1848+
"@typescript-eslint/types" "^8.45.0"
18841849
debug "^4.3.4"
18851850

1886-
"@typescript-eslint/[email protected]":
1887-
version "8.42.0"
1888-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz#36016757bc85b46ea42bae47b61f9421eddedde3"
1889-
integrity sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw==
1890-
dependencies:
1891-
"@typescript-eslint/types" "8.42.0"
1892-
"@typescript-eslint/visitor-keys" "8.42.0"
1893-
1894-
"@typescript-eslint/[email protected]":
1895-
version "8.43.0"
1896-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.43.0.tgz#009ebc09cc6e7e0dd67898a0e9a70d295361c6b9"
1897-
integrity sha512-daSWlQ87ZhsjrbMLvpuuMAt3y4ba57AuvadcR7f3nl8eS3BjRc8L9VLxFLk92RL5xdXOg6IQ+qKjjqNEimGuAg==
1851+
"@typescript-eslint/[email protected]":
1852+
version "8.45.0"
1853+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.45.0.tgz#59615ba506a9e3479d1efb0d09d6ab52f2a19142"
1854+
integrity sha512-clmm8XSNj/1dGvJeO6VGH7EUSeA0FMs+5au/u3lrA3KfG8iJ4u8ym9/j2tTEoacAffdW1TVUzXO30W1JTJS7dA==
18981855
dependencies:
1899-
"@typescript-eslint/types" "8.43.0"
1900-
"@typescript-eslint/visitor-keys" "8.43.0"
1901-
1902-
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.42.0":
1903-
version "8.42.0"
1904-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.42.0.tgz#21a3e74396fd7443ff930bc41b27789ba7e9236e"
1905-
integrity sha512-kHeFUOdwAJfUmYKjR3CLgZSglGHjbNTi1H8sTYRYV2xX6eNz4RyJ2LIgsDLKf8Yi0/GL1WZAC/DgZBeBft8QAQ==
1856+
"@typescript-eslint/types" "8.45.0"
1857+
"@typescript-eslint/visitor-keys" "8.45.0"
19061858

1907-
"@typescript-eslint/tsconfig-utils@8.43.0", "@typescript-eslint/tsconfig-utils@^8.43.0":
1908-
version "8.43.0"
1909-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.43.0.tgz#e6721dba183d61769a90ffdad202aebc383b18c8"
1910-
integrity sha512-ALC2prjZcj2YqqL5X/bwWQmHA2em6/94GcbB/KKu5SX3EBDOsqztmmX1kMkvAJHzxk7TazKzJfFiEIagNV3qEA==
1859+
"@typescript-eslint/tsconfig-utils@8.45.0", "@typescript-eslint/tsconfig-utils@^8.45.0":
1860+
version "8.45.0"
1861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.45.0.tgz#63d38282790a2566c571bad423e7c1cad1f3d64c"
1862+
integrity sha512-aFdr+c37sc+jqNMGhH+ajxPXwjv9UtFZk79k8pLoJ6p4y0snmYpPA52GuWHgt2ZF4gRRW6odsEj41uZLojDt5w==
19111863

1912-
"@typescript-eslint/type-utils@8.42.0":
1913-
version "8.42.0"
1914-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.42.0.tgz#d6733e7a9fbdf5af60c09c6038dffde13f4e4253"
1915-
integrity sha512-9KChw92sbPTYVFw3JLRH1ockhyR3zqqn9lQXol3/YbI6jVxzWoGcT3AsAW0mu1MY0gYtsXnUGV/AKpkAj5tVlQ==
1864+
"@typescript-eslint/type-utils@8.45.0":
1865+
version "8.45.0"
1866+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.45.0.tgz#04004bdf2598844faa29fb936fb6b0ee10d6d3f3"
1867+
integrity sha512-bpjepLlHceKgyMEPglAeULX1vixJDgaKocp0RVJ5u4wLJIMNuKtUXIczpJCPcn2waII0yuvks/5m5/h3ZQKs0A==
19161868
dependencies:
1917-
"@typescript-eslint/types" "8.42.0"
1918-
"@typescript-eslint/typescript-estree" "8.42.0"
1919-
"@typescript-eslint/utils" "8.42.0"
1869+
"@typescript-eslint/types" "8.45.0"
1870+
"@typescript-eslint/typescript-estree" "8.45.0"
1871+
"@typescript-eslint/utils" "8.45.0"
19201872
debug "^4.3.4"
19211873
ts-api-utils "^2.1.0"
19221874

1923-
"@typescript-eslint/[email protected]":
1924-
version "8.43.0"
1925-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.43.0.tgz#29ea2e34eeae5b8e9fe4f4730c5659fa330aa04e"
1926-
integrity sha512-qaH1uLBpBuBBuRf8c1mLJ6swOfzCXryhKND04Igr4pckzSEW9JX5Aw9AgW00kwfjWJF0kk0ps9ExKTfvXfw4Qg==
1927-
dependencies:
1928-
"@typescript-eslint/types" "8.43.0"
1929-
"@typescript-eslint/typescript-estree" "8.43.0"
1930-
"@typescript-eslint/utils" "8.43.0"
1931-
debug "^4.3.4"
1932-
ts-api-utils "^2.1.0"
1933-
1934-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.42.0":
1935-
version "8.42.0"
1936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.42.0.tgz#ae15c09cebda20473772902033328e87372db008"
1937-
integrity sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==
1938-
1939-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.43.0":
1940-
version "8.43.0"
1941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.43.0.tgz#00d34a5099504eb1b263e022cc17c4243ff2302e"
1942-
integrity sha512-vQ2FZaxJpydjSZJKiSW/LJsabFFvV7KgLC5DiLhkBcykhQj8iK9BOaDmQt74nnKdLvceM5xmhaTF+pLekrxEkw==
1943-
1944-
"@typescript-eslint/[email protected]":
1945-
version "8.42.0"
1946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz#593c3af87d4462252c0d7239d1720b84a1b56864"
1947-
integrity sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ==
1948-
dependencies:
1949-
"@typescript-eslint/project-service" "8.42.0"
1950-
"@typescript-eslint/tsconfig-utils" "8.42.0"
1951-
"@typescript-eslint/types" "8.42.0"
1952-
"@typescript-eslint/visitor-keys" "8.42.0"
1953-
debug "^4.3.4"
1954-
fast-glob "^3.3.2"
1955-
is-glob "^4.0.3"
1956-
minimatch "^9.0.4"
1957-
semver "^7.6.0"
1958-
ts-api-utils "^2.1.0"
1875+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.45.0":
1876+
version "8.45.0"
1877+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.45.0.tgz#fc01cd2a4690b9713b02f895e82fb43f7d960684"
1878+
integrity sha512-WugXLuOIq67BMgQInIxxnsSyRLFxdkJEJu8r4ngLR56q/4Q5LrbfkFRH27vMTjxEK8Pyz7QfzuZe/G15qQnVRA==
19591879

1960-
"@typescript-eslint/typescript-estree@8.43.0":
1961-
version "8.43.0"
1962-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.43.0.tgz#39e5d431239b4d90787072ae0c2290cbd3e0a562"
1963-
integrity sha512-7Vv6zlAhPb+cvEpP06WXXy/ZByph9iL6BQRBDj4kmBsW98AqEeQHlj/13X+sZOrKSo9/rNKH4Ul4f6EICREFdw==
1880+
"@typescript-eslint/typescript-estree@8.45.0":
1881+
version "8.45.0"
1882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.45.0.tgz#3498500f109a89b104d2770497c707e56dfe062d"
1883+
integrity sha512-GfE1NfVbLam6XQ0LcERKwdTTPlLvHvXXhOeUGC1OXi4eQBoyy1iVsW+uzJ/J9jtCz6/7GCQ9MtrQ0fml/jWCnA==
19641884
dependencies:
1965-
"@typescript-eslint/project-service" "8.43.0"
1966-
"@typescript-eslint/tsconfig-utils" "8.43.0"
1967-
"@typescript-eslint/types" "8.43.0"
1968-
"@typescript-eslint/visitor-keys" "8.43.0"
1885+
"@typescript-eslint/project-service" "8.45.0"
1886+
"@typescript-eslint/tsconfig-utils" "8.45.0"
1887+
"@typescript-eslint/types" "8.45.0"
1888+
"@typescript-eslint/visitor-keys" "8.45.0"
19691889
debug "^4.3.4"
19701890
fast-glob "^3.3.2"
19711891
is-glob "^4.0.3"
19721892
minimatch "^9.0.4"
19731893
semver "^7.6.0"
19741894
ts-api-utils "^2.1.0"
19751895

1976-
"@typescript-eslint/[email protected]":
1977-
version "8.42.0"
1978-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.42.0.tgz#95f8e0c697ff2f7da5f72e16135011f878d815c0"
1979-
integrity sha512-JnIzu7H3RH5BrKC4NoZqRfmjqCIS1u3hGZltDYJgkVdqAezl4L9d1ZLw+36huCujtSBSAirGINF/S4UxOcR+/g==
1980-
dependencies:
1981-
"@eslint-community/eslint-utils" "^4.7.0"
1982-
"@typescript-eslint/scope-manager" "8.42.0"
1983-
"@typescript-eslint/types" "8.42.0"
1984-
"@typescript-eslint/typescript-estree" "8.42.0"
1985-
1986-
"@typescript-eslint/[email protected]":
1987-
version "8.43.0"
1988-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.43.0.tgz#5c391133a52f8500dfdabd7026be72a537d7b59e"
1989-
integrity sha512-S1/tEmkUeeswxd0GGcnwuVQPFWo8NzZTOMxCvw8BX7OMxnNae+i8Tm7REQen/SwUIPoPqfKn7EaZ+YLpiB3k9g==
1896+
"@typescript-eslint/[email protected]":
1897+
version "8.45.0"
1898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.45.0.tgz#6e68e92d99019fdf56018d0e6664c76a70470c95"
1899+
integrity sha512-bxi1ht+tLYg4+XV2knz/F7RVhU0k6VrSMc9sb8DQ6fyCTrGQLHfo7lDtN0QJjZjKkLA2ThrKuCdHEvLReqtIGg==
19901900
dependencies:
19911901
"@eslint-community/eslint-utils" "^4.7.0"
1992-
"@typescript-eslint/scope-manager" "8.43.0"
1993-
"@typescript-eslint/types" "8.43.0"
1994-
"@typescript-eslint/typescript-estree" "8.43.0"
1995-
1996-
"@typescript-eslint/[email protected]":
1997-
version "8.42.0"
1998-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.42.0.tgz#87c6caaa1ac307bc73a87c1fc469f88f0162f27e"
1999-
integrity sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ==
2000-
dependencies:
2001-
"@typescript-eslint/types" "8.42.0"
2002-
eslint-visitor-keys "^4.2.1"
1902+
"@typescript-eslint/scope-manager" "8.45.0"
1903+
"@typescript-eslint/types" "8.45.0"
1904+
"@typescript-eslint/typescript-estree" "8.45.0"
20031905

2004-
"@typescript-eslint/visitor-keys@8.43.0":
2005-
version "8.43.0"
2006-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.43.0.tgz#633d3414afec3cf0a0e4583e1575f4101ef51d30"
2007-
integrity sha512-T+S1KqRD4sg/bHfLwrpF/K3gQLBM1n7Rp7OjjikjTEssI2YJzQpi5WXoynOaQ93ERIuq3O8RBTOUYDKszUCEHw==
1906+
"@typescript-eslint/visitor-keys@8.45.0":
1907+
version "8.45.0"
1908+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.45.0.tgz#4e3bcc55da64ac61069ebfe62ca240567ac7d784"
1909+
integrity sha512-qsaFBA3e09MIDAGFUrTk+dzqtfv1XPVz8t8d1f0ybTzrCY7BKiMC5cjrl1O/P7UmHsNyW90EYSkU/ZWpmXelag==
20081910
dependencies:
2009-
"@typescript-eslint/types" "8.43.0"
1911+
"@typescript-eslint/types" "8.45.0"
20101912
eslint-visitor-keys "^4.2.1"
20111913

20121914
"@ungap/structured-clone@^1.3.0":
@@ -7182,15 +7084,15 @@ typed-rest-client@^1.8.4:
71827084
tunnel "0.0.6"
71837085
underscore "^1.12.1"
71847086

7185-
typescript-eslint@8.42.0:
7186-
version "8.42.0"
7187-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.42.0.tgz#e92f6c88569e202b361d5ca1655ad8e33a0554ea"
7188-
integrity sha512-ozR/rQn+aQXQxh1YgbCzQWDFrsi9mcg+1PM3l/z5o1+20P7suOIaNg515bpr/OYt6FObz/NHcBstydDLHWeEKg==
7087+
typescript-eslint@8.45.0:
7088+
version "8.45.0"
7089+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.45.0.tgz#98ab164234dc04c112747ec0a4ae29a94efe123b"
7090+
integrity sha512-qzDmZw/Z5beNLUrXfd0HIW6MzIaAV5WNDxmMs9/3ojGOpYavofgNAAD/nC6tGV2PczIi0iw8vot2eAe/sBn7zg==
71897091
dependencies:
7190-
"@typescript-eslint/eslint-plugin" "8.42.0"
7191-
"@typescript-eslint/parser" "8.42.0"
7192-
"@typescript-eslint/typescript-estree" "8.42.0"
7193-
"@typescript-eslint/utils" "8.42.0"
7092+
"@typescript-eslint/eslint-plugin" "8.45.0"
7093+
"@typescript-eslint/parser" "8.45.0"
7094+
"@typescript-eslint/typescript-estree" "8.45.0"
7095+
"@typescript-eslint/utils" "8.45.0"
71947096

71957097
typescript@^5.9.2:
71967098
version "5.9.2"

0 commit comments

Comments
 (0)