Skip to content

Commit cf46696

Browse files
build(deps): bump the misc group across 1 directory with 7 updates (#1864)
Bumps the misc group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.27.0` | `9.28.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.33.0` | `8.33.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.27` | `22.15.30` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.33.0` | `8.33.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.33.0` | `8.33.1` | | [eslint](https://github.com/eslint/eslint) | `9.27.0` | `9.28.0` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.12.0` | `28.13.0` | Updates `@eslint/js` from 9.27.0 to 9.28.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.28.0/packages/js) Updates `typescript-eslint` from 8.33.0 to 8.33.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.33.1/packages/typescript-eslint) Updates `@types/node` from 22.15.27 to 22.15.30 - [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.33.0 to 8.33.1 - [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.33.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.33.0 to 8.33.1 - [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.33.1/packages/parser) Updates `eslint` from 9.27.0 to 9.28.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.27.0...v9.28.0) Updates `eslint-plugin-jest` from 28.12.0 to 28.13.0 - [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.12.0...v28.13.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: misc - dependency-name: typescript-eslint dependency-version: 8.33.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: misc - dependency-name: "@types/node" dependency-version: 22.15.30 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.33.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc - dependency-name: "@typescript-eslint/parser" dependency-version: 8.33.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc - dependency-name: eslint dependency-version: 9.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: misc - dependency-name: eslint-plugin-jest dependency-version: 28.13.0 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 03ef8f2 commit cf46696

File tree

2 files changed

+90
-90
lines changed

2 files changed

+90
-90
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
},
4545
"devDependencies": {
4646
"@types/jest": "29.5.14",
47-
"@types/node": "22.15.27",
48-
"@typescript-eslint/eslint-plugin": "8.33.0",
49-
"@typescript-eslint/parser": "8.33.0",
50-
"eslint": "9.27.0",
47+
"@types/node": "22.15.30",
48+
"@typescript-eslint/eslint-plugin": "8.33.1",
49+
"@typescript-eslint/parser": "8.33.1",
50+
"eslint": "9.28.0",
5151
"eslint-config-prettier": "10.1.5",
52-
"eslint-plugin-jest": "28.12.0",
52+
"eslint-plugin-jest": "28.13.0",
5353
"eslint-plugin-prettier": "5.4.1",
5454
"jest": "29.7.0",
5555
"jest-circus": "29.7.0",

yarn.lock

Lines changed: 85 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,10 @@
677677
minimatch "^3.1.2"
678678
strip-json-comments "^3.1.1"
679679

680-
"@eslint/js@9.27.0", "@eslint/js@^9.0.0":
681-
version "9.27.0"
682-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.27.0.tgz#181a23460877c484f6dd03890f4e3fa2fdeb8ff0"
683-
integrity sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==
680+
"@eslint/js@9.28.0", "@eslint/js@^9.0.0":
681+
version "9.28.0"
682+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.28.0.tgz#7822ccc2f8cae7c3cd4f902377d520e9ae03f844"
683+
integrity sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==
684684

685685
"@eslint/object-schema@^2.1.6":
686686
version "2.1.6"
@@ -1225,10 +1225,10 @@
12251225
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
12261226
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
12271227

1228-
"@types/node@*", "@types/[email protected].27":
1229-
version "22.15.27"
1230-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.27.tgz#b99cd64129c4c85a69edca903af9b3aa72c3b4f7"
1231-
integrity sha512-5fF+eu5mwihV2BeVtX5vijhdaZOfkQTATrePEaXTcKqI16LhJ7gi2/Vhd9OZM0UojcdmiOCVg5rrax+i1MdoQQ==
1228+
"@types/node@*", "@types/[email protected].30":
1229+
version "22.15.30"
1230+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.30.tgz#3a20431783e28dd0b0326f84ab386a2ec81d921d"
1231+
integrity sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==
12321232
dependencies:
12331233
undici-types "~6.21.0"
12341234

@@ -1247,101 +1247,101 @@
12471247
dependencies:
12481248
"@types/yargs-parser" "*"
12491249

1250-
"@typescript-eslint/[email protected].0":
1251-
version "8.33.0"
1252-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz#51ed03649575ba51bcee7efdbfd85283249b5447"
1253-
integrity sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ==
1250+
"@typescript-eslint/[email protected].1":
1251+
version "8.33.1"
1252+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.1.tgz#532641b416ed2afd5be893cddb2a58e9cd1f7a3e"
1253+
integrity sha512-TDCXj+YxLgtvxvFlAvpoRv9MAncDLBV2oT9Bd7YBGC/b/sEURoOYuIwLI99rjWOfY3QtDzO+mk0n4AmdFExW8A==
12541254
dependencies:
12551255
"@eslint-community/regexpp" "^4.10.0"
1256-
"@typescript-eslint/scope-manager" "8.33.0"
1257-
"@typescript-eslint/type-utils" "8.33.0"
1258-
"@typescript-eslint/utils" "8.33.0"
1259-
"@typescript-eslint/visitor-keys" "8.33.0"
1256+
"@typescript-eslint/scope-manager" "8.33.1"
1257+
"@typescript-eslint/type-utils" "8.33.1"
1258+
"@typescript-eslint/utils" "8.33.1"
1259+
"@typescript-eslint/visitor-keys" "8.33.1"
12601260
graphemer "^1.4.0"
12611261
ignore "^7.0.0"
12621262
natural-compare "^1.4.0"
12631263
ts-api-utils "^2.1.0"
12641264

1265-
"@typescript-eslint/[email protected].0":
1266-
version "8.33.0"
1267-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.0.tgz#8e523c2b447ad7cd6ac91b719d8b37449481784d"
1268-
integrity sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ==
1265+
"@typescript-eslint/[email protected].1":
1266+
version "8.33.1"
1267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.1.tgz#ef9a5ee6aa37a6b4f46cc36d08a14f828238afe2"
1268+
integrity sha512-qwxv6dq682yVvgKKp2qWwLgRbscDAYktPptK4JPojCwwi3R9cwrvIxS4lvBpzmcqzR4bdn54Z0IG1uHFskW4dA==
12691269
dependencies:
1270-
"@typescript-eslint/scope-manager" "8.33.0"
1271-
"@typescript-eslint/types" "8.33.0"
1272-
"@typescript-eslint/typescript-estree" "8.33.0"
1273-
"@typescript-eslint/visitor-keys" "8.33.0"
1270+
"@typescript-eslint/scope-manager" "8.33.1"
1271+
"@typescript-eslint/types" "8.33.1"
1272+
"@typescript-eslint/typescript-estree" "8.33.1"
1273+
"@typescript-eslint/visitor-keys" "8.33.1"
12741274
debug "^4.3.4"
12751275

1276-
"@typescript-eslint/[email protected].0":
1277-
version "8.33.0"
1278-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
1279-
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
1276+
"@typescript-eslint/[email protected].1":
1277+
version "8.33.1"
1278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.1.tgz#c85e7d9a44d6a11fe64e73ac1ed47de55dc2bf9f"
1279+
integrity sha512-DZR0efeNklDIHHGRpMpR5gJITQpu6tLr9lDJnKdONTC7vvzOlLAG/wcfxcdxEWrbiZApcoBCzXqU/Z458Za5Iw==
12801280
dependencies:
1281-
"@typescript-eslint/tsconfig-utils" "^8.33.0"
1282-
"@typescript-eslint/types" "^8.33.0"
1281+
"@typescript-eslint/tsconfig-utils" "^8.33.1"
1282+
"@typescript-eslint/types" "^8.33.1"
12831283
debug "^4.3.4"
12841284

1285-
"@typescript-eslint/[email protected].0":
1286-
version "8.33.0"
1287-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
1288-
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
1285+
"@typescript-eslint/[email protected].1":
1286+
version "8.33.1"
1287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.1.tgz#d1e0efb296da5097d054bc9972e69878a2afea73"
1288+
integrity sha512-dM4UBtgmzHR9bS0Rv09JST0RcHYearoEoo3pG5B6GoTR9XcyeqX87FEhPo+5kTvVfKCvfHaHrcgeJQc6mrDKrA==
12891289
dependencies:
1290-
"@typescript-eslint/types" "8.33.0"
1291-
"@typescript-eslint/visitor-keys" "8.33.0"
1290+
"@typescript-eslint/types" "8.33.1"
1291+
"@typescript-eslint/visitor-keys" "8.33.1"
12921292

1293-
"@typescript-eslint/[email protected].0", "@typescript-eslint/tsconfig-utils@^8.33.0":
1294-
version "8.33.0"
1295-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
1296-
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
1293+
"@typescript-eslint/[email protected].1", "@typescript-eslint/tsconfig-utils@^8.33.1":
1294+
version "8.33.1"
1295+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.1.tgz#7836afcc097a4657a5ed56670851a450d8b70ab8"
1296+
integrity sha512-STAQsGYbHCF0/e+ShUQ4EatXQ7ceh3fBCXkNU7/MZVKulrlq1usH7t2FhxvCpuCi5O5oi1vmVaAjrGeL71OK1g==
12971297

1298-
"@typescript-eslint/[email protected].0":
1299-
version "8.33.0"
1300-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz#f06124b2d6db8a51b24990cb123c9543af93fef5"
1301-
integrity sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ==
1298+
"@typescript-eslint/[email protected].1":
1299+
version "8.33.1"
1300+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.1.tgz#d73ee1a29d8a0abe60d4abbff4f1d040f0de15fa"
1301+
integrity sha512-1cG37d9xOkhlykom55WVwG2QRNC7YXlxMaMzqw2uPeJixBFfKWZgaP/hjAObqMN/u3fr5BrTwTnc31/L9jQ2ww==
13021302
dependencies:
1303-
"@typescript-eslint/typescript-estree" "8.33.0"
1304-
"@typescript-eslint/utils" "8.33.0"
1303+
"@typescript-eslint/typescript-estree" "8.33.1"
1304+
"@typescript-eslint/utils" "8.33.1"
13051305
debug "^4.3.4"
13061306
ts-api-utils "^2.1.0"
13071307

1308-
"@typescript-eslint/[email protected].0", "@typescript-eslint/types@^8.33.0":
1309-
version "8.33.0"
1310-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
1311-
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
1308+
"@typescript-eslint/[email protected].1", "@typescript-eslint/types@^8.33.1":
1309+
version "8.33.1"
1310+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.1.tgz#b693111bc2180f8098b68e9958cf63761657a55f"
1311+
integrity sha512-xid1WfizGhy/TKMTwhtVOgalHwPtV8T32MS9MaH50Cwvz6x6YqRIPdD2WvW0XaqOzTV9p5xdLY0h/ZusU5Lokg==
13121312

1313-
"@typescript-eslint/[email protected].0":
1314-
version "8.33.0"
1315-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
1316-
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
1313+
"@typescript-eslint/[email protected].1":
1314+
version "8.33.1"
1315+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.1.tgz#d271beed470bc915b8764e22365d4925c2ea265d"
1316+
integrity sha512-+s9LYcT8LWjdYWu7IWs7FvUxpQ/DGkdjZeE/GGulHvv8rvYwQvVaUZ6DE+j5x/prADUgSbbCWZ2nPI3usuVeOA==
13171317
dependencies:
1318-
"@typescript-eslint/project-service" "8.33.0"
1319-
"@typescript-eslint/tsconfig-utils" "8.33.0"
1320-
"@typescript-eslint/types" "8.33.0"
1321-
"@typescript-eslint/visitor-keys" "8.33.0"
1318+
"@typescript-eslint/project-service" "8.33.1"
1319+
"@typescript-eslint/tsconfig-utils" "8.33.1"
1320+
"@typescript-eslint/types" "8.33.1"
1321+
"@typescript-eslint/visitor-keys" "8.33.1"
13221322
debug "^4.3.4"
13231323
fast-glob "^3.3.2"
13241324
is-glob "^4.0.3"
13251325
minimatch "^9.0.4"
13261326
semver "^7.6.0"
13271327
ts-api-utils "^2.1.0"
13281328

1329-
"@typescript-eslint/[email protected].0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1330-
version "8.33.0"
1331-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
1332-
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
1329+
"@typescript-eslint/[email protected].1", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1330+
version "8.33.1"
1331+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.1.tgz#ea22f40d3553da090f928cf17907e963643d4b96"
1332+
integrity sha512-52HaBiEQUaRYqAXpfzWSR2U3gxk92Kw006+xZpElaPMg3C4PgM+A5LqwoQI1f9E5aZ/qlxAZxzm42WX+vn92SQ==
13331333
dependencies:
13341334
"@eslint-community/eslint-utils" "^4.7.0"
1335-
"@typescript-eslint/scope-manager" "8.33.0"
1336-
"@typescript-eslint/types" "8.33.0"
1337-
"@typescript-eslint/typescript-estree" "8.33.0"
1335+
"@typescript-eslint/scope-manager" "8.33.1"
1336+
"@typescript-eslint/types" "8.33.1"
1337+
"@typescript-eslint/typescript-estree" "8.33.1"
13381338

1339-
"@typescript-eslint/[email protected].0":
1340-
version "8.33.0"
1341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
1342-
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
1339+
"@typescript-eslint/[email protected].1":
1340+
version "8.33.1"
1341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.1.tgz#6c6e002c24d13211df3df851767f24dfdb4f42bc"
1342+
integrity sha512-3i8NrFcZeeDHJ+7ZUuDkGT+UHq+XoFGsymNK2jZCOHcfEzRQ0BdpRtdpSx/Iyf3MHLWIcLS0COuOPibKQboIiQ==
13431343
dependencies:
1344-
"@typescript-eslint/types" "8.33.0"
1344+
"@typescript-eslint/types" "8.33.1"
13451345
eslint-visitor-keys "^4.2.0"
13461346

13471347
acorn-jsx@^5.3.2:
@@ -1780,10 +1780,10 @@ [email protected]:
17801780
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz#00c18d7225043b6fbce6a665697377998d453782"
17811781
integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==
17821782

1783-
eslint-plugin-jest@28.12.0:
1784-
version "28.12.0"
1785-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.12.0.tgz#cf0200ae1421acffe7f263d1eaf65912eb9addd9"
1786-
integrity sha512-J6zmDp8WiQ9tyvYXE+3RFy7/+l4hraWLzmsabYXyehkmmDd36qV4VQFc7XzcsD8C1PTNt646MSx25bO1mdd9Yw==
1783+
eslint-plugin-jest@28.13.0:
1784+
version "28.13.0"
1785+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.13.0.tgz#f215195915cefe3ed14145f841b6e7c90d60a672"
1786+
integrity sha512-4AuBcFWOriOeEqy6s4Zup/dQ7E1EPTyyfDaMYmM2YP9xEWPWwK3yYifH1dzY6aHRvyx7y53qMSIyT5s+jrorsQ==
17871787
dependencies:
17881788
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
17891789

@@ -1813,18 +1813,18 @@ eslint-visitor-keys@^4.2.0:
18131813
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
18141814
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
18151815

1816-
eslint@9.27.0:
1817-
version "9.27.0"
1818-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.27.0.tgz#a587d3cd5b844b68df7898944323a702afe38979"
1819-
integrity sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==
1816+
eslint@9.28.0:
1817+
version "9.28.0"
1818+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.28.0.tgz#b0bcbe82a16945a40906924bea75e8b4980ced7d"
1819+
integrity sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==
18201820
dependencies:
18211821
"@eslint-community/eslint-utils" "^4.2.0"
18221822
"@eslint-community/regexpp" "^4.12.1"
18231823
"@eslint/config-array" "^0.20.0"
18241824
"@eslint/config-helpers" "^0.2.1"
18251825
"@eslint/core" "^0.14.0"
18261826
"@eslint/eslintrc" "^3.3.1"
1827-
"@eslint/js" "9.27.0"
1827+
"@eslint/js" "9.28.0"
18281828
"@eslint/plugin-kit" "^0.3.1"
18291829
"@humanfs/node" "^0.16.6"
18301830
"@humanwhocodes/module-importer" "^1.0.1"
@@ -3323,13 +3323,13 @@ type-fest@^4.41.0:
33233323
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
33243324

33253325
typescript-eslint@^8.13.0:
3326-
version "8.33.0"
3327-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.33.0.tgz#89f733a90edc6abe0994b6130b964e781a1ba82f"
3328-
integrity sha512-5YmNhF24ylCsvdNW2oJwMzTbaeO4bg90KeGtMjUw0AGtHksgEPLRTUil+coHwCfiu4QjVJFnjp94DmU6zV7DhQ==
3326+
version "8.33.1"
3327+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.33.1.tgz#d2d59c9b24afe1f903a855b02145802e4ae930ff"
3328+
integrity sha512-AgRnV4sKkWOiZ0Kjbnf5ytTJXMUZQ0qhSVdQtDNYLPLnjsATEYhaO94GlRQwi4t4gO8FfjM6NnikHeKjUm8D7A==
33293329
dependencies:
3330-
"@typescript-eslint/eslint-plugin" "8.33.0"
3331-
"@typescript-eslint/parser" "8.33.0"
3332-
"@typescript-eslint/utils" "8.33.0"
3330+
"@typescript-eslint/eslint-plugin" "8.33.1"
3331+
"@typescript-eslint/parser" "8.33.1"
3332+
"@typescript-eslint/utils" "8.33.1"
33333333

33343334
33353335
version "5.8.3"

0 commit comments

Comments
 (0)