Skip to content

Commit 0d2a0f6

Browse files
committed
Update dependency eslint to v8.23.0
1 parent a1d1dfc commit 0d2a0f6

File tree

2 files changed

+22
-36
lines changed

2 files changed

+22
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"bignumber.js": "9.1.0",
3535
"del-cli": "4.0.1",
3636
"dotenv": "16.0.1",
37-
"eslint": "8.22.0",
37+
"eslint": "8.23.0",
3838
"eslint-config-prettier": "8.5.0",
3939
"eslint-config-xo": "0.42.0",
4040
"eslint-config-xo-typescript": "0.50.0",

yarn.lock

Lines changed: 21 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@
175175
resolved "https://registry.yarnpkg.com/@ensdomains/resolver/-/resolver-0.2.4.tgz#c10fe28bf5efbf49bff4666d909aed0265efbc89"
176176
integrity sha512-bvaTH34PMCbv6anRa9I/0zjLJgY4EuznbEMgbV77JBCQ9KNC46rzi0avuxpOfu+xDjPEtSFGqVEOr5GlUSGudA==
177177

178-
"@eslint/eslintrc@^1.3.0":
179-
version "1.3.0"
180-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
181-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
178+
"@eslint/eslintrc@^1.3.1":
179+
version "1.3.1"
180+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
181+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
182182
dependencies:
183183
ajv "^6.12.4"
184184
debug "^4.3.2"
185-
espree "^9.3.2"
185+
espree "^9.4.0"
186186
globals "^13.15.0"
187187
ignore "^5.2.0"
188188
import-fresh "^3.2.1"
@@ -1246,6 +1246,11 @@
12461246
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
12471247
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
12481248

1249+
"@humanwhocodes/module-importer@^1.0.1":
1250+
version "1.0.1"
1251+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
1252+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
1253+
12491254
"@humanwhocodes/object-schema@^1.2.1":
12501255
version "1.2.1"
12511256
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -2659,11 +2664,6 @@ acorn@^8.4.1:
26592664
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
26602665
integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==
26612666

2662-
acorn@^8.7.1:
2663-
version "8.7.1"
2664-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
2665-
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
2666-
26672667
acorn@^8.8.0:
26682668
version "8.8.0"
26692669
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
@@ -5866,14 +5866,15 @@ eslint-visitor-keys@^3.3.0:
58665866
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
58675867
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
58685868

5869-
eslint@8.22.0:
5870-
version "8.22.0"
5871-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
5872-
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
5869+
eslint@8.23.0:
5870+
version "8.23.0"
5871+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
5872+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
58735873
dependencies:
5874-
"@eslint/eslintrc" "^1.3.0"
5874+
"@eslint/eslintrc" "^1.3.1"
58755875
"@humanwhocodes/config-array" "^0.10.4"
58765876
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
5877+
"@humanwhocodes/module-importer" "^1.0.1"
58775878
ajv "^6.10.0"
58785879
chalk "^4.0.0"
58795880
cross-spawn "^7.0.2"
@@ -5883,7 +5884,7 @@ [email protected]:
58835884
eslint-scope "^7.1.1"
58845885
eslint-utils "^3.0.0"
58855886
eslint-visitor-keys "^3.3.0"
5886-
espree "^9.3.3"
5887+
espree "^9.4.0"
58875888
esquery "^1.4.0"
58885889
esutils "^2.0.2"
58895890
fast-deep-equal "^3.1.3"
@@ -5909,7 +5910,6 @@ [email protected]:
59095910
strip-ansi "^6.0.1"
59105911
strip-json-comments "^3.1.0"
59115912
text-table "^0.2.0"
5912-
v8-compile-cache "^2.0.3"
59135913

59145914
eslint@^5.6.0:
59155915
version "5.16.0"
@@ -5962,19 +5962,10 @@ espree@^5.0.1:
59625962
acorn-jsx "^5.0.0"
59635963
eslint-visitor-keys "^1.0.0"
59645964

5965-
espree@^9.3.2:
5966-
version "9.3.2"
5967-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
5968-
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
5969-
dependencies:
5970-
acorn "^8.7.1"
5971-
acorn-jsx "^5.3.2"
5972-
eslint-visitor-keys "^3.3.0"
5973-
5974-
espree@^9.3.3:
5975-
version "9.3.3"
5976-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
5977-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
5965+
espree@^9.4.0:
5966+
version "9.4.0"
5967+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
5968+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
59785969
dependencies:
59795970
acorn "^8.8.0"
59805971
acorn-jsx "^5.3.2"
@@ -14155,11 +14146,6 @@ v8-compile-cache-lib@^3.0.1:
1415514146
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
1415614147
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
1415714148

14158-
v8-compile-cache@^2.0.3:
14159-
version "2.2.0"
14160-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
14161-
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
14162-
1416314149
vali-date@^1.0.0:
1416414150
version "1.0.0"
1416514151
resolved "https://registry.yarnpkg.com/vali-date/-/vali-date-1.0.0.tgz#1b904a59609fb328ef078138420934f6b86709a6"

0 commit comments

Comments
 (0)