Skip to content

Commit 9075108

Browse files
authored
Merge pull request #251 from CCIP-App/dependabot/npm_and_yarn/eslint-9.20.1
Bump eslint from 9.19.0 to 9.20.1
2 parents 4e05317 + d00c484 commit 9075108

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vitest/coverage-v8": "^2.0.5",
2323
"@vitest/ui": "^3.0.5",
2424
"esbuild": "^0.25.0",
25-
"eslint": "^9.19.0",
25+
"eslint": "^9.20.1",
2626
"eslint-plugin-vue": "^9.32.0",
2727
"expect": "^29.7.0",
2828
"picocolors": "^1.1.1",

yarn.lock

+17-10
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,13 @@
838838
dependencies:
839839
"@types/json-schema" "^7.0.15"
840840

841+
"@eslint/core@^0.11.0":
842+
version "0.11.0"
843+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.11.0.tgz#7a9226e850922e42cbd2ba71361eacbe74352a12"
844+
integrity sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA==
845+
dependencies:
846+
"@types/json-schema" "^7.0.15"
847+
841848
"@eslint/eslintrc@^3.2.0":
842849
version "3.2.0"
843850
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
@@ -853,10 +860,10 @@
853860
minimatch "^3.1.2"
854861
strip-json-comments "^3.1.1"
855862

856-
"@eslint/js@9.19.0", "@eslint/js@^9.16.0":
857-
version "9.19.0"
858-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789"
859-
integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==
863+
"@eslint/js@9.20.0", "@eslint/js@^9.16.0":
864+
version "9.20.0"
865+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.20.0.tgz#7421bcbe74889fcd65d1be59f00130c289856eb4"
866+
integrity sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==
860867

861868
"@eslint/object-schema@^2.1.5":
862869
version "2.1.5"
@@ -2241,17 +2248,17 @@ eslint-visitor-keys@^4.2.0:
22412248
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
22422249
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
22432250

2244-
eslint@^9.19.0:
2245-
version "9.19.0"
2246-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.19.0.tgz#ffa1d265fc4205e0f8464330d35f09e1d548b1bf"
2247-
integrity sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==
2251+
eslint@^9.20.1:
2252+
version "9.20.1"
2253+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.1.tgz#923924c078f5226832449bac86662dd7e53c91d6"
2254+
integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==
22482255
dependencies:
22492256
"@eslint-community/eslint-utils" "^4.2.0"
22502257
"@eslint-community/regexpp" "^4.12.1"
22512258
"@eslint/config-array" "^0.19.0"
2252-
"@eslint/core" "^0.10.0"
2259+
"@eslint/core" "^0.11.0"
22532260
"@eslint/eslintrc" "^3.2.0"
2254-
"@eslint/js" "9.19.0"
2261+
"@eslint/js" "9.20.0"
22552262
"@eslint/plugin-kit" "^0.2.5"
22562263
"@humanfs/node" "^0.16.6"
22572264
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)