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

Commit f6f3778

Browse files
committed
Update dependency eslint to v8.35.0
1 parent f0236fb commit f6f3778

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
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.53.0",
3232
"ava": "4.3.3",
3333
"dotenv": "16.0.3",
34-
"eslint": "8.34.0",
34+
"eslint": "8.35.0",
3535
"eslint-config-prettier": "8.6.0",
3636
"eslint-plugin-functional": "4.4.1",
3737
"eslint-plugin-prettier": "4.2.1",

yarn.lock

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

38-
"@eslint/eslintrc@^1.4.1":
39-
version "1.4.1"
40-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
41-
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
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==
4242
dependencies:
4343
ajv "^6.12.4"
4444
debug "^4.3.2"
@@ -50,6 +50,11 @@
5050
minimatch "^3.1.2"
5151
strip-json-comments "^3.1.1"
5252

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==
57+
5358
"@ethereum-waffle/chai@^3.4.4":
5459
version "3.4.4"
5560
resolved "https://registry.yarnpkg.com/@ethereum-waffle/chai/-/chai-3.4.4.tgz#16c4cc877df31b035d6d92486dfdf983df9138ff"
@@ -3871,12 +3876,13 @@ eslint-visitor-keys@^3.3.0:
38713876
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
38723877
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
38733878

3874-
eslint@8.34.0:
3875-
version "8.34.0"
3876-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.34.0.tgz#fe0ab0ef478104c1f9ebc5537e303d25a8fb22d6"
3877-
integrity sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==
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==
38783883
dependencies:
3879-
"@eslint/eslintrc" "^1.4.1"
3884+
"@eslint/eslintrc" "^2.0.0"
3885+
"@eslint/js" "8.35.0"
38803886
"@humanwhocodes/config-array" "^0.11.8"
38813887
"@humanwhocodes/module-importer" "^1.0.1"
38823888
"@nodelib/fs.walk" "^1.2.8"
@@ -3890,7 +3896,7 @@ eslint@8.34.0:
38903896
eslint-utils "^3.0.0"
38913897
eslint-visitor-keys "^3.3.0"
38923898
espree "^9.4.0"
3893-
esquery "^1.4.0"
3899+
esquery "^1.4.2"
38943900
esutils "^2.0.2"
38953901
fast-deep-equal "^3.1.3"
38963902
file-entry-cache "^6.0.1"
@@ -3930,10 +3936,10 @@ esprima@^4.0.0:
39303936
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
39313937
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
39323938

3933-
esquery@^1.4.0:
3934-
version "1.4.0"
3935-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
3936-
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
3939+
esquery@^1.4.2:
3940+
version "1.4.2"
3941+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1"
3942+
integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==
39373943
dependencies:
39383944
estraverse "^5.1.0"
39393945

0 commit comments

Comments
 (0)