Skip to content

Commit ea591bc

Browse files
chore: update dependency eslint to v8.23.0 (#3344)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3af625a commit ea591bc

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

yarn.lock

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -565,14 +565,14 @@
565565
dependencies:
566566
"@jridgewell/trace-mapping" "0.3.9"
567567

568-
"@eslint/eslintrc@^1.3.0":
569-
version "1.3.0"
570-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
571-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
568+
"@eslint/eslintrc@^1.3.1":
569+
version "1.3.1"
570+
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
571+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
572572
dependencies:
573573
ajv "^6.12.4"
574574
debug "^4.3.2"
575-
espree "^9.3.2"
575+
espree "^9.4.0"
576576
globals "^13.15.0"
577577
ignore "^5.2.0"
578578
import-fresh "^3.2.1"
@@ -599,6 +599,11 @@
599599
resolved "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
600600
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
601601

602+
"@humanwhocodes/module-importer@^1.0.1":
603+
version "1.0.1"
604+
resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
605+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
606+
602607
"@humanwhocodes/object-schema@^1.2.1":
603608
version "1.2.1"
604609
resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -4079,13 +4084,14 @@ eslint-visitor-keys@^3.3.0:
40794084
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
40804085

40814086
eslint@^8.0.0:
4082-
version "8.22.0"
4083-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
4084-
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
4087+
version "8.23.0"
4088+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
4089+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
40854090
dependencies:
4086-
"@eslint/eslintrc" "^1.3.0"
4091+
"@eslint/eslintrc" "^1.3.1"
40874092
"@humanwhocodes/config-array" "^0.10.4"
40884093
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
4094+
"@humanwhocodes/module-importer" "^1.0.1"
40894095
ajv "^6.10.0"
40904096
chalk "^4.0.0"
40914097
cross-spawn "^7.0.2"
@@ -4095,7 +4101,7 @@ eslint@^8.0.0:
40954101
eslint-scope "^7.1.1"
40964102
eslint-utils "^3.0.0"
40974103
eslint-visitor-keys "^3.3.0"
4098-
espree "^9.3.3"
4104+
espree "^9.4.0"
40994105
esquery "^1.4.0"
41004106
esutils "^2.0.2"
41014107
fast-deep-equal "^3.1.3"
@@ -4121,12 +4127,11 @@ eslint@^8.0.0:
41214127
strip-ansi "^6.0.1"
41224128
strip-json-comments "^3.1.0"
41234129
text-table "^0.2.0"
4124-
v8-compile-cache "^2.0.3"
41254130

4126-
espree@^9.3.2, espree@^9.3.3:
4127-
version "9.3.3"
4128-
resolved "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
4129-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
4131+
espree@^9.4.0:
4132+
version "9.4.0"
4133+
resolved "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
4134+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
41304135
dependencies:
41314136
acorn "^8.8.0"
41324137
acorn-jsx "^5.3.2"
@@ -4411,9 +4416,9 @@ flat@^5.0.2:
44114416
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
44124417

44134418
flatted@^3.1.0:
4414-
version "3.2.6"
4415-
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2"
4416-
integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==
4419+
version "3.2.7"
4420+
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
4421+
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
44174422

44184423
44194424
version "0.5.2"
@@ -8590,7 +8595,7 @@ v8-compile-cache-lib@^3.0.1:
85908595
resolved "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
85918596
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
85928597

8593-
[email protected], v8-compile-cache@^2.0.3:
8598+
85948599
version "2.3.0"
85958600
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
85968601
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==

0 commit comments

Comments
 (0)