Skip to content

Commit b7a96fa

Browse files
Bump eslint from 9.34.0 to 9.37.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.34.0 to 9.37.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.34.0...v9.37.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df3635f commit b7a96fa

File tree

2 files changed

+35
-33
lines changed

2 files changed

+35
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/jest": "^30.0.0",
1010
"@types/json-schema": "^7.0.15",
1111
"commander": "^14.0.0",
12-
"eslint": "^9.34.0",
12+
"eslint": "^9.37.0",
1313
"eslint-config-prettier": "^10.1.8",
1414
"jest": "^30.1.3",
1515
"osmtogeojson": "https://github.com/tyrasd/osmtogeojson#snyk-fix-65371a4c4920389f7e5127c141088511",

yarn.lock

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -592,12 +592,12 @@
592592
dependencies:
593593
tslib "^2.4.0"
594594

595-
"@eslint-community/eslint-utils@^4.2.0":
596-
version "4.4.0"
597-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
598-
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
595+
"@eslint-community/eslint-utils@^4.8.0":
596+
version "4.9.0"
597+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
598+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
599599
dependencies:
600-
eslint-visitor-keys "^3.3.0"
600+
eslint-visitor-keys "^3.4.3"
601601

602602
"@eslint-community/regexpp@^4.12.1":
603603
version "4.12.1"
@@ -613,15 +613,17 @@
613613
debug "^4.3.1"
614614
minimatch "^3.1.2"
615615

616-
"@eslint/config-helpers@^0.3.1":
617-
version "0.3.1"
618-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.1.tgz#d316e47905bd0a1a931fa50e669b9af4104d1617"
619-
integrity sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==
616+
"@eslint/config-helpers@^0.4.0":
617+
version "0.4.0"
618+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.0.tgz#e9f94ba3b5b875e32205cb83fece18e64486e9e6"
619+
integrity sha512-WUFvV4WoIwW8Bv0KeKCIIEgdSiFOsulyN0xrMu+7z43q/hkOLXjvb5u7UC9jDxvRzcrbEmuZBX5yJZz1741jog==
620+
dependencies:
621+
"@eslint/core" "^0.16.0"
620622

621-
"@eslint/core@^0.15.2":
622-
version "0.15.2"
623-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
624-
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
623+
"@eslint/core@^0.16.0":
624+
version "0.16.0"
625+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209"
626+
integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==
625627
dependencies:
626628
"@types/json-schema" "^7.0.15"
627629

@@ -640,22 +642,22 @@
640642
minimatch "^3.1.2"
641643
strip-json-comments "^3.1.1"
642644

643-
"@eslint/js@9.34.0":
644-
version "9.34.0"
645-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.34.0.tgz#fc423168b9d10e08dea9088d083788ec6442996b"
646-
integrity sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==
645+
"@eslint/js@9.37.0":
646+
version "9.37.0"
647+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.37.0.tgz#0cfd5aa763fe5d1ee60bedf84cd14f54bcf9e21b"
648+
integrity sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==
647649

648650
"@eslint/object-schema@^2.1.6":
649651
version "2.1.6"
650652
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
651653
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
652654

653-
"@eslint/plugin-kit@^0.3.5":
654-
version "0.3.5"
655-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
656-
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
655+
"@eslint/plugin-kit@^0.4.0":
656+
version "0.4.0"
657+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz#f6a245b42886abf6fc9c7ab7744a932250335ab2"
658+
integrity sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==
657659
dependencies:
658-
"@eslint/core" "^0.15.2"
660+
"@eslint/core" "^0.16.0"
659661
levn "^0.4.1"
660662

661663
"@gerrit0/mini-shiki@^3.12.0":
@@ -2196,7 +2198,7 @@ eslint-scope@^8.4.0:
21962198
esrecurse "^4.3.0"
21972199
estraverse "^5.2.0"
21982200

2199-
eslint-visitor-keys@^3.3.0:
2201+
eslint-visitor-keys@^3.4.3:
22002202
version "3.4.3"
22012203
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
22022204
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -2206,19 +2208,19 @@ eslint-visitor-keys@^4.2.1:
22062208
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
22072209
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
22082210

2209-
eslint@^9.34.0:
2210-
version "9.34.0"
2211-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.34.0.tgz#0ea1f2c1b5d1671db8f01aa6b8ce722302016f7b"
2212-
integrity sha512-RNCHRX5EwdrESy3Jc9o8ie8Bog+PeYvvSR8sDGoZxNFTvZ4dlxUB3WzQ3bQMztFrSRODGrLLj8g6OFuGY/aiQg==
2211+
eslint@^9.37.0:
2212+
version "9.37.0"
2213+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.37.0.tgz#ac0222127f76b09c0db63036f4fe289562072d74"
2214+
integrity sha512-XyLmROnACWqSxiGYArdef1fItQd47weqB7iwtfr9JHwRrqIXZdcFMvvEcL9xHCmL0SNsOvF0c42lWyM1U5dgig==
22132215
dependencies:
2214-
"@eslint-community/eslint-utils" "^4.2.0"
2216+
"@eslint-community/eslint-utils" "^4.8.0"
22152217
"@eslint-community/regexpp" "^4.12.1"
22162218
"@eslint/config-array" "^0.21.0"
2217-
"@eslint/config-helpers" "^0.3.1"
2218-
"@eslint/core" "^0.15.2"
2219+
"@eslint/config-helpers" "^0.4.0"
2220+
"@eslint/core" "^0.16.0"
22192221
"@eslint/eslintrc" "^3.3.1"
2220-
"@eslint/js" "9.34.0"
2221-
"@eslint/plugin-kit" "^0.3.5"
2222+
"@eslint/js" "9.37.0"
2223+
"@eslint/plugin-kit" "^0.4.0"
22222224
"@humanfs/node" "^0.16.6"
22232225
"@humanwhocodes/module-importer" "^1.0.1"
22242226
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)