Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit cc1c5e6

Browse files
committed
Update dependency eslint to v8.36.0
1 parent 2025d2a commit cc1c5e6

File tree

2 files changed

+35
-23
lines changed

2 files changed

+35
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint/parser": "5.54.1",
3232
"ava": "4.3.3",
3333
"dotenv": "16.0.3",
34-
"eslint": "8.35.0",
34+
"eslint": "8.36.0",
3535
"eslint-config-prettier": "8.7.0",
3636
"eslint-plugin-functional": "4.4.1",
3737
"eslint-plugin-prettier": "4.2.1",

yarn.lock

Lines changed: 34 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,37 @@
3535
resolved "https://registry.yarnpkg.com/@ensdomains/resolver/-/resolver-0.2.4.tgz#c10fe28bf5efbf49bff4666d909aed0265efbc89"
3636
integrity sha512-bvaTH34PMCbv6anRa9I/0zjLJgY4EuznbEMgbV77JBCQ9KNC46rzi0avuxpOfu+xDjPEtSFGqVEOr5GlUSGudA==
3737

38-
"@eslint/eslintrc@^2.0.0":
39-
version "2.0.0"
40-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
41-
integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
38+
"@eslint-community/eslint-utils@^4.2.0":
39+
version "4.2.0"
40+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518"
41+
integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==
42+
dependencies:
43+
eslint-visitor-keys "^3.3.0"
44+
45+
"@eslint-community/regexpp@^4.4.0":
46+
version "4.4.0"
47+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
48+
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
49+
50+
"@eslint/eslintrc@^2.0.1":
51+
version "2.0.1"
52+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.1.tgz#7888fe7ec8f21bc26d646dbd2c11cd776e21192d"
53+
integrity sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==
4254
dependencies:
4355
ajv "^6.12.4"
4456
debug "^4.3.2"
45-
espree "^9.4.0"
57+
espree "^9.5.0"
4658
globals "^13.19.0"
4759
ignore "^5.2.0"
4860
import-fresh "^3.2.1"
4961
js-yaml "^4.1.0"
5062
minimatch "^3.1.2"
5163
strip-json-comments "^3.1.1"
5264

53-
"@eslint/js@8.35.0":
54-
version "8.35.0"
55-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7"
56-
integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==
65+
"@eslint/js@8.36.0":
66+
version "8.36.0"
67+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36.0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe"
68+
integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==
5769

5870
"@ethereum-waffle/chai@^3.4.4":
5971
version "3.4.4"
@@ -3876,13 +3888,15 @@ eslint-visitor-keys@^3.3.0:
38763888
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
38773889
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
38783890

3879-
eslint@8.35.0:
3880-
version "8.35.0"
3881-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
3882-
integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
3891+
eslint@8.36.0:
3892+
version "8.36.0"
3893+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.36.0.tgz#1bd72202200a5492f91803b113fb8a83b11285cf"
3894+
integrity sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==
38833895
dependencies:
3884-
"@eslint/eslintrc" "^2.0.0"
3885-
"@eslint/js" "8.35.0"
3896+
"@eslint-community/eslint-utils" "^4.2.0"
3897+
"@eslint-community/regexpp" "^4.4.0"
3898+
"@eslint/eslintrc" "^2.0.1"
3899+
"@eslint/js" "8.36.0"
38863900
"@humanwhocodes/config-array" "^0.11.8"
38873901
"@humanwhocodes/module-importer" "^1.0.1"
38883902
"@nodelib/fs.walk" "^1.2.8"
@@ -3893,9 +3907,8 @@ eslint@8.35.0:
38933907
doctrine "^3.0.0"
38943908
escape-string-regexp "^4.0.0"
38953909
eslint-scope "^7.1.1"
3896-
eslint-utils "^3.0.0"
38973910
eslint-visitor-keys "^3.3.0"
3898-
espree "^9.4.0"
3911+
espree "^9.5.0"
38993912
esquery "^1.4.2"
39003913
esutils "^2.0.2"
39013914
fast-deep-equal "^3.1.3"
@@ -3917,15 +3930,14 @@ eslint@8.35.0:
39173930
minimatch "^3.1.2"
39183931
natural-compare "^1.4.0"
39193932
optionator "^0.9.1"
3920-
regexpp "^3.2.0"
39213933
strip-ansi "^6.0.1"
39223934
strip-json-comments "^3.1.0"
39233935
text-table "^0.2.0"
39243936

3925-
espree@^9.4.0:
3926-
version "9.4.0"
3927-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
3928-
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
3937+
espree@^9.5.0:
3938+
version "9.5.0"
3939+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.0.tgz#3646d4e3f58907464edba852fa047e6a27bdf113"
3940+
integrity sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==
39293941
dependencies:
39303942
acorn "^8.8.0"
39313943
acorn-jsx "^5.3.2"

0 commit comments

Comments
 (0)