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

Commit 3c6c911

Browse files
committed
Update dependency eslint to v8.55.0
1 parent 51a2bc6 commit 3c6c911

File tree

2 files changed

+36
-30
lines changed

2 files changed

+36
-30
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.62.0",
3232
"ava": "4.3.3",
3333
"dotenv": "16.3.1",
34-
"eslint": "8.46.0",
34+
"eslint": "8.55.0",
3535
"eslint-config-prettier": "8.9.0",
3636
"eslint-plugin-functional": "4.4.1",
3737
"eslint-plugin-prettier": "4.2.1",

yarn.lock

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
5858
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
5959

60-
"@eslint/eslintrc@^2.1.1":
61-
version "2.1.1"
62-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.1.tgz#18d635e24ad35f7276e8a49d135c7d3ca6a46f93"
63-
integrity sha512-9t7ZA7NGGK8ckelF0PQCfcxIUzs1Md5rrO6U/c+FIQNanea5UZC0wqKXH4vHBccmu4ZJgZ2idtPeW7+Q2npOEA==
60+
"@eslint/eslintrc@^2.1.4":
61+
version "2.1.4"
62+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
63+
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
6464
dependencies:
6565
ajv "^6.12.4"
6666
debug "^4.3.2"
@@ -72,10 +72,10 @@
7272
minimatch "^3.1.2"
7373
strip-json-comments "^3.1.1"
7474

75-
"@eslint/js@^8.46.0":
76-
version "8.46.0"
77-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.46.0.tgz#3f7802972e8b6fe3f88ed1aabc74ec596c456db6"
78-
integrity sha512-a8TLtmPi8xzPkCbp/OGFUo5yhRkHM2Ko9kOWP4znJr0WAhWyThaw3PnwX4vOTWOAMsV2uRt32PPDcEz63esSaA==
75+
"@eslint/js@8.55.0":
76+
version "8.55.0"
77+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
78+
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
7979

8080
"@ethereum-waffle/chai@^3.4.4":
8181
version "3.4.4"
@@ -1264,12 +1264,12 @@
12641264
"@ethersproject/properties" "^5.6.0"
12651265
"@ethersproject/strings" "^5.6.0"
12661266

1267-
"@humanwhocodes/config-array@^0.11.10":
1268-
version "0.11.10"
1269-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
1270-
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
1267+
"@humanwhocodes/config-array@^0.11.13":
1268+
version "0.11.13"
1269+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
1270+
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
12711271
dependencies:
1272-
"@humanwhocodes/object-schema" "^1.2.1"
1272+
"@humanwhocodes/object-schema" "^2.0.1"
12731273
debug "^4.1.1"
12741274
minimatch "^3.0.5"
12751275

@@ -1278,10 +1278,10 @@
12781278
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
12791279
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
12801280

1281-
"@humanwhocodes/object-schema@^1.2.1":
1282-
version "1.2.1"
1283-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
1284-
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
1281+
"@humanwhocodes/object-schema@^2.0.1":
1282+
version "2.0.1"
1283+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
1284+
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
12851285

12861286
"@nodelib/[email protected]":
12871287
version "2.1.3"
@@ -1666,6 +1666,11 @@
16661666
"@typescript-eslint/types" "5.62.0"
16671667
eslint-visitor-keys "^3.3.0"
16681668

1669+
"@ungap/structured-clone@^1.2.0":
1670+
version "1.2.0"
1671+
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
1672+
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
1673+
16691674
"@yarnpkg/lockfile@^1.1.0":
16701675
version "1.1.0"
16711676
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
@@ -3905,31 +3910,32 @@ eslint-visitor-keys@^3.4.1:
39053910
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
39063911
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
39073912

3908-
eslint-visitor-keys@^3.4.2:
3909-
version "3.4.2"
3910-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz#8c2095440eca8c933bedcadf16fefa44dbe9ba5f"
3911-
integrity sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==
3913+
eslint-visitor-keys@^3.4.3:
3914+
version "3.4.3"
3915+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3916+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
39123917

3913-
eslint@8.46.0:
3914-
version "8.46.0"
3915-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.46.0.tgz#a06a0ff6974e53e643acc42d1dcf2e7f797b3552"
3916-
integrity sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg==
3918+
eslint@8.55.0:
3919+
version "8.55.0"
3920+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
3921+
integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
39173922
dependencies:
39183923
"@eslint-community/eslint-utils" "^4.2.0"
39193924
"@eslint-community/regexpp" "^4.6.1"
3920-
"@eslint/eslintrc" "^2.1.1"
3921-
"@eslint/js" "^8.46.0"
3922-
"@humanwhocodes/config-array" "^0.11.10"
3925+
"@eslint/eslintrc" "^2.1.4"
3926+
"@eslint/js" "8.55.0"
3927+
"@humanwhocodes/config-array" "^0.11.13"
39233928
"@humanwhocodes/module-importer" "^1.0.1"
39243929
"@nodelib/fs.walk" "^1.2.8"
3930+
"@ungap/structured-clone" "^1.2.0"
39253931
ajv "^6.12.4"
39263932
chalk "^4.0.0"
39273933
cross-spawn "^7.0.2"
39283934
debug "^4.3.2"
39293935
doctrine "^3.0.0"
39303936
escape-string-regexp "^4.0.0"
39313937
eslint-scope "^7.2.2"
3932-
eslint-visitor-keys "^3.4.2"
3938+
eslint-visitor-keys "^3.4.3"
39333939
espree "^9.6.1"
39343940
esquery "^1.4.2"
39353941
esutils "^2.0.2"

0 commit comments

Comments
 (0)