Skip to content

Commit 7c15464

Browse files
committed
Update dependency eslint to v8.56.0
1 parent 33a9b9b commit 7c15464

File tree

2 files changed

+32
-26
lines changed

2 files changed

+32
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@typescript-eslint/parser": "5.62.0",
4040
"chai": "4.4.1",
4141
"dotenv": "16.4.1",
42-
"eslint": "8.47.0",
42+
"eslint": "8.56.0",
4343
"eslint-config-prettier": "8.10.0",
4444
"eslint-config-xo": "0.43.1",
4545
"eslint-config-xo-typescript": "0.57.0",

yarn.lock

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@
100100
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
101101
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
102102

103-
"@eslint/eslintrc@^2.1.2":
104-
version "2.1.2"
105-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
106-
integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
103+
"@eslint/eslintrc@^2.1.4":
104+
version "2.1.4"
105+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
106+
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
107107
dependencies:
108108
ajv "^6.12.4"
109109
debug "^4.3.2"
@@ -115,10 +115,10 @@
115115
minimatch "^3.1.2"
116116
strip-json-comments "^3.1.1"
117117

118-
"@eslint/js@^8.47.0":
119-
version "8.47.0"
120-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.47.0.tgz#5478fdf443ff8158f9de171c704ae45308696c7d"
121-
integrity sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==
118+
"@eslint/js@8.56.0":
119+
version "8.56.0"
120+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
121+
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
122122

123123
"@ethereum-waffle/chai@^3.4.0":
124124
version "3.4.0"
@@ -1375,24 +1375,24 @@
13751375
"@ethersproject/properties" "^5.7.0"
13761376
"@ethersproject/strings" "^5.7.0"
13771377

1378-
"@humanwhocodes/config-array@^0.11.10":
1379-
version "0.11.10"
1380-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
1381-
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
1378+
"@humanwhocodes/config-array@^0.11.13":
1379+
version "0.11.14"
1380+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
1381+
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
13821382
dependencies:
1383-
"@humanwhocodes/object-schema" "^1.2.1"
1384-
debug "^4.1.1"
1383+
"@humanwhocodes/object-schema" "^2.0.2"
1384+
debug "^4.3.1"
13851385
minimatch "^3.0.5"
13861386

13871387
"@humanwhocodes/module-importer@^1.0.1":
13881388
version "1.0.1"
13891389
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
13901390
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
13911391

1392-
"@humanwhocodes/object-schema@^1.2.1":
1393-
version "1.2.1"
1394-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
1395-
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
1392+
"@humanwhocodes/object-schema@^2.0.2":
1393+
version "2.0.2"
1394+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
1395+
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
13961396

13971397
"@jridgewell/resolve-uri@^3.0.3":
13981398
version "3.0.7"
@@ -1871,6 +1871,11 @@
18711871
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
18721872
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
18731873

1874+
"@ungap/structured-clone@^1.2.0":
1875+
version "1.2.0"
1876+
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
1877+
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
1878+
18741879
"@yarnpkg/lockfile@^1.1.0":
18751880
version "1.1.0"
18761881
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
@@ -4140,18 +4145,19 @@ eslint-visitor-keys@^3.4.3:
41404145
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
41414146
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
41424147

4143-
eslint@8.47.0:
4144-
version "8.47.0"
4145-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.47.0.tgz#c95f9b935463fb4fad7005e626c7621052e90806"
4146-
integrity sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==
4148+
eslint@8.56.0:
4149+
version "8.56.0"
4150+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
4151+
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
41474152
dependencies:
41484153
"@eslint-community/eslint-utils" "^4.2.0"
41494154
"@eslint-community/regexpp" "^4.6.1"
4150-
"@eslint/eslintrc" "^2.1.2"
4151-
"@eslint/js" "^8.47.0"
4152-
"@humanwhocodes/config-array" "^0.11.10"
4155+
"@eslint/eslintrc" "^2.1.4"
4156+
"@eslint/js" "8.56.0"
4157+
"@humanwhocodes/config-array" "^0.11.13"
41534158
"@humanwhocodes/module-importer" "^1.0.1"
41544159
"@nodelib/fs.walk" "^1.2.8"
4160+
"@ungap/structured-clone" "^1.2.0"
41554161
ajv "^6.12.4"
41564162
chalk "^4.0.0"
41574163
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)