Skip to content

Commit 8943f05

Browse files
chore(dev-deps): bump eslint from 9.19.0 to 9.20.1 (#1318)
Bumps [eslint](https://github.com/eslint/eslint) from 9.19.0 to 9.20.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.19.0...v9.20.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1de1085 commit 8943f05

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

yarn.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,13 @@
432432
dependencies:
433433
"@types/json-schema" "^7.0.15"
434434

435+
"@eslint/core@^0.11.0":
436+
version "0.11.0"
437+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.11.0.tgz#7a9226e850922e42cbd2ba71361eacbe74352a12"
438+
integrity sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA==
439+
dependencies:
440+
"@types/json-schema" "^7.0.15"
441+
435442
"@eslint/eslintrc@^3.2.0":
436443
version "3.2.0"
437444
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
@@ -447,12 +454,7 @@
447454
minimatch "^3.1.2"
448455
strip-json-comments "^3.1.1"
449456

450-
451-
version "9.19.0"
452-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789"
453-
integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==
454-
455-
"@eslint/js@^9.19.0":
457+
"@eslint/[email protected]", "@eslint/js@^9.19.0":
456458
version "9.20.0"
457459
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.20.0.tgz#7421bcbe74889fcd65d1be59f00130c289856eb4"
458460
integrity sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==
@@ -3222,16 +3224,16 @@ eslint-visitor-keys@^4.2.0:
32223224
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
32233225

32243226
eslint@^9:
3225-
version "9.19.0"
3226-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.19.0.tgz#ffa1d265fc4205e0f8464330d35f09e1d548b1bf"
3227-
integrity sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==
3227+
version "9.20.1"
3228+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.1.tgz#923924c078f5226832449bac86662dd7e53c91d6"
3229+
integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==
32283230
dependencies:
32293231
"@eslint-community/eslint-utils" "^4.2.0"
32303232
"@eslint-community/regexpp" "^4.12.1"
32313233
"@eslint/config-array" "^0.19.0"
3232-
"@eslint/core" "^0.10.0"
3234+
"@eslint/core" "^0.11.0"
32333235
"@eslint/eslintrc" "^3.2.0"
3234-
"@eslint/js" "9.19.0"
3236+
"@eslint/js" "9.20.0"
32353237
"@eslint/plugin-kit" "^0.2.5"
32363238
"@humanfs/node" "^0.16.6"
32373239
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)