Skip to content

Commit 1fe2e96

Browse files
committed
Update dependency eslint to v8.56.0
1 parent 9e363bf commit 1fe2e96

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
@@ -31,7 +31,7 @@
3131
"chai": "4.4.1",
3232
"del-cli": "4.0.1",
3333
"dotenv": "16.4.1",
34-
"eslint": "8.47.0",
34+
"eslint": "8.56.0",
3535
"eslint-config-prettier": "8.10.0",
3636
"eslint-config-xo": "0.43.1",
3737
"eslint-config-xo-typescript": "0.57.0",

yarn.lock

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

71-
"@eslint/eslintrc@^2.1.2":
72-
version "2.1.2"
73-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
74-
integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
71+
"@eslint/eslintrc@^2.1.4":
72+
version "2.1.4"
73+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
74+
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
7575
dependencies:
7676
ajv "^6.12.4"
7777
debug "^4.3.2"
@@ -83,10 +83,10 @@
8383
minimatch "^3.1.2"
8484
strip-json-comments "^3.1.1"
8585

86-
"@eslint/js@^8.47.0":
87-
version "8.47.0"
88-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.47.0.tgz#5478fdf443ff8158f9de171c704ae45308696c7d"
89-
integrity sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==
86+
"@eslint/js@8.56.0":
87+
version "8.56.0"
88+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
89+
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
9090

9191
"@ethereum-waffle/chai@^3.4.4":
9292
version "3.4.4"
@@ -1290,24 +1290,24 @@
12901290
"@ethersproject/properties" "^5.7.0"
12911291
"@ethersproject/strings" "^5.7.0"
12921292

1293-
"@humanwhocodes/config-array@^0.11.10":
1294-
version "0.11.10"
1295-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
1296-
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
1293+
"@humanwhocodes/config-array@^0.11.13":
1294+
version "0.11.14"
1295+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
1296+
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
12971297
dependencies:
1298-
"@humanwhocodes/object-schema" "^1.2.1"
1299-
debug "^4.1.1"
1298+
"@humanwhocodes/object-schema" "^2.0.2"
1299+
debug "^4.3.1"
13001300
minimatch "^3.0.5"
13011301

13021302
"@humanwhocodes/module-importer@^1.0.1":
13031303
version "1.0.1"
13041304
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
13051305
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
13061306

1307-
"@humanwhocodes/object-schema@^1.2.1":
1308-
version "1.2.1"
1309-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
1310-
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
1307+
"@humanwhocodes/object-schema@^2.0.2":
1308+
version "2.0.2"
1309+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
1310+
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
13111311

13121312
"@jridgewell/resolve-uri@^3.0.3":
13131313
version "3.0.7"
@@ -1781,6 +1781,11 @@
17811781
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
17821782
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
17831783

1784+
"@ungap/structured-clone@^1.2.0":
1785+
version "1.2.0"
1786+
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
1787+
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
1788+
17841789
"@yarnpkg/lockfile@^1.1.0":
17851790
version "1.1.0"
17861791
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
@@ -4100,18 +4105,19 @@ eslint-visitor-keys@^3.4.3:
41004105
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
41014106
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
41024107

4103-
eslint@8.47.0:
4104-
version "8.47.0"
4105-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.47.0.tgz#c95f9b935463fb4fad7005e626c7621052e90806"
4106-
integrity sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==
4108+
eslint@8.56.0:
4109+
version "8.56.0"
4110+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
4111+
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
41074112
dependencies:
41084113
"@eslint-community/eslint-utils" "^4.2.0"
41094114
"@eslint-community/regexpp" "^4.6.1"
4110-
"@eslint/eslintrc" "^2.1.2"
4111-
"@eslint/js" "^8.47.0"
4112-
"@humanwhocodes/config-array" "^0.11.10"
4115+
"@eslint/eslintrc" "^2.1.4"
4116+
"@eslint/js" "8.56.0"
4117+
"@humanwhocodes/config-array" "^0.11.13"
41134118
"@humanwhocodes/module-importer" "^1.0.1"
41144119
"@nodelib/fs.walk" "^1.2.8"
4120+
"@ungap/structured-clone" "^1.2.0"
41154121
ajv "^6.12.4"
41164122
chalk "^4.0.0"
41174123
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)