Skip to content

Commit 72ffd25

Browse files
authored
Merge pull request #325 from ivmartel/dependabot/npm_and_yarn/eslint-9.22.0
Bump eslint from 9.21.0 to 9.22.0
2 parents 904a370 + a7c4e76 commit 72ffd25

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

yarn.lock

+19-13
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
debug "^4.3.1"
3636
minimatch "^3.1.2"
3737

38+
"@eslint/config-helpers@^0.1.0":
39+
version "0.1.0"
40+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
41+
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
42+
3843
"@eslint/core@^0.12.0":
3944
version "0.12.0"
4045
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
@@ -57,10 +62,10 @@
5762
minimatch "^3.1.2"
5863
strip-json-comments "^3.1.1"
5964

60-
"@eslint/js@9.21.0", "@eslint/js@^9.4.0":
61-
version "9.21.0"
62-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
63-
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
65+
"@eslint/js@9.22.0", "@eslint/js@^9.4.0":
66+
version "9.22.0"
67+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
68+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
6469

6570
"@eslint/object-schema@^2.1.6":
6671
version "2.1.6"
@@ -449,10 +454,10 @@ escape-string-regexp@^4.0.0:
449454
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
450455
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
451456

452-
eslint-scope@^8.2.0:
453-
version "8.2.0"
454-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
455-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
457+
eslint-scope@^8.3.0:
458+
version "8.3.0"
459+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
460+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
456461
dependencies:
457462
esrecurse "^4.3.0"
458463
estraverse "^5.2.0"
@@ -468,16 +473,17 @@ eslint-visitor-keys@^4.2.0:
468473
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
469474

470475
eslint@^9.4.0:
471-
version "9.21.0"
472-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
473-
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
476+
version "9.22.0"
477+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
478+
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
474479
dependencies:
475480
"@eslint-community/eslint-utils" "^4.2.0"
476481
"@eslint-community/regexpp" "^4.12.1"
477482
"@eslint/config-array" "^0.19.2"
483+
"@eslint/config-helpers" "^0.1.0"
478484
"@eslint/core" "^0.12.0"
479485
"@eslint/eslintrc" "^3.3.0"
480-
"@eslint/js" "9.21.0"
486+
"@eslint/js" "9.22.0"
481487
"@eslint/plugin-kit" "^0.2.7"
482488
"@humanfs/node" "^0.16.6"
483489
"@humanwhocodes/module-importer" "^1.0.1"
@@ -489,7 +495,7 @@ eslint@^9.4.0:
489495
cross-spawn "^7.0.6"
490496
debug "^4.3.2"
491497
escape-string-regexp "^4.0.0"
492-
eslint-scope "^8.2.0"
498+
eslint-scope "^8.3.0"
493499
eslint-visitor-keys "^4.2.0"
494500
espree "^10.3.0"
495501
esquery "^1.5.0"

0 commit comments

Comments
 (0)