Skip to content

Commit 2d8e3d3

Browse files
build(deps): bump the misc group across 1 directory with 6 updates (#1833)
Bumps the misc group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.24.0` | `9.25.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.30.1` | `8.31.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.1` | `22.15.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.30.1` | `8.31.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.30.1` | `8.31.0` | | [eslint](https://github.com/eslint/eslint) | `9.24.0` | `9.25.1` | Updates `@eslint/js` from 9.24.0 to 9.25.1 - [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.25.1/packages/js) Updates `typescript-eslint` from 8.30.1 to 8.31.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.31.0/packages/typescript-eslint) Updates `@types/node` from 22.14.1 to 22.15.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.30.1 to 8.31.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.31.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.30.1 to 8.31.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.31.0/packages/parser) Updates `eslint` from 9.24.0 to 9.25.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.24.0...v9.25.1) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: misc - dependency-name: typescript-eslint dependency-version: 8.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: misc - dependency-name: "@types/node" dependency-version: 22.15.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: misc - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: misc - dependency-name: "@typescript-eslint/parser" dependency-version: 8.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: misc - dependency-name: eslint dependency-version: 9.25.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: misc ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94b51cc commit 2d8e3d3

File tree

2 files changed

+78
-85
lines changed

2 files changed

+78
-85
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
},
4545
"devDependencies": {
4646
"@types/jest": "29.5.14",
47-
"@types/node": "22.14.1",
48-
"@typescript-eslint/eslint-plugin": "8.30.1",
49-
"@typescript-eslint/parser": "8.30.1",
50-
"eslint": "9.24.0",
47+
"@types/node": "22.15.3",
48+
"@typescript-eslint/eslint-plugin": "8.31.0",
49+
"@typescript-eslint/parser": "8.31.0",
50+
"eslint": "9.25.1",
5151
"eslint-config-prettier": "10.1.2",
5252
"eslint-plugin-jest": "28.11.0",
5353
"eslint-plugin-prettier": "5.2.6",

yarn.lock

Lines changed: 74 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -647,18 +647,11 @@
647647
debug "^4.3.1"
648648
minimatch "^3.1.2"
649649

650-
"@eslint/config-helpers@^0.2.0":
650+
"@eslint/config-helpers@^0.2.1":
651651
version "0.2.1"
652652
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.2.1.tgz#26042c028d1beee5ce2235a7929b91c52651646d"
653653
integrity sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==
654654

655-
"@eslint/core@^0.12.0":
656-
version "0.12.0"
657-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
658-
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
659-
dependencies:
660-
"@types/json-schema" "^7.0.15"
661-
662655
"@eslint/core@^0.13.0":
663656
version "0.13.0"
664657
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.13.0.tgz#bf02f209846d3bf996f9e8009db62df2739b458c"
@@ -681,17 +674,17 @@
681674
minimatch "^3.1.2"
682675
strip-json-comments "^3.1.1"
683676

684-
"@eslint/js@9.24.0", "@eslint/js@^9.0.0":
685-
version "9.24.0"
686-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.24.0.tgz#685277980bb7bf84ecc8e4e133ccdda7545a691e"
687-
integrity sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==
677+
"@eslint/js@9.25.1", "@eslint/js@^9.0.0":
678+
version "9.25.1"
679+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.25.1.tgz#25f5c930c2b68b5ebe7ac857f754cbd61ef6d117"
680+
integrity sha512-dEIwmjntEx8u3Uvv+kr3PDeeArL8Hw07H9kyYxCjnM9pBjfEhk6uLXSchxxzgiwtRhhzVzqmUSDFBOi1TuZ7qg==
688681

689682
"@eslint/object-schema@^2.1.6":
690683
version "2.1.6"
691684
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
692685
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
693686

694-
"@eslint/plugin-kit@^0.2.7":
687+
"@eslint/plugin-kit@^0.2.8":
695688
version "0.2.8"
696689
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz#47488d8f8171b5d4613e833313f3ce708e3525f8"
697690
integrity sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==
@@ -1229,10 +1222,10 @@
12291222
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
12301223
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
12311224

1232-
"@types/node@*", "@types/node@22.14.1":
1233-
version "22.14.1"
1234-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.1.tgz#53b54585cec81c21eee3697521e31312d6ca1e6f"
1235-
integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==
1225+
"@types/node@*", "@types/node@22.15.3":
1226+
version "22.15.3"
1227+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.3.tgz#b7fb9396a8ec5b5dfb1345d8ac2502060e9af68b"
1228+
integrity sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==
12361229
dependencies:
12371230
undici-types "~6.21.0"
12381231

@@ -1251,85 +1244,85 @@
12511244
dependencies:
12521245
"@types/yargs-parser" "*"
12531246

1254-
"@typescript-eslint/eslint-plugin@8.30.1":
1255-
version "8.30.1"
1256-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.30.1.tgz#9beb9e4fbfdde40410e96587cc56dded1942cdf1"
1257-
integrity sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==
1247+
"@typescript-eslint/eslint-plugin@8.31.0":
1248+
version "8.31.0"
1249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.0.tgz#ef3ece95406a80026f82a19a2984c1e375981711"
1250+
integrity sha512-evaQJZ/J/S4wisevDvC1KFZkPzRetH8kYZbkgcTRyql3mcKsf+ZFDV1BVWUGTCAW5pQHoqn5gK5b8kn7ou9aFQ==
12581251
dependencies:
12591252
"@eslint-community/regexpp" "^4.10.0"
1260-
"@typescript-eslint/scope-manager" "8.30.1"
1261-
"@typescript-eslint/type-utils" "8.30.1"
1262-
"@typescript-eslint/utils" "8.30.1"
1263-
"@typescript-eslint/visitor-keys" "8.30.1"
1253+
"@typescript-eslint/scope-manager" "8.31.0"
1254+
"@typescript-eslint/type-utils" "8.31.0"
1255+
"@typescript-eslint/utils" "8.31.0"
1256+
"@typescript-eslint/visitor-keys" "8.31.0"
12641257
graphemer "^1.4.0"
12651258
ignore "^5.3.1"
12661259
natural-compare "^1.4.0"
12671260
ts-api-utils "^2.0.1"
12681261

1269-
"@typescript-eslint/parser@8.30.1":
1270-
version "8.30.1"
1271-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.30.1.tgz#8a9fa650b046e64656e21d4fdff86535b6a084b6"
1272-
integrity sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg==
1262+
"@typescript-eslint/parser@8.31.0":
1263+
version "8.31.0"
1264+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.0.tgz#5ec28823d06dd20ed5f67b61224823f12ccde095"
1265+
integrity sha512-67kYYShjBR0jNI5vsf/c3WG4u+zDnCTHTPqVMQguffaWWFs7artgwKmfwdifl+r6XyM5LYLas/dInj2T0SgJyw==
12731266
dependencies:
1274-
"@typescript-eslint/scope-manager" "8.30.1"
1275-
"@typescript-eslint/types" "8.30.1"
1276-
"@typescript-eslint/typescript-estree" "8.30.1"
1277-
"@typescript-eslint/visitor-keys" "8.30.1"
1267+
"@typescript-eslint/scope-manager" "8.31.0"
1268+
"@typescript-eslint/types" "8.31.0"
1269+
"@typescript-eslint/typescript-estree" "8.31.0"
1270+
"@typescript-eslint/visitor-keys" "8.31.0"
12781271
debug "^4.3.4"
12791272

1280-
"@typescript-eslint/scope-manager@8.30.1":
1281-
version "8.30.1"
1282-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz#f99c7efd53b5ff9fb57e55be71eb855603fd80b7"
1283-
integrity sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==
1273+
"@typescript-eslint/scope-manager@8.31.0":
1274+
version "8.31.0"
1275+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.0.tgz#48c7f7d729ea038e36cae0ff511e48c2412fb11c"
1276+
integrity sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==
12841277
dependencies:
1285-
"@typescript-eslint/types" "8.30.1"
1286-
"@typescript-eslint/visitor-keys" "8.30.1"
1278+
"@typescript-eslint/types" "8.31.0"
1279+
"@typescript-eslint/visitor-keys" "8.31.0"
12871280

1288-
"@typescript-eslint/type-utils@8.30.1":
1289-
version "8.30.1"
1290-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.30.1.tgz#151ee0529d6e6df19d8a3a23e81c809d2e4f6b1a"
1291-
integrity sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==
1281+
"@typescript-eslint/type-utils@8.31.0":
1282+
version "8.31.0"
1283+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.0.tgz#01536a993fae23e2def885b006aaa991cbfbe9e7"
1284+
integrity sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg==
12921285
dependencies:
1293-
"@typescript-eslint/typescript-estree" "8.30.1"
1294-
"@typescript-eslint/utils" "8.30.1"
1286+
"@typescript-eslint/typescript-estree" "8.31.0"
1287+
"@typescript-eslint/utils" "8.31.0"
12951288
debug "^4.3.4"
12961289
ts-api-utils "^2.0.1"
12971290

1298-
"@typescript-eslint/types@8.30.1":
1299-
version "8.30.1"
1300-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.30.1.tgz#20ff6d66ab3d8fe0533aeb7092a487393d53f925"
1301-
integrity sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==
1291+
"@typescript-eslint/types@8.31.0":
1292+
version "8.31.0"
1293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.0.tgz#c48e20ec47a43b72747714f49ea9f7b38a4fa6c1"
1294+
integrity sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==
13021295

1303-
"@typescript-eslint/typescript-estree@8.30.1":
1304-
version "8.30.1"
1305-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz#f5c133e4a76a54d25607434f2c276409d7bec4ba"
1306-
integrity sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==
1296+
"@typescript-eslint/typescript-estree@8.31.0":
1297+
version "8.31.0"
1298+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.0.tgz#9c7f84eff6ad23d63cf086c6e93af571cd561270"
1299+
integrity sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ==
13071300
dependencies:
1308-
"@typescript-eslint/types" "8.30.1"
1309-
"@typescript-eslint/visitor-keys" "8.30.1"
1301+
"@typescript-eslint/types" "8.31.0"
1302+
"@typescript-eslint/visitor-keys" "8.31.0"
13101303
debug "^4.3.4"
13111304
fast-glob "^3.3.2"
13121305
is-glob "^4.0.3"
13131306
minimatch "^9.0.4"
13141307
semver "^7.6.0"
13151308
ts-api-utils "^2.0.1"
13161309

1317-
"@typescript-eslint/utils@8.30.1", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1318-
version "8.30.1"
1319-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.30.1.tgz#23d4824394765948fe73dc7113892f85fdc80efd"
1320-
integrity sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==
1310+
"@typescript-eslint/utils@8.31.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1311+
version "8.31.0"
1312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.0.tgz#6fb52471a29fdd16fc253d568c5ad4b048f78ba4"
1313+
integrity sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==
13211314
dependencies:
13221315
"@eslint-community/eslint-utils" "^4.4.0"
1323-
"@typescript-eslint/scope-manager" "8.30.1"
1324-
"@typescript-eslint/types" "8.30.1"
1325-
"@typescript-eslint/typescript-estree" "8.30.1"
1316+
"@typescript-eslint/scope-manager" "8.31.0"
1317+
"@typescript-eslint/types" "8.31.0"
1318+
"@typescript-eslint/typescript-estree" "8.31.0"
13261319

1327-
"@typescript-eslint/visitor-keys@8.30.1":
1328-
version "8.30.1"
1329-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz#510955ef1fb56e08da4b7953a3377258e5942e36"
1330-
integrity sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==
1320+
"@typescript-eslint/visitor-keys@8.31.0":
1321+
version "8.31.0"
1322+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.0.tgz#9a1a97ed16c60d4d1e7399b41c11a6d94ebc1ce5"
1323+
integrity sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==
13311324
dependencies:
1332-
"@typescript-eslint/types" "8.30.1"
1325+
"@typescript-eslint/types" "8.31.0"
13331326
eslint-visitor-keys "^4.2.0"
13341327

13351328
acorn-jsx@^5.3.2:
@@ -1801,19 +1794,19 @@ eslint-visitor-keys@^4.2.0:
18011794
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
18021795
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
18031796

1804-
eslint@9.24.0:
1805-
version "9.24.0"
1806-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.24.0.tgz#9a7f2e6cb2de81c405ab244b02f4584c79dc6bee"
1807-
integrity sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ==
1797+
eslint@9.25.1:
1798+
version "9.25.1"
1799+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.25.1.tgz#8a7cf8dd0e6acb858f86029720adb1785ee57580"
1800+
integrity sha512-E6Mtz9oGQWDCpV12319d59n4tx9zOTXSTmc8BLVxBx+G/0RdM5MvEEJLU9c0+aleoePYYgVTOsRblx433qmhWQ==
18081801
dependencies:
18091802
"@eslint-community/eslint-utils" "^4.2.0"
18101803
"@eslint-community/regexpp" "^4.12.1"
18111804
"@eslint/config-array" "^0.20.0"
1812-
"@eslint/config-helpers" "^0.2.0"
1813-
"@eslint/core" "^0.12.0"
1805+
"@eslint/config-helpers" "^0.2.1"
1806+
"@eslint/core" "^0.13.0"
18141807
"@eslint/eslintrc" "^3.3.1"
1815-
"@eslint/js" "9.24.0"
1816-
"@eslint/plugin-kit" "^0.2.7"
1808+
"@eslint/js" "9.25.1"
1809+
"@eslint/plugin-kit" "^0.2.8"
18171810
"@humanfs/node" "^0.16.6"
18181811
"@humanwhocodes/module-importer" "^1.0.1"
18191812
"@humanwhocodes/retry" "^0.4.2"
@@ -3312,13 +3305,13 @@ type-fest@^4.39.1:
33123305
integrity sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==
33133306

33143307
typescript-eslint@^8.13.0:
3315-
version "8.30.1"
3316-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.30.1.tgz#c9ed49b459bd98e325fb78e2c86943dce7bb1cc0"
3317-
integrity sha512-D7lC0kcehVH7Mb26MRQi64LMyRJsj3dToJxM1+JVTl53DQSV5/7oUGWQLcKl1C1KnoVHxMMU2FNQMffr7F3Row==
3308+
version "8.31.0"
3309+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.31.0.tgz#955e2e81011afbc11db3abd5f1d073a4b12e1270"
3310+
integrity sha512-u+93F0sB0An8WEAPtwxVhFby573E8ckdjwUUQUj9QA4v8JAvgtoDdIyYR3XFwFHq2W1KJ1AurwJCO+w+Y1ixyQ==
33183311
dependencies:
3319-
"@typescript-eslint/eslint-plugin" "8.30.1"
3320-
"@typescript-eslint/parser" "8.30.1"
3321-
"@typescript-eslint/utils" "8.30.1"
3312+
"@typescript-eslint/eslint-plugin" "8.31.0"
3313+
"@typescript-eslint/parser" "8.31.0"
3314+
"@typescript-eslint/utils" "8.31.0"
33223315

33233316
33243317
version "5.8.3"

0 commit comments

Comments
 (0)