Skip to content

Commit fead368

Browse files
committed
Update dependency eslint to v8.57.1
1 parent c0a5dbd commit fead368

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
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.5.0",
3232
"del-cli": "4.0.1",
3333
"dotenv": "16.4.5",
34-
"eslint": "8.56.0",
34+
"eslint": "8.57.1",
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: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
minimatch "^3.1.2"
8484
strip-json-comments "^3.1.1"
8585

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==
86+
"@eslint/js@8.57.1":
87+
version "8.57.1"
88+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
89+
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
9090

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

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==
1293+
"@humanwhocodes/config-array@^0.13.0":
1294+
version "0.13.0"
1295+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
1296+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
12971297
dependencies:
1298-
"@humanwhocodes/object-schema" "^2.0.2"
1298+
"@humanwhocodes/object-schema" "^2.0.3"
12991299
debug "^4.3.1"
13001300
minimatch "^3.0.5"
13011301

@@ -1304,10 +1304,10 @@
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@^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==
1307+
"@humanwhocodes/object-schema@^2.0.3":
1308+
version "2.0.3"
1309+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
1310+
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
13111311

13121312
"@jridgewell/resolve-uri@^3.0.3":
13131313
version "3.0.7"
@@ -4105,16 +4105,16 @@ eslint-visitor-keys@^3.4.3:
41054105
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
41064106
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
41074107

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==
4108+
eslint@8.57.1:
4109+
version "8.57.1"
4110+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
4111+
integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==
41124112
dependencies:
41134113
"@eslint-community/eslint-utils" "^4.2.0"
41144114
"@eslint-community/regexpp" "^4.6.1"
41154115
"@eslint/eslintrc" "^2.1.4"
4116-
"@eslint/js" "8.56.0"
4117-
"@humanwhocodes/config-array" "^0.11.13"
4116+
"@eslint/js" "8.57.1"
4117+
"@humanwhocodes/config-array" "^0.13.0"
41184118
"@humanwhocodes/module-importer" "^1.0.1"
41194119
"@nodelib/fs.walk" "^1.2.8"
41204120
"@ungap/structured-clone" "^1.2.0"

0 commit comments

Comments
 (0)