Skip to content

Commit 55ed01d

Browse files
Bump typescript-eslint from 8.42.0 to 8.44.1
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.42.0 to 8.44.1. - [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.44.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.44.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc6287f commit 55ed01d

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.44.1",
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.44.1", "@typescript-eslint/eslint-plugin@^8.42.0":
1817+
version "8.44.1"
1818+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.1.tgz#011a2b5913d297b3d9d77f64fb78575bab01a1b3"
1819+
integrity sha512-molgphGqOBT7t4YKCSkbasmu1tb1MgrZ2szGzHbclF7PNmOkSTQVHy+2jXOSnxvR3+Xe1yySHFZoqMpz3TfQsw==
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.44.1"
1823+
"@typescript-eslint/type-utils" "8.44.1"
1824+
"@typescript-eslint/utils" "8.44.1"
1825+
"@typescript-eslint/visitor-keys" "8.44.1"
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.44.1"
1833+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.44.1.tgz#d4c85791389462823596ad46e2b90d34845e05eb"
1834+
integrity sha512-EHrrEsyhOhxYt8MTg4zTF+DJMuNBzWwgvvOYNj/zm1vnaD/IC5zCXFehZv94Piqa2cRFfXrTFxIvO95L7Qc/cw==
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.44.1"
1837+
"@typescript-eslint/types" "8.44.1"
1838+
"@typescript-eslint/typescript-estree" "8.44.1"
1839+
"@typescript-eslint/visitor-keys" "8.44.1"
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.44.1":
1843+
version "8.44.1"
1844+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.44.1.tgz#1bccd9796d25032b190f355f55c5fde061158abb"
1845+
integrity sha512-ycSa60eGg8GWAkVsKV4E6Nz33h+HjTXbsDT4FILyL8Obk5/mx4tbvCNsLf9zret3ipSumAOG89UcCs/KRaKYrA==
18811846
dependencies:
1882-
"@typescript-eslint/tsconfig-utils" "^8.43.0"
1883-
"@typescript-eslint/types" "^8.43.0"
1847+
"@typescript-eslint/tsconfig-utils" "^8.44.1"
1848+
"@typescript-eslint/types" "^8.44.1"
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.44.1"
1853+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.44.1.tgz#31c27f92e4aed8d0f4d6fe2b9e5187d1d8797bd7"
1854+
integrity sha512-NdhWHgmynpSvyhchGLXh+w12OMT308Gm25JoRIyTZqEbApiBiQHD/8xgb6LqCWCFcxFtWwaVdFsLPQI3jvhywg==
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.44.1"
1857+
"@typescript-eslint/visitor-keys" "8.44.1"
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.44.1", "@typescript-eslint/tsconfig-utils@^8.44.1":
1860+
version "8.44.1"
1861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.1.tgz#e1d9d047078fac37d3e638484ab3b56215963342"
1862+
integrity sha512-B5OyACouEjuIvof3o86lRMvyDsFwZm+4fBOqFHccIctYgBjqR3qT39FBYGN87khcgf0ExpdCBeGKpKRhSFTjKQ==
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.44.1":
1865+
version "8.44.1"
1866+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.44.1.tgz#be9d31e0f911d17ee8ac99921bb74cf1f9df3906"
1867+
integrity sha512-KdEerZqHWXsRNKjF9NYswNISnFzXfXNDfPxoTh7tqohU/PRIbwTmsjGK6V9/RTYWau7NZvfo52lgVk+sJh0K3g==
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.44.1"
1870+
"@typescript-eslint/typescript-estree" "8.44.1"
1871+
"@typescript-eslint/utils" "8.44.1"
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.44.1":
1876+
version "8.44.1"
1877+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.44.1.tgz#85d1cad1290a003ff60420388797e85d1c3f76ff"
1878+
integrity sha512-Lk7uj7y9uQUOEguiDIDLYLJOrYHQa7oBiURYVFqIpGxclAFQ78f6VUOM8lI2XEuNOKNB7XuvM2+2cMXAoq4ALQ==
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.44.1":
1881+
version "8.44.1"
1882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.1.tgz#4f17650e5adabecfcc13cd8c517937a4ef5cd424"
1883+
integrity sha512-qnQJ+mVa7szevdEyvfItbO5Vo+GfZ4/GZWWDRRLjrxYPkhM+6zYB2vRYwCsoJLzqFCdZT4mEqyJoyzkunsZ96A==
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.44.1"
1886+
"@typescript-eslint/tsconfig-utils" "8.44.1"
1887+
"@typescript-eslint/types" "8.44.1"
1888+
"@typescript-eslint/visitor-keys" "8.44.1"
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.44.1"
1898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.44.1.tgz#f23d48eb90791a821dc17d4f67bb96faeb75d63d"
1899+
integrity sha512-DpX5Fp6edTlocMCwA+mHY8Mra+pPjRZ0TfHkXI8QFelIKcbADQz1LUPNtzOFUriBB2UYqw4Pi9+xV4w9ZczHFg==
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.44.1"
1903+
"@typescript-eslint/types" "8.44.1"
1904+
"@typescript-eslint/typescript-estree" "8.44.1"
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.44.1":
1907+
version "8.44.1"
1908+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.1.tgz#1d96197a7fcceaba647b3bd6a8594df8dc4deb5a"
1909+
integrity sha512-576+u0QD+Jp3tZzvfRfxon0EA2lzcDt3lhUbsC6Lgzy9x2VR4E+JUiNyGHi5T8vk0TV+fpJ5GLG1JsJuWCaKhw==
20081910
dependencies:
2009-
"@typescript-eslint/types" "8.43.0"
1911+
"@typescript-eslint/types" "8.44.1"
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.44.1:
7088+
version "8.44.1"
7089+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.44.1.tgz#00506d12db48112cbb43030c5b810e6117670010"
7090+
integrity sha512-0ws8uWGrUVTjEeN2OM4K1pLKHK/4NiNP/vz6ns+LjT/6sqpaYzIVFajZb1fj/IDwpsrrHb3Jy0Qm5u9CPcKaeg==
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.44.1"
7093+
"@typescript-eslint/parser" "8.44.1"
7094+
"@typescript-eslint/typescript-estree" "8.44.1"
7095+
"@typescript-eslint/utils" "8.44.1"
71947096

71957097
typescript@^5.9.2:
71967098
version "5.9.2"

0 commit comments

Comments
 (0)