Skip to content

Commit 29bf749

Browse files
committed
Update dependency eslint to v8.46.0
1 parent 879d230 commit 29bf749

File tree

2 files changed

+44
-30
lines changed

2 files changed

+44
-30
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/node": "^20.1.3",
5656
"@typescript-eslint/eslint-plugin": "6.2.0",
5757
"@typescript-eslint/parser": "6.2.0",
58-
"eslint": "8.45.0",
58+
"eslint": "8.46.0",
5959
"eslint-plugin-import": "^2.27.5",
6060
"eslint-plugin-simple-import-sort": "^10.0.0",
6161
"jest": "29.6.2",

yarn.lock

+43-29
Original file line numberDiff line numberDiff line change
@@ -1004,20 +1004,20 @@
10041004
dependencies:
10051005
eslint-visitor-keys "^3.3.0"
10061006

1007-
"@eslint-community/regexpp@^4.4.0":
1008-
version "4.4.0"
1009-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
1010-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
1011-
10121007
"@eslint-community/regexpp@^4.5.1":
10131008
version "4.5.1"
10141009
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
10151010
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
10161011

1017-
"@eslint/eslintrc@^2.1.0":
1018-
version "2.1.0"
1019-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.0.tgz#82256f164cc9e0b59669efc19d57f8092706841d"
1020-
integrity sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A==
1012+
"@eslint-community/regexpp@^4.6.1":
1013+
version "4.6.2"
1014+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
1015+
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
1016+
1017+
"@eslint/eslintrc@^2.1.1":
1018+
version "2.1.1"
1019+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.1.tgz#18d635e24ad35f7276e8a49d135c7d3ca6a46f93"
1020+
integrity sha512-9t7ZA7NGGK8ckelF0PQCfcxIUzs1Md5rrO6U/c+FIQNanea5UZC0wqKXH4vHBccmu4ZJgZ2idtPeW7+Q2npOEA==
10211021
dependencies:
10221022
ajv "^6.12.4"
10231023
debug "^4.3.2"
@@ -1029,10 +1029,10 @@
10291029
minimatch "^3.1.2"
10301030
strip-json-comments "^3.1.1"
10311031

1032-
"@eslint/js@8.44.0":
1033-
version "8.44.0"
1034-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.44.0.tgz#961a5903c74139390478bdc808bcde3fc45ab7af"
1035-
integrity sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==
1032+
"@eslint/js@^8.46.0":
1033+
version "8.46.0"
1034+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.46.0.tgz#3f7802972e8b6fe3f88ed1aabc74ec596c456db6"
1035+
integrity sha512-a8TLtmPi8xzPkCbp/OGFUo5yhRkHM2Ko9kOWP4znJr0WAhWyThaw3PnwX4vOTWOAMsV2uRt32PPDcEz63esSaA==
10361036

10371037
"@graphql-codegen/[email protected]":
10381038
version "5.0.0"
@@ -2102,7 +2102,7 @@ aggregate-error@^3.0.0:
21022102
clean-stack "^2.0.0"
21032103
indent-string "^4.0.0"
21042104

2105-
ajv@^6.10.0, ajv@^6.12.4:
2105+
ajv@^6.12.4:
21062106
version "6.12.6"
21072107
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
21082108
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -3050,10 +3050,10 @@ eslint-plugin-simple-import-sort@^10.0.0:
30503050
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-10.0.0.tgz#cc4ceaa81ba73252427062705b64321946f61351"
30513051
integrity sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==
30523052

3053-
eslint-scope@^7.2.0:
3054-
version "7.2.0"
3055-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
3056-
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
3053+
eslint-scope@^7.2.2:
3054+
version "7.2.2"
3055+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
3056+
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
30573057
dependencies:
30583058
esrecurse "^4.3.0"
30593059
estraverse "^5.2.0"
@@ -3068,27 +3068,32 @@ eslint-visitor-keys@^3.4.1:
30683068
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
30693069
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
30703070

3071-
3072-
version "8.45.0"
3073-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
3074-
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
3071+
eslint-visitor-keys@^3.4.2:
3072+
version "3.4.2"
3073+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz#8c2095440eca8c933bedcadf16fefa44dbe9ba5f"
3074+
integrity sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==
3075+
3076+
3077+
version "8.46.0"
3078+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.46.0.tgz#a06a0ff6974e53e643acc42d1dcf2e7f797b3552"
3079+
integrity sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg==
30753080
dependencies:
30763081
"@eslint-community/eslint-utils" "^4.2.0"
3077-
"@eslint-community/regexpp" "^4.4.0"
3078-
"@eslint/eslintrc" "^2.1.0"
3079-
"@eslint/js" "8.44.0"
3082+
"@eslint-community/regexpp" "^4.6.1"
3083+
"@eslint/eslintrc" "^2.1.1"
3084+
"@eslint/js" "^8.46.0"
30803085
"@humanwhocodes/config-array" "^0.11.10"
30813086
"@humanwhocodes/module-importer" "^1.0.1"
30823087
"@nodelib/fs.walk" "^1.2.8"
3083-
ajv "^6.10.0"
3088+
ajv "^6.12.4"
30843089
chalk "^4.0.0"
30853090
cross-spawn "^7.0.2"
30863091
debug "^4.3.2"
30873092
doctrine "^3.0.0"
30883093
escape-string-regexp "^4.0.0"
3089-
eslint-scope "^7.2.0"
3090-
eslint-visitor-keys "^3.4.1"
3091-
espree "^9.6.0"
3094+
eslint-scope "^7.2.2"
3095+
eslint-visitor-keys "^3.4.2"
3096+
espree "^9.6.1"
30923097
esquery "^1.4.2"
30933098
esutils "^2.0.2"
30943099
fast-deep-equal "^3.1.3"
@@ -3120,6 +3125,15 @@ espree@^9.6.0:
31203125
acorn-jsx "^5.3.2"
31213126
eslint-visitor-keys "^3.4.1"
31223127

3128+
espree@^9.6.1:
3129+
version "9.6.1"
3130+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
3131+
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
3132+
dependencies:
3133+
acorn "^8.9.0"
3134+
acorn-jsx "^5.3.2"
3135+
eslint-visitor-keys "^3.4.1"
3136+
31233137
esprima@^4.0.0:
31243138
version "4.0.1"
31253139
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"

0 commit comments

Comments
 (0)