Skip to content

Commit 05564c6

Browse files
committed
chore(deps): update dependency eslint to v8.57.0
1 parent 8d00806 commit 05564c6

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"chai": "4.5.0",
3434
"del-cli": "5.1.0",
3535
"dotenv": "16.4.5",
36-
"eslint": "8.56.0",
36+
"eslint": "8.57.0",
3737
"eslint-config-prettier": "9.1.0",
3838
"eslint-config-xo": "0.43.1",
3939
"eslint-config-xo-typescript": "1.0.1",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@
142142
minimatch "^3.1.2"
143143
strip-json-comments "^3.1.1"
144144

145-
"@eslint/js@8.56.0":
146-
version "8.56.0"
147-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
148-
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
145+
"@eslint/js@8.57.0":
146+
version "8.57.0"
147+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
148+
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
149149

150150
"@ethereum-waffle/chai@4.0.10":
151151
version "4.0.10"
@@ -678,24 +678,24 @@
678678
optionalDependencies:
679679
"@trufflesuite/bigint-buffer" "1.1.9"
680680

681-
"@humanwhocodes/config-array@^0.11.13":
682-
version "0.11.13"
683-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
684-
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
681+
"@humanwhocodes/config-array@^0.11.14":
682+
version "0.11.14"
683+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
684+
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
685685
dependencies:
686-
"@humanwhocodes/object-schema" "^2.0.1"
687-
debug "^4.1.1"
686+
"@humanwhocodes/object-schema" "^2.0.2"
687+
debug "^4.3.1"
688688
minimatch "^3.0.5"
689689

690690
"@humanwhocodes/module-importer@^1.0.1":
691691
version "1.0.1"
692692
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
693693
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
694694

695-
"@humanwhocodes/object-schema@^2.0.1":
696-
version "2.0.1"
697-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
698-
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
695+
"@humanwhocodes/object-schema@^2.0.2":
696+
version "2.0.3"
697+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
698+
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
699699

700700
"@jridgewell/resolve-uri@^3.0.3":
701701
version "3.1.1"
@@ -2637,16 +2637,16 @@ eslint-visitor-keys@^3.4.3:
26372637
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
26382638
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
26392639

2640-
eslint@8.56.0:
2641-
version "8.56.0"
2642-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
2643-
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
2640+
eslint@8.57.0:
2641+
version "8.57.0"
2642+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
2643+
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
26442644
dependencies:
26452645
"@eslint-community/eslint-utils" "^4.2.0"
26462646
"@eslint-community/regexpp" "^4.6.1"
26472647
"@eslint/eslintrc" "^2.1.4"
2648-
"@eslint/js" "8.56.0"
2649-
"@humanwhocodes/config-array" "^0.11.13"
2648+
"@eslint/js" "8.57.0"
2649+
"@humanwhocodes/config-array" "^0.11.14"
26502650
"@humanwhocodes/module-importer" "^1.0.1"
26512651
"@nodelib/fs.walk" "^1.2.8"
26522652
"@ungap/structured-clone" "^1.2.0"

0 commit comments

Comments
 (0)