Skip to content

Commit db2dfce

Browse files
Update eslint monorepo to v9.39.4
1 parent f6530e6 commit db2dfce

File tree

1 file changed

+55
-17
lines changed

1 file changed

+55
-17
lines changed

yarn.lock

Lines changed: 55 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -714,14 +714,14 @@ __metadata:
714714
languageName: node
715715
linkType: hard
716716

717-
"@eslint/config-array@npm:^0.21.1":
718-
version: 0.21.1
719-
resolution: "@eslint/config-array@npm:0.21.1"
717+
"@eslint/config-array@npm:^0.21.2":
718+
version: 0.21.2
719+
resolution: "@eslint/config-array@npm:0.21.2"
720720
dependencies:
721721
"@eslint/object-schema": "npm:^2.1.7"
722722
debug: "npm:^4.3.1"
723-
minimatch: "npm:^3.1.2"
724-
checksum: 10c0/2f657d4edd6ddcb920579b72e7a5b127865d4c3fb4dda24f11d5c4f445a93ca481aebdbd6bf3291c536f5d034458dbcbb298ee3b698bc6c9dd02900fe87eec3c
723+
minimatch: "npm:^3.1.5"
724+
checksum: 10c0/89dfe815d18456177c0a1f238daf4593107fd20298b3598e0103054360d3b8d09d967defd8318f031185d68df1f95cfa68becf1390a9c5c6887665f1475142e3
725725
languageName: node
726726
linkType: hard
727727

@@ -760,10 +760,27 @@ __metadata:
760760
languageName: node
761761
linkType: hard
762762

763-
"@eslint/js@npm:9.39.1, @eslint/js@npm:^9.39.1":
764-
version: 9.39.1
765-
resolution: "@eslint/js@npm:9.39.1"
766-
checksum: 10c0/6f7f26f8cdb7ad6327bbf9741973b6278eb946f18f70e35406e88194b0d5c522d0547a34a02f2a208eec95c5d1388cdf7ccb20039efd2e4cb6655615247a50f1
763+
"@eslint/eslintrc@npm:^3.3.5":
764+
version: 3.3.5
765+
resolution: "@eslint/eslintrc@npm:3.3.5"
766+
dependencies:
767+
ajv: "npm:^6.14.0"
768+
debug: "npm:^4.3.2"
769+
espree: "npm:^10.0.1"
770+
globals: "npm:^14.0.0"
771+
ignore: "npm:^5.2.0"
772+
import-fresh: "npm:^3.2.1"
773+
js-yaml: "npm:^4.1.1"
774+
minimatch: "npm:^3.1.5"
775+
strip-json-comments: "npm:^3.1.1"
776+
checksum: 10c0/9fb9f1ca65e46d6173966e3aaa5bd353e3a65d7f1f582bebf77f578fab7d7960a399fac1ecfb1e7d52bd61f5cefd6531087ca52a3a3c388f2e1b4f1ebd3da8b7
777+
languageName: node
778+
linkType: hard
779+
780+
"@eslint/js@npm:9.39.4, @eslint/js@npm:^9.39.1":
781+
version: 9.39.4
782+
resolution: "@eslint/js@npm:9.39.4"
783+
checksum: 10c0/5aa7dea2cbc5decf7f5e3b0c6f86a084ccee0f792d288ca8e839f8bc1b64e03e227068968e49b26096e6f71fd857ab6e42691d1b993826b9a3883f1bdd7a0e46
767784
languageName: node
768785
linkType: hard
769786

@@ -2722,6 +2739,18 @@ __metadata:
27222739
languageName: node
27232740
linkType: hard
27242741

