Skip to content

Commit c8c7c97

Browse files
committed
Update dependency eslint to v8.39.0
1 parent 4c69ec7 commit c8c7c97

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"chai": "4.3.7",
3232
"del-cli": "4.0.1",
3333
"dotenv": "16.0.3",
34-
"eslint": "8.38.0",
34+
"eslint": "8.39.0",
3535
"eslint-config-prettier": "8.8.0",
3636
"eslint-config-xo": "0.43.1",
3737
"eslint-config-xo-typescript": "0.57.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@
7373
minimatch "^3.1.2"
7474
strip-json-comments "^3.1.1"
7575

76-
"@eslint/js@8.38.0":
77-
version "8.38.0"
78-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.38.0.tgz#73a8a0d8aa8a8e6fe270431c5e72ae91b5337892"
79-
integrity sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==
76+
"@eslint/js@8.39.0":
77+
version "8.39.0"
78+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.39.0.tgz#58b536bcc843f4cd1e02a7e6171da5c040f4d44b"
79+
integrity sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==
8080

8181
"@ethereum-waffle/chai@^3.4.4":
8282
version "3.4.4"
@@ -4059,10 +4059,10 @@ eslint-scope@^5.1.1:
40594059
esrecurse "^4.3.0"
40604060
estraverse "^4.1.1"
40614061

4062-
eslint-scope@^7.1.1:
4063-
version "7.1.1"
4064-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
4065-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
4062+
eslint-scope@^7.2.0:
4063+
version "7.2.0"
4064+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
4065+
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
40664066
dependencies:
40674067
esrecurse "^4.3.0"
40684068
estraverse "^5.2.0"
@@ -4089,15 +4089,15 @@ eslint-visitor-keys@^3.4.0:
40894089
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
40904090
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
40914091

4092-
eslint@8.38.0:
4093-
version "8.38.0"
4094-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a"
4095-
integrity sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==
4092+
eslint@8.39.0:
4093+
version "8.39.0"
4094+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"
4095+
integrity sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==
40964096
dependencies:
40974097
"@eslint-community/eslint-utils" "^4.2.0"
40984098
"@eslint-community/regexpp" "^4.4.0"
40994099
"@eslint/eslintrc" "^2.0.2"
4100-
"@eslint/js" "8.38.0"
4100+
"@eslint/js" "8.39.0"
41014101
"@humanwhocodes/config-array" "^0.11.8"
41024102
"@humanwhocodes/module-importer" "^1.0.1"
41034103
"@nodelib/fs.walk" "^1.2.8"
@@ -4107,7 +4107,7 @@ eslint@8.38.0:
41074107
debug "^4.3.2"
41084108
doctrine "^3.0.0"
41094109
escape-string-regexp "^4.0.0"
4110-
eslint-scope "^7.1.1"
4110+
eslint-scope "^7.2.0"
41114111
eslint-visitor-keys "^3.4.0"
41124112
espree "^9.5.1"
41134113
esquery "^1.4.2"

0 commit comments

Comments
 (0)