Skip to content

Commit 494d3e7

Browse files
authored
Merge pull request #792 from bmish/dependabot/npm_and_yarn/eslint-9.24.0
2 parents 9f46b6a + ba45fcf commit 494d3e7

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

yarn.lock

+10-15
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@
292292
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz"
293293
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
294294

295-
"@eslint/config-array@^0.19.2":
296-
version "0.19.2"
297-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.2.tgz#3060b809e111abfc97adb0bb1172778b90cb46aa"
298-
integrity sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==
295+
"@eslint/config-array@^0.20.0":
296+
version "0.20.0"
297+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.20.0.tgz#7a1232e82376712d3340012a2f561a2764d1988f"
298+
integrity sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==
299299
dependencies:
300300
"@eslint/object-schema" "^2.1.6"
301301
debug "^4.3.1"
@@ -328,12 +328,7 @@
328328
minimatch "^3.1.2"
329329
strip-json-comments "^3.1.1"
330330

331-
332-
version "9.23.0"
333-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.23.0.tgz#c09ded4f3dc63b40b933bcaeb853fceddb64da30"
334-
integrity sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==
335-
336-
"@eslint/js@^9.0.0":
331+
"@eslint/[email protected]", "@eslint/js@^9.0.0":
337332
version "9.24.0"
338333
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.24.0.tgz#685277980bb7bf84ecc8e4e133ccdda7545a691e"
339334
integrity sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==
@@ -2621,17 +2616,17 @@ eslint-visitor-keys@^4.2.0:
26212616
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
26222617

26232618
eslint@^9.0.0:
2624-
version "9.23.0"
2625-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.23.0.tgz#b88f3ab6dc83bcb927fdb54407c69ffe5f2441a6"
2626-
integrity sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==
2619+
version "9.24.0"
2620+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.24.0.tgz#9a7f2e6cb2de81c405ab244b02f4584c79dc6bee"
2621+
integrity sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ==
26272622
dependencies:
26282623
"@eslint-community/eslint-utils" "^4.2.0"
26292624
"@eslint-community/regexpp" "^4.12.1"
2630-
"@eslint/config-array" "^0.19.2"
2625+
"@eslint/config-array" "^0.20.0"
26312626
"@eslint/config-helpers" "^0.2.0"
26322627
"@eslint/core" "^0.12.0"
26332628
"@eslint/eslintrc" "^3.3.1"
2634-
"@eslint/js" "9.23.0"
2629+
"@eslint/js" "9.24.0"
26352630
"@eslint/plugin-kit" "^0.2.7"
26362631
"@humanfs/node" "^0.16.6"
26372632
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)