Skip to content

Commit 15e66a0

Browse files
fix(deps): update dependency eslint to v8.57.1
1 parent 2e865cb commit 15e66a0

File tree

2 files changed

+65
-52
lines changed

2 files changed

+65
-52
lines changed

package-lock.json

Lines changed: 36 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/yarn.lock

Lines changed: 29 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,9 +1647,9 @@
16471647
eslint-visitor-keys "^3.3.0"
16481648

16491649
"@eslint-community/regexpp@^4.6.1":
1650-
version "4.10.1"
1651-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.1.tgz#361461e5cb3845d874e61731c11cfedd664d83a0"
1652-
integrity sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==
1650+
version "4.11.1"
1651+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
1652+
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
16531653

16541654
"@eslint/eslintrc@^2.1.4":
16551655
version "2.1.4"
@@ -1666,10 +1666,10 @@
16661666
minimatch "^3.1.2"
16671667
strip-json-comments "^3.1.1"
16681668

1669-
"@eslint/[email protected].0":
1670-
version "8.57.0"
1671-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
1672-
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
1669+
"@eslint/[email protected].1":
1670+
version "8.57.1"
1671+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
1672+
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
16731673

16741674
"@hapi/hoek@^9.0.0", "@hapi/hoek@^9.3.0":
16751675
version "9.3.0"
@@ -1683,12 +1683,12 @@
16831683
dependencies:
16841684
"@hapi/hoek" "^9.0.0"
16851685

1686-
"@humanwhocodes/config-array@^0.11.14":
1687-
version "0.11.14"
1688-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
1689-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
1686+
"@humanwhocodes/config-array@^0.13.0":
1687+
version "0.13.0"
1688+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
1689+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
16901690
dependencies:
1691-
"@humanwhocodes/object-schema" "^2.0.2"
1691+
"@humanwhocodes/object-schema" "^2.0.3"
16921692
debug "^4.3.1"
16931693
minimatch "^3.0.5"
16941694

@@ -1697,7 +1697,7 @@
16971697
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
16981698
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
16991699

1700-
"@humanwhocodes/object-schema@^2.0.2":
1700+
"@humanwhocodes/object-schema@^2.0.3":
17011701
version "2.0.3"
17021702
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
17031703
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
@@ -2501,16 +2501,11 @@ acorn-walk@^8.0.0:
25012501
dependencies:
25022502
acorn "^8.11.0"
25032503

2504-
acorn@^8.0.0, acorn@^8.0.4, acorn@^8.11.0, acorn@^8.7.1, acorn@^8.8.2:
2504+
acorn@^8.0.0, acorn@^8.0.4, acorn@^8.11.0, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
25052505
version "8.12.1"
25062506
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
25072507
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
25082508

2509-
acorn@^8.9.0:
2510-
version "8.12.0"
2511-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.0.tgz#1627bfa2e058148036133b8d9b51a700663c294c"
2512-
integrity sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==
2513-
25142509
address@^1.0.1, address@^1.1.2:
25152510
version "1.2.2"
25162511
resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e"
@@ -3604,19 +3599,19 @@ [email protected], debug@^2.6.0, debug@^2.6.6:
36043599
dependencies:
36053600
ms "2.0.0"
36063601

3607-
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
3602+
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1:
36083603
version "4.3.6"
36093604
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
36103605
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
36113606
dependencies:
36123607
ms "2.1.2"
36133608

3614-
debug@^4.3.2:
3615-
version "4.3.5"
3616-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
3617-
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
3609+
debug@^4.3.1, debug@^4.3.2:
3610+
version "4.3.7"
3611+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
3612+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
36183613
dependencies:
3619-
ms "2.1.2"
3614+
ms "^2.1.3"
36203615

36213616
decode-named-character-reference@^1.0.0:
36223617
version "1.0.2"
@@ -4131,15 +4126,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
41314126
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
41324127

41334128
eslint@^8.0.0:
4134-
version "8.57.0"
4135-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
4136-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
4129+
version "8.57.1"
4130+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
4131+
integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==
41374132
dependencies:
41384133
"@eslint-community/eslint-utils" "^4.2.0"
41394134
"@eslint-community/regexpp" "^4.6.1"
41404135
"@eslint/eslintrc" "^2.1.4"
4141-
"@eslint/js" "8.57.0"
4142-
"@humanwhocodes/config-array" "^0.11.14"
4136+
"@eslint/js" "8.57.1"
4137+
"@humanwhocodes/config-array" "^0.13.0"
41434138
"@humanwhocodes/module-importer" "^1.0.1"
41444139
"@nodelib/fs.walk" "^1.2.8"
41454140
"@ungap/structured-clone" "^1.2.0"
@@ -4189,9 +4184,9 @@ esprima@^4.0.0:
41894184
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
41904185

41914186
esquery@^1.4.2:
4192-
version "1.5.0"
4193-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
4194-
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
4187+
version "1.6.0"
4188+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
4189+
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
41954190
dependencies:
41964191
estraverse "^5.1.0"
41974192

@@ -6730,7 +6725,7 @@ [email protected]:
67306725
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
67316726
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
67326727

6733-
6728+
[email protected], ms@^2.1.3:
67346729
version "2.1.3"
67356730
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
67366731
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

0 commit comments

Comments
 (0)