Skip to content

Commit d99d1cb

Browse files
chore(deps): update dependency eslint to v8.23.0 (#2325)
1 parent a3ba60e commit d99d1cb

File tree

2 files changed

+22
-31
lines changed

2 files changed

+22
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@typescript-eslint/eslint-plugin": "5.35.1",
3737
"@typescript-eslint/parser": "5.35.1",
3838
"@vscode/codicons": "0.0.32",
39-
"eslint": "8.22.0",
39+
"eslint": "8.23.0",
4040
"eslint-config-prettier": "8.5.0",
4141
"eslint-config-prettier-standard": "4.0.1",
4242
"eslint-config-standard": "17.0.0",

yarn.lock

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,14 +1585,14 @@
15851585
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
15861586
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
15871587

1588-
"@eslint/eslintrc@^1.3.0":
1589-
version "1.3.0"
1590-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1591-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
1588+
"@eslint/eslintrc@^1.3.1":
1589+
version "1.3.1"
1590+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
1591+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
15921592
dependencies:
15931593
ajv "^6.12.4"
15941594
debug "^4.3.2"
1595-
espree "^9.3.2"
1595+
espree "^9.4.0"
15961596
globals "^13.15.0"
15971597
ignore "^5.2.0"
15981598
import-fresh "^3.2.1"
@@ -1678,6 +1678,11 @@
16781678
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
16791679
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
16801680

1681+
"@humanwhocodes/module-importer@^1.0.1":
1682+
version "1.0.1"
1683+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
1684+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
1685+
16811686
"@humanwhocodes/object-schema@^1.2.1":
16821687
version "1.2.1"
16831688
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -8792,14 +8797,15 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
87928797
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
87938798
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
87948799

8795-
eslint@8.22.0:
8796-
version "8.22.0"
8797-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
8798-
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
8800+
eslint@8.23.0:
8801+
version "8.23.0"
8802+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
8803+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
87998804
dependencies:
8800-
"@eslint/eslintrc" "^1.3.0"
8805+
"@eslint/eslintrc" "^1.3.1"
88018806
"@humanwhocodes/config-array" "^0.10.4"
88028807
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
8808+
"@humanwhocodes/module-importer" "^1.0.1"
88038809
ajv "^6.10.0"
88048810
chalk "^4.0.0"
88058811
cross-spawn "^7.0.2"
@@ -8809,7 +8815,7 @@ [email protected]:
88098815
eslint-scope "^7.1.1"
88108816
eslint-utils "^3.0.0"
88118817
eslint-visitor-keys "^3.3.0"
8812-
espree "^9.3.3"
8818+
espree "^9.4.0"
88138819
esquery "^1.4.0"
88148820
esutils "^2.0.2"
88158821
fast-deep-equal "^3.1.3"
@@ -8835,7 +8841,6 @@ [email protected]:
88358841
strip-ansi "^6.0.1"
88368842
strip-json-comments "^3.1.0"
88378843
text-table "^0.2.0"
8838-
v8-compile-cache "^2.0.3"
88398844

88408845
espree@^6.1.2:
88418846
version "6.2.1"
@@ -8846,19 +8851,10 @@ espree@^6.1.2:
88468851
acorn-jsx "^5.2.0"
88478852
eslint-visitor-keys "^1.1.0"
88488853

8849-
espree@^9.3.2:
8850-
version "9.3.2"
8851-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
8852-
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
8853-
dependencies:
8854-
acorn "^8.7.1"
8855-
acorn-jsx "^5.3.2"
8856-
eslint-visitor-keys "^3.3.0"
8857-
8858-
espree@^9.3.3:
8859-
version "9.3.3"
8860-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
8861-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
8854+
espree@^9.4.0:
8855+
version "9.4.0"
8856+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
8857+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
88628858
dependencies:
88638859
acorn "^8.8.0"
88648860
acorn-jsx "^5.3.2"
@@ -17816,11 +17812,6 @@ v8-compile-cache-lib@^3.0.1:
1781617812
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
1781717813
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
1781817814

17819-
v8-compile-cache@^2.0.3:
17820-
version "2.3.0"
17821-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
17822-
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
17823-
1782417815
v8-to-istanbul@^8.0.0:
1782517816
version "8.1.1"
1782617817
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz#77b752fd3975e31bbcef938f85e9bd1c7a8d60ed"

0 commit comments

Comments
 (0)