1762
1762
url-loader "^4.1.1"
1763
1763
webpack "^5.73.0"
1764
1764
1765
- " @eslint/eslintrc@^1.3.0 " :
1766
- version "1.3.0 "
1767
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0 .tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f "
1768
- integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw ==
1765
+ " @eslint/eslintrc@^1.3.1 " :
1766
+ version "1.3.1 "
1767
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1 .tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d "
1768
+ integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ ==
1769
1769
dependencies :
1770
1770
ajv "^6.12.4"
1771
1771
debug "^4.3.2"
1772
- espree "^9.3.2 "
1772
+ espree "^9.4.0 "
1773
1773
globals "^13.15.0"
1774
1774
ignore "^5.2.0"
1775
1775
import-fresh "^3.2.1"
1803
1803
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
1804
1804
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
1805
1805
1806
+ " @humanwhocodes/module-importer@^1.0.1 " :
1807
+ version "1.0.1"
1808
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
1809
+ integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
1810
+
1806
1811
" @humanwhocodes/object-schema@^1.2.1 " :
1807
1812
version "1.2.1"
1808
1813
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -3847,14 +3852,15 @@ eslint-visitor-keys@^3.3.0:
3847
3852
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
3848
3853
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
3849
3854
3850
- eslint@^8.22 .0 :
3851
- version "8.22 .0"
3852
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22 .0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48 "
3853
- integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA ==
3855
+ eslint@^8.23 .0 :
3856
+ version "8.23 .0"
3857
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23 .0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040 "
3858
+ integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA ==
3854
3859
dependencies :
3855
- " @eslint/eslintrc" " ^1.3.0 "
3860
+ " @eslint/eslintrc" " ^1.3.1 "
3856
3861
" @humanwhocodes/config-array" " ^0.10.4"
3857
3862
" @humanwhocodes/gitignore-to-minimatch" " ^1.0.2"
3863
+ " @humanwhocodes/module-importer" " ^1.0.1"
3858
3864
ajv "^6.10.0"
3859
3865
chalk "^4.0.0"
3860
3866
cross-spawn "^7.0.2"
@@ -3864,7 +3870,7 @@ eslint@^8.22.0:
3864
3870
eslint-scope "^7.1.1"
3865
3871
eslint-utils "^3.0.0"
3866
3872
eslint-visitor-keys "^3.3.0"
3867
- espree "^9.3.3 "
3873
+ espree "^9.4.0 "
3868
3874
esquery "^1.4.0"
3869
3875
esutils "^2.0.2"
3870
3876
fast-deep-equal "^3.1.3"
@@ -3890,12 +3896,11 @@ eslint@^8.22.0:
3890
3896
strip-ansi "^6.0.1"
3891
3897
strip-json-comments "^3.1.0"
3892
3898
text-table "^0.2.0"
3893
- v8-compile-cache "^2.0.3"
3894
3899
3895
- espree@^9.3.2, espree@^9.3.3 :
3896
- version "9.3.3 "
3897
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3 .tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d "
3898
- integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng ==
3900
+ espree@^9.4.0 :
3901
+ version "9.4.0 "
3902
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0 .tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a "
3903
+ integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw ==
3899
3904
dependencies :
3900
3905
acorn "^8.8.0"
3901
3906
acorn-jsx "^5.3.2"
@@ -7646,11 +7651,6 @@ uuid@^8.3.2:
7646
7651
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
7647
7652
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
7648
7653
7649
- v8-compile-cache@^2.0.3 :
7650
- version "2.3.0"
7651
- resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
7652
- integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
7653
-
7654
7654
value-equal@^1.0.1 :
7655
7655
version "1.0.1"
7656
7656
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
0 commit comments