367
367
dependencies:
368
368
"@jridgewell/trace-mapping" "0.3.9"
369
369
370
- "@eslint/eslintrc@^1.3.0 ":
371
- version "1.3.0 "
372
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0 .tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f "
373
- integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw ==
370
+ "@eslint/eslintrc@^1.3.1 ":
371
+ version "1.3.1 "
372
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1 .tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d "
373
+ integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ ==
374
374
dependencies:
375
375
ajv "^6.12.4"
376
376
debug "^4.3.2"
377
- espree "^9.3.2 "
377
+ espree "^9.4.0 "
378
378
globals "^13.15.0"
379
379
ignore "^5.2.0"
380
380
import-fresh "^3.2.1"
406
406
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
407
407
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
408
408
409
+ "@humanwhocodes/module-importer@^1.0.1":
410
+ version "1.0.1"
411
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
412
+ integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
413
+
409
414
"@humanwhocodes/object-schema@^1.2.1":
410
415
version "1.2.1"
411
416
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -2790,11 +2795,6 @@ acorn@^8.5.0:
2790
2795
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
2791
2796
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
2792
2797
2793
- acorn@^8.7.1:
2794
- version "8.7.1"
2795
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
2796
- integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
2797
-
2798
2798
acorn@^8.8.0:
2799
2799
version "8.8.0"
2800
2800
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
@@ -4877,14 +4877,15 @@ eslint-visitor-keys@^3.3.0:
4877
4877
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
4878
4878
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
4879
4879
4880
- eslint@8.22 .0:
4881
- version "8.22 .0"
4882
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22 .0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48 "
4883
- integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA ==
4880
+ eslint@8.23 .0:
4881
+ version "8.23 .0"
4882
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23 .0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040 "
4883
+ integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA ==
4884
4884
dependencies:
4885
- "@eslint/eslintrc" "^1.3.0 "
4885
+ "@eslint/eslintrc" "^1.3.1 "
4886
4886
"@humanwhocodes/config-array" "^0.10.4"
4887
4887
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
4888
+ "@humanwhocodes/module-importer" "^1.0.1"
4888
4889
ajv "^6.10.0"
4889
4890
chalk "^4.0.0"
4890
4891
cross-spawn "^7.0.2"
@@ -4894,7 +4895,7 @@ eslint@8.22.0:
4894
4895
eslint-scope "^7.1.1"
4895
4896
eslint-utils "^3.0.0"
4896
4897
eslint-visitor-keys "^3.3.0"
4897
- espree "^9.3.3 "
4898
+ espree "^9.4.0 "
4898
4899
esquery "^1.4.0"
4899
4900
esutils "^2.0.2"
4900
4901
fast-deep-equal "^3.1.3"
@@ -4920,21 +4921,11 @@ eslint@8.22.0:
4920
4921
strip-ansi "^6.0.1"
4921
4922
strip-json-comments "^3.1.0"
4922
4923
text-table "^0.2.0"
4923
- v8-compile-cache "^2.0.3"
4924
4924
4925
- espree@^9.3.2:
4926
- version "9.3.2"
4927
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
4928
- integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
4929
- dependencies:
4930
- acorn "^8.7.1"
4931
- acorn-jsx "^5.3.2"
4932
- eslint-visitor-keys "^3.3.0"
4933
-
4934
- espree@^9.3.3:
4935
- version "9.3.3"
4936
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
4937
- integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
4925
+ espree@^9.4.0:
4926
+ version "9.4.0"
4927
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
4928
+ integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
4938
4929
dependencies:
4939
4930
acorn "^8.8.0"
4940
4931
acorn-jsx "^5.3.2"
@@ -11673,11 +11664,6 @@ v8-compile-cache@2.3.0:
11673
11664
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
11674
11665
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
11675
11666
11676
- v8-compile-cache@^2.0.3:
11677
- version "2.1.0"
11678
- resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"
11679
- integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==
11680
-
11681
11667
v8-to-istanbul@^7.0.0:
11682
11668
version "7.0.0"
11683
11669
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.0.0.tgz#b4fe00e35649ef7785a9b7fcebcea05f37c332fc"
0 commit comments