Skip to content

Commit 9c4279f

Browse files
build(deps): bump the eslint group with 6 updates (#1899)
Bumps the eslint group with 6 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.28.0` | `9.36.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.34.0` | `8.44.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.34.0` | `8.44.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` | `10.1.8` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.13.0` | `29.0.1` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.4.1` | `5.5.4` | Updates `@eslint/js` from 9.28.0 to 9.36.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.36.0/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.34.0 to 8.44.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.34.0 to 8.44.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.0/packages/parser) Updates `eslint-config-prettier` from 10.1.5 to 10.1.8 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.1.5...v10.1.8) Updates `eslint-plugin-jest` from 28.13.0 to 29.0.1 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.13.0...v29.0.1) Updates `eslint-plugin-prettier` from 5.4.1 to 5.5.4 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.4.1...v5.5.4) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-config-prettier dependency-version: 10.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-jest dependency-version: 29.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03dd779 commit 9c4279f

File tree

2 files changed

+110
-116
lines changed

2 files changed

+110
-116
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"devDependencies": {
4646
"@types/jest": "29.5.14",
4747
"@types/node": "22.15.30",
48-
"@typescript-eslint/eslint-plugin": "8.34.0",
49-
"@typescript-eslint/parser": "8.34.0",
48+
"@typescript-eslint/eslint-plugin": "8.46.1",
49+
"@typescript-eslint/parser": "8.46.1",
5050
"eslint": "9.28.0",
51-
"eslint-config-prettier": "10.1.5",
52-
"eslint-plugin-jest": "28.13.0",
53-
"eslint-plugin-prettier": "5.4.1",
51+
"eslint-config-prettier": "10.1.8",
52+
"eslint-plugin-jest": "29.0.1",
53+
"eslint-plugin-prettier": "5.5.4",
5454
"jest": "29.7.0",
5555
"jest-circus": "30.2.0",
5656
"prettier": "3.5.3",

yarn.lock

Lines changed: 105 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -906,11 +906,16 @@
906906
minimatch "^3.1.2"
907907
strip-json-comments "^3.1.1"
908908

909-
"@eslint/[email protected]", "@eslint/js@^9.0.0":
909+
910910
version "9.28.0"
911911
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.28.0.tgz#7822ccc2f8cae7c3cd4f902377d520e9ae03f844"
912912
integrity sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==
913913

914+
"@eslint/js@^9.0.0":
915+
version "9.37.0"
916+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.37.0.tgz#0cfd5aa763fe5d1ee60bedf84cd14f54bcf9e21b"
917+
integrity sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==
918+
914919
"@eslint/object-schema@^2.1.6":
915920
version "2.1.6"
916921
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
@@ -1540,11 +1545,6 @@
15401545
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
15411546
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
15421547

1543-
"@pkgr/core@^0.2.4":
1544-
version "0.2.4"
1545-
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.4.tgz#d897170a2b0ba51f78a099edccd968f7b103387c"
1546-
integrity sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==
1547-
15481548
"@pkgr/core@^0.2.9":
15491549
version "0.2.9"
15501550
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
@@ -1709,21 +1709,6 @@
17091709
dependencies:
17101710
"@types/yargs-parser" "*"
17111711

1712-
"@typescript-eslint/[email protected]":
1713-
version "8.34.0"
1714-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.0.tgz#96c9f818782fe24cd5883a5d517ca1826d3fa9c2"
1715-
integrity sha512-QXwAlHlbcAwNlEEMKQS2RCgJsgXrTJdjXT08xEgbPFa2yYQgVjBymxP5DrfrE7X7iodSzd9qBUHUycdyVJTW1w==
1716-
dependencies:
1717-
"@eslint-community/regexpp" "^4.10.0"
1718-
"@typescript-eslint/scope-manager" "8.34.0"
1719-
"@typescript-eslint/type-utils" "8.34.0"
1720-
"@typescript-eslint/utils" "8.34.0"
1721-
"@typescript-eslint/visitor-keys" "8.34.0"
1722-
graphemer "^1.4.0"
1723-
ignore "^7.0.0"
1724-
natural-compare "^1.4.0"
1725-
ts-api-utils "^2.1.0"
1726-
17271712
"@typescript-eslint/[email protected]":
17281713
version "8.45.0"
17291714
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.45.0.tgz#9f251d4e85ec5089e7cccb09257ce93dbf0d7744"
@@ -1739,16 +1724,20 @@
17391724
natural-compare "^1.4.0"
17401725
ts-api-utils "^2.1.0"
17411726

1742-
"@typescript-eslint/parser@8.34.0":
1743-
version "8.34.0"
1744-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.0.tgz#703270426ac529304ae6988482f487c856d9c13f"
1745-
integrity sha512-vxXJV1hVFx3IXz/oy2sICsJukaBrtDEQSBiV48/YIV5KWjX1dO+bcIr/kCPrW6weKXvsaGKFNlwH0v2eYdRRbA==
1727+
"@typescript-eslint/eslint-plugin@8.46.1":
1728+
version "8.46.1"
1729+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.1.tgz#20876354024140aabc8b400bc95735fdcade17d5"
1730+
integrity sha512-rUsLh8PXmBjdiPY+Emjz9NX2yHvhS11v0SR6xNJkm5GM1MO9ea/1GoDKlHHZGrOJclL/cZ2i/vRUYVtjRhrHVQ==
17461731
dependencies:
1747-
"@typescript-eslint/scope-manager" "8.34.0"
1748-
"@typescript-eslint/types" "8.34.0"
1749-
"@typescript-eslint/typescript-estree" "8.34.0"
1750-
"@typescript-eslint/visitor-keys" "8.34.0"
1751-
debug "^4.3.4"
1732+
"@eslint-community/regexpp" "^4.10.0"
1733+
"@typescript-eslint/scope-manager" "8.46.1"
1734+
"@typescript-eslint/type-utils" "8.46.1"
1735+
"@typescript-eslint/utils" "8.46.1"
1736+
"@typescript-eslint/visitor-keys" "8.46.1"
1737+
graphemer "^1.4.0"
1738+
ignore "^7.0.0"
1739+
natural-compare "^1.4.0"
1740+
ts-api-utils "^2.1.0"
17521741

17531742
"@typescript-eslint/[email protected]":
17541743
version "8.45.0"
@@ -1761,13 +1750,15 @@
17611750
"@typescript-eslint/visitor-keys" "8.45.0"
17621751
debug "^4.3.4"
17631752

1764-
"@typescript-eslint/project-service@8.34.0":
1765-
version "8.34.0"
1766-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.0.tgz#449119b72fe9fae185013a6bdbaf1ffbfee6bcaf"
1767-
integrity sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==
1753+
"@typescript-eslint/parser@8.46.1":
1754+
version "8.46.1"
1755+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.1.tgz#81751f46800fc6b01ce1a72760cd17f06e7f395b"
1756+
integrity sha512-6JSSaBZmsKvEkbRUkf7Zj7dru/8ZCrJxAqArcLaVMee5907JdtEbKGsZ7zNiIm/UAkpGUkaSMZEXShnN2D1HZA==
17681757
dependencies:
1769-
"@typescript-eslint/tsconfig-utils" "^8.34.0"
1770-
"@typescript-eslint/types" "^8.34.0"
1758+
"@typescript-eslint/scope-manager" "8.46.1"
1759+
"@typescript-eslint/types" "8.46.1"
1760+
"@typescript-eslint/typescript-estree" "8.46.1"
1761+
"@typescript-eslint/visitor-keys" "8.46.1"
17711762
debug "^4.3.4"
17721763

17731764
"@typescript-eslint/[email protected]":
@@ -1779,13 +1770,14 @@
17791770
"@typescript-eslint/types" "^8.45.0"
17801771
debug "^4.3.4"
17811772

1782-
"@typescript-eslint/scope-manager@8.34.0":
1783-
version "8.34.0"
1784-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz#9fedaec02370cf79c018a656ab402eb00dc69e67"
1785-
integrity sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==
1773+
"@typescript-eslint/project-service@8.46.1":
1774+
version "8.46.1"
1775+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.1.tgz#07be0e6f27fa90a17d8e5f6996ee02329c9a8c2e"
1776+
integrity sha512-FOIaFVMHzRskXr5J4Jp8lFVV0gz5ngv3RHmn+E4HYxSJ3DgDzU7fVI1/M7Ijh1zf6S7HIoaIOtln1H5y8V+9Zg==
17861777
dependencies:
1787-
"@typescript-eslint/types" "8.34.0"
1788-
"@typescript-eslint/visitor-keys" "8.34.0"
1778+
"@typescript-eslint/tsconfig-utils" "^8.46.1"
1779+
"@typescript-eslint/types" "^8.46.1"
1780+
debug "^4.3.4"
17891781

17901782
"@typescript-eslint/[email protected]":
17911783
version "8.45.0"
@@ -1795,25 +1787,23 @@
17951787
"@typescript-eslint/types" "8.45.0"
17961788
"@typescript-eslint/visitor-keys" "8.45.0"
17971789

1798-
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.34.0":
1799-
version "8.34.0"
1800-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz#97d0a24e89a355e9308cebc8e23f255669bf0979"
1801-
integrity sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==
1790+
"@typescript-eslint/[email protected]":
1791+
version "8.46.1"
1792+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.1.tgz#590dd2e65e95af646bdaf50adeae9af39e25e8c1"
1793+
integrity sha512-weL9Gg3/5F0pVQKiF8eOXFZp8emqWzZsOJuWRUNtHT+UNV2xSJegmpCNQHy37aEQIbToTq7RHKhWvOsmbM680A==
1794+
dependencies:
1795+
"@typescript-eslint/types" "8.46.1"
1796+
"@typescript-eslint/visitor-keys" "8.46.1"
18021797

18031798
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.45.0":
18041799
version "8.45.0"
18051800
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.45.0.tgz#63d38282790a2566c571bad423e7c1cad1f3d64c"
18061801
integrity sha512-aFdr+c37sc+jqNMGhH+ajxPXwjv9UtFZk79k8pLoJ6p4y0snmYpPA52GuWHgt2ZF4gRRW6odsEj41uZLojDt5w==
18071802

1808-
"@typescript-eslint/[email protected]":
1809-
version "8.34.0"
1810-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.0.tgz#03e7eb3776129dfd751ba1cac0c6ea4b0fab5ec6"
1811-
integrity sha512-n7zSmOcUVhcRYC75W2pnPpbO1iwhJY3NLoHEtbJwJSNlVAZuwqu05zY3f3s2SDWWDSo9FdN5szqc73DCtDObAg==
1812-
dependencies:
1813-
"@typescript-eslint/typescript-estree" "8.34.0"
1814-
"@typescript-eslint/utils" "8.34.0"
1815-
debug "^4.3.4"
1816-
ts-api-utils "^2.1.0"
1803+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.46.1":
1804+
version "8.46.1"
1805+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.1.tgz#24405888560175c6c209c39df11ac06a2efef9d7"
1806+
integrity sha512-X88+J/CwFvlJB+mK09VFqx5FE4H5cXD+H/Bdza2aEWkSb8hnWIQorNcscRl4IEo1Cz9VI/+/r/jnGWkbWPx54g==
18171807

18181808
"@typescript-eslint/[email protected]":
18191809
version "8.45.0"
@@ -1826,31 +1816,26 @@
18261816
debug "^4.3.4"
18271817
ts-api-utils "^2.1.0"
18281818

1829-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.34.0":
1830-
version "8.34.0"
1831-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.0.tgz#18000f205c59c9aff7f371fc5426b764cf2890fb"
1832-
integrity sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==
1819+
"@typescript-eslint/[email protected]":
1820+
version "8.46.1"
1821+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.1.tgz#14d4307dd6045f6b48a888cde1513d6ec305537f"
1822+
integrity sha512-+BlmiHIiqufBxkVnOtFwjah/vrkF4MtKKvpXrKSPLCkCtAp8H01/VV43sfqA98Od7nJpDcFnkwgyfQbOG0AMvw==
1823+
dependencies:
1824+
"@typescript-eslint/types" "8.46.1"
1825+
"@typescript-eslint/typescript-estree" "8.46.1"
1826+
"@typescript-eslint/utils" "8.46.1"
1827+
debug "^4.3.4"
1828+
ts-api-utils "^2.1.0"
18331829

1834-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.45.0":
1830+
"@typescript-eslint/[email protected]":
18351831
version "8.45.0"
18361832
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.45.0.tgz#fc01cd2a4690b9713b02f895e82fb43f7d960684"
18371833
integrity sha512-WugXLuOIq67BMgQInIxxnsSyRLFxdkJEJu8r4ngLR56q/4Q5LrbfkFRH27vMTjxEK8Pyz7QfzuZe/G15qQnVRA==
18381834

1839-
"@typescript-eslint/[email protected]":
1840-
version "8.34.0"
1841-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz#c9f3feec511339ef64e9e4884516c3e558f1b048"
1842-
integrity sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==
1843-
dependencies:
1844-
"@typescript-eslint/project-service" "8.34.0"
1845-
"@typescript-eslint/tsconfig-utils" "8.34.0"
1846-
"@typescript-eslint/types" "8.34.0"
1847-
"@typescript-eslint/visitor-keys" "8.34.0"
1848-
debug "^4.3.4"
1849-
fast-glob "^3.3.2"
1850-
is-glob "^4.0.3"
1851-
minimatch "^9.0.4"
1852-
semver "^7.6.0"
1853-
ts-api-utils "^2.1.0"
1835+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.45.0", "@typescript-eslint/types@^8.46.1":
1836+
version "8.46.1"
1837+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.1.tgz#4c5479538ec10b5508b8e982e172911c987446d8"
1838+
integrity sha512-C+soprGBHwWBdkDpbaRC4paGBrkIXxVlNohadL5o0kfhsXqOC6GYH2S/Obmig+I0HTDl8wMaRySwrfrXVP8/pQ==
18541839

18551840
"@typescript-eslint/[email protected]":
18561841
version "8.45.0"
@@ -1868,17 +1853,23 @@
18681853
semver "^7.6.0"
18691854
ts-api-utils "^2.1.0"
18701855

1871-
"@typescript-eslint/utils@8.34.0":
1872-
version "8.34.0"
1873-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.0.tgz#7844beebc1153b4d3ec34135c2da53a91e076f8d"
1874-
integrity sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==
1856+
"@typescript-eslint/typescript-estree@8.46.1":
1857+
version "8.46.1"
1858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.1.tgz#1c146573b942ebe609c156c217ceafdc7a88e6ed"
1859+
integrity sha512-uIifjT4s8cQKFQ8ZBXXyoUODtRoAd7F7+G8MKmtzj17+1UbdzFl52AzRyZRyKqPHhgzvXunnSckVu36flGy8cg==
18751860
dependencies:
1876-
"@eslint-community/eslint-utils" "^4.7.0"
1877-
"@typescript-eslint/scope-manager" "8.34.0"
1878-
"@typescript-eslint/types" "8.34.0"
1879-
"@typescript-eslint/typescript-estree" "8.34.0"
1861+
"@typescript-eslint/project-service" "8.46.1"
1862+
"@typescript-eslint/tsconfig-utils" "8.46.1"
1863+
"@typescript-eslint/types" "8.46.1"
1864+
"@typescript-eslint/visitor-keys" "8.46.1"
1865+
debug "^4.3.4"
1866+
fast-glob "^3.3.2"
1867+
is-glob "^4.0.3"
1868+
minimatch "^9.0.4"
1869+
semver "^7.6.0"
1870+
ts-api-utils "^2.1.0"
18801871

1881-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1872+
"@typescript-eslint/[email protected]":
18821873
version "8.45.0"
18831874
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.45.0.tgz#6e68e92d99019fdf56018d0e6664c76a70470c95"
18841875
integrity sha512-bxi1ht+tLYg4+XV2knz/F7RVhU0k6VrSMc9sb8DQ6fyCTrGQLHfo7lDtN0QJjZjKkLA2ThrKuCdHEvLReqtIGg==
@@ -1888,13 +1879,15 @@
18881879
"@typescript-eslint/types" "8.45.0"
18891880
"@typescript-eslint/typescript-estree" "8.45.0"
18901881

1891-
"@typescript-eslint/[email protected].0":
1892-
version "8.34.0"
1893-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz#c7a149407be31d755dba71980617d638a40ac099"
1894-
integrity sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==
1882+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
1883+
version "8.46.1"
1884+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.1.tgz#c572184d9227d66b10a954b90249a20c48b22452"
1885+
integrity sha512-vkYUy6LdZS7q1v/Gxb2Zs7zziuXN0wxqsetJdeZdRe/f5dwJFglmuvZBfTUivCtjH725C1jWCDfpadadD95EDQ==
18951886
dependencies:
1896-
"@typescript-eslint/types" "8.34.0"
1897-
eslint-visitor-keys "^4.2.0"
1887+
"@eslint-community/eslint-utils" "^4.7.0"
1888+
"@typescript-eslint/scope-manager" "8.46.1"
1889+
"@typescript-eslint/types" "8.46.1"
1890+
"@typescript-eslint/typescript-estree" "8.46.1"
18981891

18991892
"@typescript-eslint/[email protected]":
19001893
version "8.45.0"
@@ -1904,6 +1897,14 @@
19041897
"@typescript-eslint/types" "8.45.0"
19051898
eslint-visitor-keys "^4.2.1"
19061899

1900+
"@typescript-eslint/[email protected]":
1901+
version "8.46.1"
1902+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.1.tgz#da35f1d58ec407419d68847cfd358b32746ac315"
1903+
integrity sha512-ptkmIf2iDkNUjdeu2bQqhFPV1m6qTnFFjg7PPDjxKWaMaP0Z6I9l30Jr3g5QqbZGdw8YdYvLp+XnqnWWZOg/NA==
1904+
dependencies:
1905+
"@typescript-eslint/types" "8.46.1"
1906+
eslint-visitor-keys "^4.2.1"
1907+
19071908
"@ungap/structured-clone@^1.3.0":
19081909
version "1.3.0"
19091910
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -2528,22 +2529,22 @@ escape-string-regexp@^4.0.0:
25282529
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
25292530
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
25302531

2531-
2532-
version "10.1.5"
2533-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz#00c18d7225043b6fbce6a665697377998d453782"
2534-
integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==
2532+
2533+
version "10.1.8"
2534+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
2535+
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
25352536

2536-
eslint-plugin-jest@28.13.0:
2537-
version "28.13.0"
2538-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.13.0.tgz#f215195915cefe3ed14145f841b6e7c90d60a672"
2539-
integrity sha512-4AuBcFWOriOeEqy6s4Zup/dQ7E1EPTyyfDaMYmM2YP9xEWPWwK3yYifH1dzY6aHRvyx7y53qMSIyT5s+jrorsQ==
2537+
eslint-plugin-jest@29.0.1:
2538+
version "29.0.1"
2539+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
2540+
integrity sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
25402541
dependencies:
2541-
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
2542+
"@typescript-eslint/utils" "^8.0.0"
25422543

2543-
eslint-plugin-prettier@5.4.1:
2544-
version "5.4.1"
2545-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz#99b55d7dd70047886b2222fdd853665f180b36af"
2546-
integrity sha512-9dF+KuU/Ilkq27A8idRP7N2DH8iUR6qXcjF3FR2wETY21PZdBrIjwCau8oboyGj9b7etWmTGEeM8e7oOed6ZWg==
2544+
eslint-plugin-prettier@5.5.4:
2545+
version "5.5.4"
2546+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz#9d61c4ea11de5af704d4edf108c82ccfa7f2e61c"
2547+
integrity sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==
25472548
dependencies:
25482549
prettier-linter-helpers "^1.0.0"
25492550
synckit "^0.11.7"
@@ -4342,14 +4343,7 @@ supports-color@^8.0.0, supports-color@^8.1.1:
43424343
dependencies:
43434344
has-flag "^4.0.0"
43444345

4345-
synckit@^0.11.7:
4346-
version "0.11.8"
4347-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.8.tgz#b2aaae998a4ef47ded60773ad06e7cb821f55457"
4348-
integrity sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==
4349-
dependencies:
4350-
"@pkgr/core" "^0.2.4"
4351-
4352-
synckit@^0.11.8:
4346+
synckit@^0.11.7, synckit@^0.11.8:
43534347
version "0.11.11"
43544348
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.11.tgz#c0b619cf258a97faa209155d9cd1699b5c998cb0"
43554349
integrity sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==

0 commit comments

Comments
 (0)