Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit cd4c264

Browse files
Bump eslint from 8.41.0 to 8.42.0 (#53)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8140d7b commit cd4c264

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/jest": "^29.5.2",
2727
"@typescript-eslint/eslint-plugin": "^5.59.9",
2828
"@typescript-eslint/parser": "^5.59.9",
29-
"eslint": "^8.41.0",
29+
"eslint": "^8.42.0",
3030
"eslint-config-prettier": "^8.8.0",
3131
"eslint-plugin-unused-imports": "^2.0.0",
3232
"jest": "^29.5.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,10 @@
326326
minimatch "^3.1.2"
327327
strip-json-comments "^3.1.1"
328328

329-
"@eslint/js@8.41.0":
330-
version "8.41.0"
331-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
332-
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
329+
"@eslint/js@8.42.0":
330+
version "8.42.0"
331+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
332+
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
333333

334334
"@ethersproject/[email protected]", "@ethersproject/abi@^5.7.0":
335335
version "5.7.0"
@@ -678,10 +678,10 @@
678678
resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-8.0.2.tgz#bab698c5d3da9c52744e966e0e3eedb6c8b05c37"
679679
integrity sha512-Uo3pGspElQW91PCvKSIAXoEgAUlRnH29sX2/p89kg7sP1m2PzCufHINd0FhTXQf6DYGiUlVncdSPa2F9wxed2A==
680680

681-
"@humanwhocodes/config-array@^0.11.8":
682-
version "0.11.8"
683-
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz"
684-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
681+
"@humanwhocodes/config-array@^0.11.10":
682+
version "0.11.10"
683+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
684+
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
685685
dependencies:
686686
"@humanwhocodes/object-schema" "^1.2.1"
687687
debug "^4.1.1"
@@ -1733,16 +1733,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
17331733
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
17341734
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
17351735

1736-
eslint@^8.41.0:
1737-
version "8.41.0"
1738-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
1739-
integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
1736+
eslint@^8.42.0:
1737+
version "8.42.0"
1738+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
1739+
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
17401740
dependencies:
17411741
"@eslint-community/eslint-utils" "^4.2.0"
17421742
"@eslint-community/regexpp" "^4.4.0"
17431743
"@eslint/eslintrc" "^2.0.3"
1744-
"@eslint/js" "8.41.0"
1745-
"@humanwhocodes/config-array" "^0.11.8"
1744+
"@eslint/js" "8.42.0"
1745+
"@humanwhocodes/config-array" "^0.11.10"
17461746
"@humanwhocodes/module-importer" "^1.0.1"
17471747
"@nodelib/fs.walk" "^1.2.8"
17481748
ajv "^6.10.0"

0 commit comments

Comments
 (0)