Skip to content

Commit 8b3d7b4

Browse files
chore(deps): bump eslint from 8.50.0 to 8.53.0 (microformats#289)
Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.53.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.50.0...v8.53.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa06969 commit 8b3d7b4

File tree

1 file changed

+31
-35
lines changed

1 file changed

+31
-35
lines changed

yarn.lock

Lines changed: 31 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,15 @@
4848
dependencies:
4949
eslint-visitor-keys "^3.3.0"
5050

51-
"@eslint-community/regexpp@^4.5.1":
51+
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
5252
version "4.9.0"
5353
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.0.tgz#7ccb5f58703fa61ffdcbf39e2c604a109e781162"
5454
integrity sha512-zJmuCWj2VLBt4c25CfBIbMZLGLyhkvs7LznyVX5HfpzeocThgIj5XQK4L+g3U36mMcx8bPMhGyPpwCATamC4jQ==
5555

56-
"@eslint-community/regexpp@^4.6.1":
57-
version "4.8.1"
58-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.1.tgz#8c4bb756cc2aa7eaf13cfa5e69c83afb3260c20c"
59-
integrity sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==
60-
61-
"@eslint/eslintrc@^2.1.2":
62-
version "2.1.2"
63-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
64-
integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
56+
"@eslint/eslintrc@^2.1.3":
57+
version "2.1.3"
58+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
59+
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
6560
dependencies:
6661
ajv "^6.12.4"
6762
debug "^4.3.2"
@@ -73,17 +68,17 @@
7368
minimatch "^3.1.2"
7469
strip-json-comments "^3.1.1"
7570

76-
"@eslint/js@8.50.0":
77-
version "8.50.0"
78-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.50.0.tgz#9e93b850f0f3fa35f5fa59adfd03adae8488e484"
79-
integrity sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==
71+
"@eslint/js@8.53.0":
72+
version "8.53.0"
73+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
74+
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
8075

81-
"@humanwhocodes/config-array@^0.11.11":
82-
version "0.11.11"
83-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844"
84-
integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==
76+
"@humanwhocodes/config-array@^0.11.13":
77+
version "0.11.13"
78+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
79+
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
8580
dependencies:
86-
"@humanwhocodes/object-schema" "^1.2.1"
81+
"@humanwhocodes/object-schema" "^2.0.1"
8782
debug "^4.1.1"
8883
minimatch "^3.0.5"
8984

@@ -92,10 +87,10 @@
9287
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
9388
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
9489

95-
"@humanwhocodes/object-schema@^1.2.1":
96-
version "1.2.1"
97-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
98-
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
90+
"@humanwhocodes/object-schema@^2.0.1":
91+
version "2.0.1"
92+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
93+
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
9994

10095
"@isaacs/cliui@^8.0.2":
10196
version "8.0.2"
@@ -512,6 +507,11 @@
512507
"@typescript-eslint/types" "6.9.1"
513508
eslint-visitor-keys "^3.4.1"
514509

510+
"@ungap/structured-clone@^1.2.0":
511+
version "1.2.0"
512+
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
513+
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
514+
515515
acorn-jsx@^5.3.2:
516516
version "5.3.2"
517517
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -1197,17 +1197,18 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
11971197
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
11981198

11991199
eslint@^8.16.0:
1200-
version "8.50.0"
1201-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.50.0.tgz#2ae6015fee0240fcd3f83e1e25df0287f487d6b2"
1202-
integrity sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==
1200+
version "8.53.0"
1201+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
1202+
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
12031203
dependencies:
12041204
"@eslint-community/eslint-utils" "^4.2.0"
12051205
"@eslint-community/regexpp" "^4.6.1"
1206-
"@eslint/eslintrc" "^2.1.2"
1207-
"@eslint/js" "8.50.0"
1208-
"@humanwhocodes/config-array" "^0.11.11"
1206+
"@eslint/eslintrc" "^2.1.3"
1207+
"@eslint/js" "8.53.0"
1208+
"@humanwhocodes/config-array" "^0.11.13"
12091209
"@humanwhocodes/module-importer" "^1.0.1"
12101210
"@nodelib/fs.walk" "^1.2.8"
1211+
"@ungap/structured-clone" "^1.2.0"
12111212
ajv "^6.12.4"
12121213
chalk "^4.0.0"
12131214
cross-spawn "^7.0.2"
@@ -1693,12 +1694,7 @@ iconv-lite@0.6.3:
16931694
dependencies:
16941695
safer-buffer ">= 2.1.2 < 3.0.0"
16951696

1696-
ignore@^5.2.0:
1697-
version "5.2.0"
1698-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
1699-
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
1700-
1701-
ignore@^5.2.4:
1697+
ignore@^5.2.0, ignore@^5.2.4:
17021698
version "5.2.4"
17031699
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
17041700
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==

0 commit comments

Comments
 (0)