Skip to content

Commit 4b7cbf7

Browse files
Bump eslint from 9.23.0 to 9.24.0 in /demos/moderator (#1429)
Bumps [eslint](https://github.com/eslint/eslint) from 9.23.0 to 9.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.23.0...v9.24.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.24.0 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 1b1ac56 commit 4b7cbf7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

demos/moderator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"autoprefixer": "9.8.8",
3030
"babel-preset-env": "1.7.0",
3131
"babel-preset-preact": "2.0.0",
32-
"eslint": "9.23.0",
32+
"eslint": "9.24.0",
3333
"eslint-config-airbnb-base": "15.0.0",
3434
"eslint-config-prettier": "10.1.1",
3535
"eslint-plugin-import": "2.31.0",

demos/moderator/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,10 +1184,10 @@
11841184
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
11851185
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
11861186

1187-
"@eslint/config-array@^0.19.2":
1188-
version "0.19.2"
1189-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.2.tgz#3060b809e111abfc97adb0bb1172778b90cb46aa"
1190-
integrity sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==
1187+
"@eslint/config-array@^0.20.0":
1188+
version "0.20.0"
1189+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.20.0.tgz#7a1232e82376712d3340012a2f561a2764d1988f"
1190+
integrity sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==
11911191
dependencies:
11921192
"@eslint/object-schema" "^2.1.6"
11931193
debug "^4.3.1"
@@ -1240,10 +1240,10 @@
12401240
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
12411241
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
12421242

1243-
"@eslint/js@9.23.0":
1244-
version "9.23.0"
1245-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.23.0.tgz#c09ded4f3dc63b40b933bcaeb853fceddb64da30"
1246-
integrity sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==
1243+
"@eslint/js@9.24.0":
1244+
version "9.24.0"
1245+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.24.0.tgz#685277980bb7bf84ecc8e4e133ccdda7545a691e"
1246+
integrity sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==
12471247

12481248
"@eslint/object-schema@^2.1.6":
12491249
version "2.1.6"
@@ -6283,18 +6283,18 @@ eslint-visitor-keys@^4.2.0:
62836283
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
62846284
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
62856285

6286-
eslint@9.23.0:
6287-
version "9.23.0"
6288-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.23.0.tgz#b88f3ab6dc83bcb927fdb54407c69ffe5f2441a6"
6289-
integrity sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==
6286+
eslint@9.24.0:
6287+
version "9.24.0"
6288+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.24.0.tgz#9a7f2e6cb2de81c405ab244b02f4584c79dc6bee"
6289+
integrity sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ==
62906290
dependencies:
62916291
"@eslint-community/eslint-utils" "^4.2.0"
62926292
"@eslint-community/regexpp" "^4.12.1"
6293-
"@eslint/config-array" "^0.19.2"
6293+
"@eslint/config-array" "^0.20.0"
62946294
"@eslint/config-helpers" "^0.2.0"
62956295
"@eslint/core" "^0.12.0"
62966296
"@eslint/eslintrc" "^3.3.1"
6297-
"@eslint/js" "9.23.0"
6297+
"@eslint/js" "9.24.0"
62986298
"@eslint/plugin-kit" "^0.2.7"
62996299
"@humanfs/node" "^0.16.6"
63006300
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)