2742+
"ajv@npm:^6.14.0":
2743+
version: 6.14.0
2744+
resolution: "ajv@npm:6.14.0"
2745+
dependencies:
2746+
fast-deep-equal: "npm:^3.1.1"
2747+
fast-json-stable-stringify: "npm:^2.0.0"
2748+
json-schema-traverse: "npm:^0.4.1"
2749+
uri-js: "npm:^4.2.2"
2750+
checksum: 10c0/a2bc39b0555dc9802c899f86990eb8eed6e366cddbf65be43d5aa7e4f3c4e1a199d5460fd7ca4fb3d864000dbbc049253b72faa83b3b30e641ca52cb29a68c22
2751+
languageName: node
2752+
linkType: hard
2753+
27252754
"ansi-escapes@npm:^7.0.0":
27262755
version: 7.2.0
27272756
resolution: "ansi-escapes@npm:7.2.0"
@@ -3796,22 +3825,22 @@ __metadata:
37963825
linkType: hard
37973826

37983827
"eslint@npm:^9.39.1":
3799-
version: 9.39.1
3800-
resolution: "eslint@npm:9.39.1"
3828+
version: 9.39.4
3829+
resolution: "eslint@npm:9.39.4"
38013830
dependencies:
38023831
"@eslint-community/eslint-utils": "npm:^4.8.0"
38033832
"@eslint-community/regexpp": "npm:^4.12.1"
3804-
"@eslint/config-array": "npm:^0.21.1"
3833+
"@eslint/config-array": "npm:^0.21.2"
38053834
"@eslint/config-helpers": "npm:^0.4.2"
38063835
"@eslint/core": "npm:^0.17.0"
3807-
"@eslint/eslintrc": "npm:^3.3.1"
3808-
"@eslint/js": "npm:9.39.1"
3836+
"@eslint/eslintrc": "npm:^3.3.5"
3837+
"@eslint/js": "npm:9.39.4"
38093838
"@eslint/plugin-kit": "npm:^0.4.1"
38103839
"@humanfs/node": "npm:^0.16.6"
38113840
"@humanwhocodes/module-importer": "npm:^1.0.1"
38123841
"@humanwhocodes/retry": "npm:^0.4.2"
38133842
"@types/estree": "npm:^1.0.6"
3814-
ajv: "npm:^6.12.4"
3843+
ajv: "npm:^6.14.0"
38153844
chalk: "npm:^4.0.0"
38163845
cross-spawn: "npm:^7.0.6"
38173846
debug: "npm:^4.3.2"
@@ -3830,7 +3859,7 @@ __metadata:
38303859
is-glob: "npm:^4.0.0"
38313860
json-stable-stringify-without-jsonify: "npm:^1.0.1"
38323861
lodash.merge: "npm:^4.6.2"
3833-
minimatch: "npm:^3.1.2"
3862+
minimatch: "npm:^3.1.5"
38343863
natural-compare: "npm:^1.4.0"
38353864
optionator: "npm:^0.9.3"
38363865
peerDependencies:
@@ -3840,7 +3869,7 @@ __metadata:
38403869
optional: true
38413870
bin:
38423871
eslint: bin/eslint.js
3843-
checksum: 10c0/59b2480639404ba24578ca480f973683b87b7aac8aa7e349240474a39067804fd13cd8b9cb22fee074170b8c7c563b57bab703ec0f0d3f81ea017e5d2cad299d
3872+
checksum: 10c0/1955067c2d991f0c84f4c4abfafe31bb47fa3b717a7fd3e43fe1e511c6f859d7700cbca969f85661dc4c130f7aeced5e5444884314198a54428f5e5141db9337
38443873
languageName: node
38453874
linkType: hard
38463875

@@ -5222,6 +5251,15 @@ __metadata:
52225251
languageName: node
52235252
linkType: hard
52245253

5254+
"minimatch@npm:^3.1.5":
5255+
version: 3.1.5
5256+
resolution: "minimatch@npm:3.1.5"
5257+
dependencies:
5258+
brace-expansion: "npm:^1.1.7"
5259+
checksum: 10c0/2ecbdc0d33f07bddb0315a8b5afbcb761307a8778b48f0b312418ccbced99f104a2d17d8aca7573433c70e8ccd1c56823a441897a45e384ea76ef401a26ace70
5260+
languageName: node
5261+
linkType: hard
5262+
52255263
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
52265264
version: 9.0.5
52275265
resolution: "minimatch@npm:9.0.5"

0 commit comments

Comments
 (0)