Skip to content

Commit 3c82a4f

Browse files
renovate[bot]nodebb-misty
authored andcommitted
chore(deps): update dependency eslint to v9.24.0
1 parent ca56432 commit 3c82a4f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@commitlint/cli": "19.8.0",
5151
"@commitlint/config-angular": "19.8.0",
52-
"eslint": "9.23.0",
52+
"eslint": "9.24.0",
5353
"eslint-config-airbnb-base": "15.0.0",
5454
"eslint-plugin-import": "2.31.0",
5555
"husky": "9.1.7",

yarn.lock

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

202-
"@eslint/config-array@^0.19.2":
203-
version "0.19.2"
204-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.2.tgz#3060b809e111abfc97adb0bb1172778b90cb46aa"
205-
integrity sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==
202+
"@eslint/config-array@^0.20.0":
203+
version "0.20.0"
204+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.20.0.tgz#7a1232e82376712d3340012a2f561a2764d1988f"
205+
integrity sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==
206206
dependencies:
207207
"@eslint/object-schema" "^2.1.6"
208208
debug "^4.3.1"
@@ -235,10 +235,10 @@
235235
minimatch "^3.1.2"
236236
strip-json-comments "^3.1.1"
237237

238-
"@eslint/js@9.23.0":
239-
version "9.23.0"
240-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.23.0.tgz#c09ded4f3dc63b40b933bcaeb853fceddb64da30"
241-
integrity sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==
238+
"@eslint/js@9.24.0":
239+
version "9.24.0"
240+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.24.0.tgz#685277980bb7bf84ecc8e4e133ccdda7545a691e"
241+
integrity sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==
242242

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

1251-
eslint@9.23.0:
1252-
version "9.23.0"
1253-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.23.0.tgz#b88f3ab6dc83bcb927fdb54407c69ffe5f2441a6"
1254-
integrity sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==
1251+
eslint@9.24.0:
1252+
version "9.24.0"
1253+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.24.0.tgz#9a7f2e6cb2de81c405ab244b02f4584c79dc6bee"
1254+
integrity sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ==
12551255
dependencies:
12561256
"@eslint-community/eslint-utils" "^4.2.0"
12571257
"@eslint-community/regexpp" "^4.12.1"
1258-
"@eslint/config-array" "^0.19.2"
1258+
"@eslint/config-array" "^0.20.0"
12591259
"@eslint/config-helpers" "^0.2.0"
12601260
"@eslint/core" "^0.12.0"
12611261
"@eslint/eslintrc" "^3.3.1"
1262-
"@eslint/js" "9.23.0"
1262+
"@eslint/js" "9.24.0"
12631263
"@eslint/plugin-kit" "^0.2.7"
12641264
"@humanfs/node" "^0.16.6"
12651265
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)