Skip to content

Commit a91a55e

Browse files
build(deps-dev): bump eslint from 9.32.0 to 9.34.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.32.0 to 9.34.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.32.0...v9.34.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.34.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a6800d commit a91a55e

File tree

1 file changed

+21
-26
lines changed

1 file changed

+21
-26
lines changed

yarn.lock

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -567,15 +567,15 @@
567567
debug "^4.3.1"
568568
minimatch "^3.1.2"
569569

570-
"@eslint/config-helpers@^0.3.0":
571-
version "0.3.0"
572-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz#3e09a90dfb87e0005c7694791e58e97077271286"
573-
integrity sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==
570+
"@eslint/config-helpers@^0.3.1":
571+
version "0.3.1"
572+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.1.tgz#d316e47905bd0a1a931fa50e669b9af4104d1617"
573+
integrity sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==
574574

575-
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
576-
version "0.15.1"
577-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
578-
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
575+
"@eslint/core@^0.15.2":
576+
version "0.15.2"
577+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
578+
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
579579
dependencies:
580580
"@types/json-schema" "^7.0.15"
581581

@@ -594,12 +594,7 @@
594594
minimatch "^3.1.2"
595595
strip-json-comments "^3.1.1"
596596

597-
598-
version "9.32.0"
599-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
600-
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
601-
602-
"@eslint/js@^9.21.0":
597+
"@eslint/[email protected]", "@eslint/js@^9.21.0":
603598
version "9.34.0"
604599
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.34.0.tgz#fc423168b9d10e08dea9088d083788ec6442996b"
605600
integrity sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==
@@ -609,12 +604,12 @@
609604
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
610605
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
611606

612-
"@eslint/plugin-kit@^0.3.4":
613-
version "0.3.4"
614-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
615-
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
607+
"@eslint/plugin-kit@^0.3.5":
608+
version "0.3.5"
609+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
610+
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
616611
dependencies:
617-
"@eslint/core" "^0.15.1"
612+
"@eslint/core" "^0.15.2"
618613
levn "^0.4.1"
619614

620615
"@humanfs/core@^0.19.1":
@@ -1688,18 +1683,18 @@ eslint-visitor-keys@^4.2.1:
16881683
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
16891684

16901685
eslint@^9.21.0:
1691-
version "9.32.0"
1692-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.32.0.tgz#4ea28df4a8dbc454e1251e0f3aed4bcf4ce50a47"
1693-
integrity sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==
1686+
version "9.34.0"
1687+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.34.0.tgz#0ea1f2c1b5d1671db8f01aa6b8ce722302016f7b"
1688+
integrity sha512-RNCHRX5EwdrESy3Jc9o8ie8Bog+PeYvvSR8sDGoZxNFTvZ4dlxUB3WzQ3bQMztFrSRODGrLLj8g6OFuGY/aiQg==
16941689
dependencies:
16951690
"@eslint-community/eslint-utils" "^4.2.0"
16961691
"@eslint-community/regexpp" "^4.12.1"
16971692
"@eslint/config-array" "^0.21.0"
1698-
"@eslint/config-helpers" "^0.3.0"
1699-
"@eslint/core" "^0.15.0"
1693+
"@eslint/config-helpers" "^0.3.1"
1694+
"@eslint/core" "^0.15.2"
17001695
"@eslint/eslintrc" "^3.3.1"
1701-
"@eslint/js" "9.32.0"
1702-
"@eslint/plugin-kit" "^0.3.4"
1696+
"@eslint/js" "9.34.0"
1697+
"@eslint/plugin-kit" "^0.3.5"
17031698
"@humanfs/node" "^0.16.6"
17041699
"@humanwhocodes/module-importer" "^1.0.1"
17051700
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)