Skip to content

Commit 45dbb6e

Browse files
Update dependency eslint to v8.57.1 (#332)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e07b56 commit 45dbb6e

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/parser": "5.59.7",
3434
"chai": "4.5.0",
3535
"dotenv": "16.6.1",
36-
"eslint": "8.56.0",
36+
"eslint": "8.57.1",
3737
"eslint-config-prettier": "8.10.2",
3838
"eslint-config-xo": "0.43.1",
3939
"eslint-config-xo-typescript": "0.44.0",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@
123123
minimatch "^3.1.2"
124124
strip-json-comments "^3.1.1"
125125

126-
"@eslint/js@8.56.0":
127-
version "8.56.0"
128-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
129-
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
126+
"@eslint/js@8.57.1":
127+
version "8.57.1"
128+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
129+
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
130130

131131
"@ethereum-waffle/chai@^3.4.0":
132132
version "3.4.0"
@@ -639,12 +639,12 @@
639639
"@ethersproject/properties" "^5.4.0"
640640
"@ethersproject/strings" "^5.4.0"
641641

642-
"@humanwhocodes/config-array@^0.11.13":
643-
version "0.11.14"
644-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
645-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
642+
"@humanwhocodes/config-array@^0.13.0":
643+
version "0.13.0"
644+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
645+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
646646
dependencies:
647-
"@humanwhocodes/object-schema" "^2.0.2"
647+
"@humanwhocodes/object-schema" "^2.0.3"
648648
debug "^4.3.1"
649649
minimatch "^3.0.5"
650650

@@ -653,10 +653,10 @@
653653
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
654654
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
655655

656-
"@humanwhocodes/object-schema@^2.0.2":
657-
version "2.0.2"
658-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
659-
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
656+
"@humanwhocodes/object-schema@^2.0.3":
657+
version "2.0.3"
658+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
659+
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
660660

661661
"@jridgewell/resolve-uri@^3.0.3":
662662
version "3.0.7"
@@ -3444,16 +3444,16 @@ eslint-visitor-keys@^3.4.3:
34443444
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
34453445
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
34463446

3447-
eslint@8.56.0:
3448-
version "8.56.0"
3449-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
3450-
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
3447+
eslint@8.57.1:
3448+
version "8.57.1"
3449+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
3450+
integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==
34513451
dependencies:
34523452
"@eslint-community/eslint-utils" "^4.2.0"
34533453
"@eslint-community/regexpp" "^4.6.1"
34543454
"@eslint/eslintrc" "^2.1.4"
3455-
"@eslint/js" "8.56.0"
3456-
"@humanwhocodes/config-array" "^0.11.13"
3455+
"@eslint/js" "8.57.1"
3456+
"@humanwhocodes/config-array" "^0.13.0"
34573457
"@humanwhocodes/module-importer" "^1.0.1"
34583458
"@nodelib/fs.walk" "^1.2.8"
34593459
"@ungap/structured-clone" "^1.2.0"

0 commit comments

Comments
 (0)