Skip to content

Commit df76b56

Browse files
committed
Update dependency eslint to v8.36.0
1 parent 7a5356c commit df76b56

File tree

2 files changed

+54
-36
lines changed

2 files changed

+54
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@typescript-eslint/parser": "5.46.1",
4444
"babel-jest": "27.5.1",
4545
"cypress": "9.7.0",
46-
"eslint": "8.29.0",
46+
"eslint": "8.36.0",
4747
"eslint-config-prettier": "8.5.0",
4848
"eslint-plugin-react": "7.31.11",
4949
"husky": "7.0.4",

yarn.lock

Lines changed: 53 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -741,21 +741,38 @@
741741
debug "^3.1.0"
742742
lodash.once "^4.1.1"
743743

744-
"@eslint/eslintrc@^1.3.3":
745-
version "1.3.3"
746-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
747-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
744+
"@eslint-community/eslint-utils@^4.2.0":
745+
version "4.3.0"
746+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.3.0.tgz#a556790523a351b4e47e9d385f47265eaaf9780a"
747+
integrity sha512-v3oplH6FYCULtFuCeqyuTd9D2WKO937Dxdq+GmHOLL72TTRriLxz2VLlNfkZRsvj6PKnOPAtuT6dwrs/pA5DvA==
748+
dependencies:
749+
eslint-visitor-keys "^3.3.0"
750+
751+
"@eslint-community/regexpp@^4.4.0":
752+
version "4.4.0"
753+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
754+
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
755+
756+
"@eslint/eslintrc@^2.0.1":
757+
version "2.0.1"
758+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.1.tgz#7888fe7ec8f21bc26d646dbd2c11cd776e21192d"
759+
integrity sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==
748760
dependencies:
749761
ajv "^6.12.4"
750762
debug "^4.3.2"
751-
espree "^9.4.0"
752-
globals "^13.15.0"
763+
espree "^9.5.0"
764+
globals "^13.19.0"
753765
ignore "^5.2.0"
754766
import-fresh "^3.2.1"
755767
js-yaml "^4.1.0"
756768
minimatch "^3.1.2"
757769
strip-json-comments "^3.1.1"
758770

771+
"@eslint/js@8.36.0":
772+
version "8.36.0"
773+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36.0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe"
774+
integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==
775+
759776
"@hapi/hoek@^9.0.0":
760777
version "9.1.1"
761778
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.1.1.tgz#9daf5745156fd84b8e9889a2dc721f0c58e894aa"
@@ -768,14 +785,14 @@
768785
dependencies:
769786
"@hapi/hoek" "^9.0.0"
770787

771-
"@humanwhocodes/config-array@^0.11.6":
772-
version "0.11.6"
773-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
774-
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
788+
"@humanwhocodes/config-array@^0.11.8":
789+
version "0.11.8"
790+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
791+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
775792
dependencies:
776793
"@humanwhocodes/object-schema" "^1.2.1"
777794
debug "^4.1.1"
778-
minimatch "^3.0.4"
795+
minimatch "^3.0.5"
779796

780797
"@humanwhocodes/module-importer@^1.0.1":
781798
version "1.0.1"
@@ -2687,13 +2704,16 @@ eslint-visitor-keys@^3.3.0:
26872704
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
26882705
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
26892706

2690-
eslint@8.29.0:
2691-
version "8.29.0"
2692-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
2693-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
2707+
eslint@8.36.0:
2708+
version "8.36.0"
2709+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.36.0.tgz#1bd72202200a5492f91803b113fb8a83b11285cf"
2710+
integrity sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==
26942711
dependencies:
2695-
"@eslint/eslintrc" "^1.3.3"
2696-
"@humanwhocodes/config-array" "^0.11.6"
2712+
"@eslint-community/eslint-utils" "^4.2.0"
2713+
"@eslint-community/regexpp" "^4.4.0"
2714+
"@eslint/eslintrc" "^2.0.1"
2715+
"@eslint/js" "8.36.0"
2716+
"@humanwhocodes/config-array" "^0.11.8"
26972717
"@humanwhocodes/module-importer" "^1.0.1"
26982718
"@nodelib/fs.walk" "^1.2.8"
26992719
ajv "^6.10.0"
@@ -2703,16 +2723,15 @@ eslint@8.29.0:
27032723
doctrine "^3.0.0"
27042724
escape-string-regexp "^4.0.0"
27052725
eslint-scope "^7.1.1"
2706-
eslint-utils "^3.0.0"
27072726
eslint-visitor-keys "^3.3.0"
2708-
espree "^9.4.0"
2709-
esquery "^1.4.0"
2727+
espree "^9.5.0"
2728+
esquery "^1.4.2"
27102729
esutils "^2.0.2"
27112730
fast-deep-equal "^3.1.3"
27122731
file-entry-cache "^6.0.1"
27132732
find-up "^5.0.0"
27142733
glob-parent "^6.0.2"
2715-
globals "^13.15.0"
2734+
globals "^13.19.0"
27162735
grapheme-splitter "^1.0.4"
27172736
ignore "^5.2.0"
27182737
import-fresh "^3.0.0"
@@ -2727,15 +2746,14 @@ eslint@8.29.0:
27272746
minimatch "^3.1.2"
27282747
natural-compare "^1.4.0"
27292748
optionator "^0.9.1"
2730-
regexpp "^3.2.0"
27312749
strip-ansi "^6.0.1"
27322750
strip-json-comments "^3.1.0"
27332751
text-table "^0.2.0"
27342752

2735-
espree@^9.4.0:
2736-
version "9.4.0"
2737-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
2738-
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
2753+
espree@^9.5.0:
2754+
version "9.5.0"
2755+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.0.tgz#3646d4e3f58907464edba852fa047e6a27bdf113"
2756+
integrity sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==
27392757
dependencies:
27402758
acorn "^8.8.0"
27412759
acorn-jsx "^5.3.2"
@@ -2746,10 +2764,10 @@ esprima@^4.0.0, esprima@^4.0.1:
27462764
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
27472765
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
27482766

2749-
esquery@^1.4.0:
2750-
version "1.4.0"
2751-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
2752-
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
2767+
esquery@^1.4.2:
2768+
version "1.5.0"
2769+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
2770+
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
27532771
dependencies:
27542772
estraverse "^5.1.0"
27552773

@@ -3169,10 +3187,10 @@ globals@^11.1.0:
31693187
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
31703188
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
31713189

3172-
globals@^13.15.0:
3173-
version "13.15.0"
3174-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
3175-
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
3190+
globals@^13.19.0:
3191+
version "13.20.0"
3192+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82"
3193+
integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==
31763194
dependencies:
31773195
type-fest "^0.20.2"
31783196

@@ -4428,7 +4446,7 @@ minimatch@^3.0.4:
44284446
dependencies:
44294447
brace-expansion "^1.1.7"
44304448

4431-
minimatch@^3.1.2:
4449+
minimatch@^3.0.5, minimatch@^3.1.2:
44324450
version "3.1.2"
44334451
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
44344452
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)