Skip to content

Commit 75d072c

Browse files
chore(deps): update dependency eslint to v9.33.0
1 parent a542d33 commit 75d072c

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -898,12 +898,12 @@
898898
debug "^4.3.1"
899899
minimatch "^3.1.2"
900900

901-
"@eslint/config-helpers@^0.3.0":
901+
"@eslint/config-helpers@^0.3.1":
902902
version "0.3.1"
903903
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.1.tgz#d316e47905bd0a1a931fa50e669b9af4104d1617"
904904
integrity sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==
905905

906-
"@eslint/core@^0.15.0", "@eslint/core@^0.15.2":
906+
"@eslint/core@^0.15.2":
907907
version "0.15.2"
908908
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
909909
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
@@ -925,7 +925,12 @@
925925
minimatch "^3.1.2"
926926
strip-json-comments "^3.1.1"
927927

928-
"@eslint/[email protected]", "@eslint/js@^9.32.0":
928+
929+
version "9.33.0"
930+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.33.0.tgz#475c92fdddab59b8b8cab960e3de2564a44bf368"
931+
integrity sha512-5K1/mKhWaMfreBGJTwval43JJmkip0RmM+3+IuqupeSKNC/Th2Kc7ucaq5ovTSra/OOKB9c58CGSz3QMVbWt0A==
932+
933+
"@eslint/js@^9.32.0":
929934
version "9.32.0"
930935
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
931936
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
@@ -935,7 +940,7 @@
935940
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
936941
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
937942

938-
"@eslint/plugin-kit@^0.3.3", "@eslint/plugin-kit@^0.3.4":
943+
"@eslint/plugin-kit@^0.3.3", "@eslint/plugin-kit@^0.3.5":
939944
version "0.3.5"
940945
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
941946
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
@@ -4340,18 +4345,18 @@ eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1:
43404345
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
43414346

43424347
eslint@^9.30.1:
4343-
version "9.32.0"
4344-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.32.0.tgz#4ea28df4a8dbc454e1251e0f3aed4bcf4ce50a47"
4345-
integrity sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==
4348+
version "9.33.0"
4349+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.33.0.tgz#cc186b3d9eb0e914539953d6a178a5b413997b73"
4350+
integrity sha512-TS9bTNIryDzStCpJN93aC5VRSW3uTx9sClUn4B87pwiCaJh220otoI0X8mJKr+VcPtniMdN8GKjlwgWGUv5ZKA==
43464351
dependencies:
43474352
"@eslint-community/eslint-utils" "^4.2.0"
43484353
"@eslint-community/regexpp" "^4.12.1"
43494354
"@eslint/config-array" "^0.21.0"
4350-
"@eslint/config-helpers" "^0.3.0"
4351-
"@eslint/core" "^0.15.0"
4355+
"@eslint/config-helpers" "^0.3.1"
4356+
"@eslint/core" "^0.15.2"
43524357
"@eslint/eslintrc" "^3.3.1"
4353-
"@eslint/js" "9.32.0"
4354-
"@eslint/plugin-kit" "^0.3.4"
4358+
"@eslint/js" "9.33.0"
4359+
"@eslint/plugin-kit" "^0.3.5"
43554360
"@humanfs/node" "^0.16.6"
43564361
"@humanwhocodes/module-importer" "^1.0.1"
43574362
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)