Skip to content

Commit 4702b31

Browse files
chore(deps): update dependency eslint to v8.57.0
1 parent 2bb1e89 commit 4702b31

File tree

2 files changed

+63
-38
lines changed

2 files changed

+63
-38
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"author": "Quramy",
2828
"license": "MIT",
2929
"devDependencies": {
30-
"@types/eslint": "8.44.9",
30+
"@types/eslint": "8.56.7",
3131
"@types/estree": "1.0.5",
3232
"@types/node": "20.10.0",
3333
"@typescript-eslint/parser": "6.12.0",
34-
"eslint": "8.55.0",
34+
"eslint": "8.57.0",
3535
"husky": "8.0.3",
3636
"jest": "29.7.0",
3737
"prettier": "2.8.8",

yarn.lock

Lines changed: 61 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -537,29 +537,29 @@
537537
minimatch "^3.1.2"
538538
strip-json-comments "^3.1.1"
539539

540-
"@eslint/js@8.55.0":
541-
version "8.55.0"
542-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
543-
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
544-
545-
"@humanwhocodes/config-array@^0.11.13":
546-
version "0.11.13"
547-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
548-
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
549-
dependencies:
550-
"@humanwhocodes/object-schema" "^2.0.1"
551-
debug "^4.1.1"
540+
"@eslint/js@8.57.0":
541+
version "8.57.0"
542+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
543+
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
544+
545+
"@humanwhocodes/config-array@^0.11.14":
546+
version "0.11.14"
547+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
548+
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
549+
dependencies:
550+
"@humanwhocodes/object-schema" "^2.0.2"
551+
debug "^4.3.1"
552552
minimatch "^3.0.5"
553553

554554
"@humanwhocodes/module-importer@^1.0.1":
555555
version "1.0.1"
556556
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
557557
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
558558

559-
"@humanwhocodes/object-schema@^2.0.1":
560-
version "2.0.1"
561-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
562-
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
559+
"@humanwhocodes/object-schema@^2.0.2":
560+
version "2.0.2"
561+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
562+
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
563563

564564
"@isaacs/cliui@^8.0.2":
565565
version "8.0.2"
@@ -971,10 +971,10 @@
971971
dependencies:
972972
"@babel/types" "^7.3.0"
973973

974-
"@types/eslint@8.44.9":
975-
version "8.44.9"
976-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.9.tgz#5799663009645637bd1c45b2e1a7c8f4caf89534"
977-
integrity sha512-6yBxcvwnnYoYT1Uk2d+jvIfsuP4mb2EdIxFnrPABj5a/838qe5bGkNLFOiipX4ULQ7XVQvTxOh7jO+BTAiqsEw==
974+
"@types/eslint@8.56.7":
975+
version "8.56.7"
976+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.7.tgz#c33b5b5a9cfb66881beb7b5be6c34aa3e81d3366"
977+
integrity sha512-SjDvI/x3zsZnOkYZ3lCt9lOZWZLB2jIlNKz+LBgCtDurK0JZcwucxYHn1w2BJkD34dgX9Tjnak0txtq4WTggEA==
978978
dependencies:
979979
"@types/estree" "*"
980980
"@types/json-schema" "*"
@@ -1487,20 +1487,20 @@ debug@^4.1.0, debug@^4.1.1:
14871487
dependencies:
14881488
ms "2.1.2"
14891489

1490+
debug@^4.3.1, debug@^4.3.4:
1491+
version "4.3.4"
1492+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
1493+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
1494+
dependencies:
1495+
ms "2.1.2"
1496+
14901497
debug@^4.3.2:
14911498
version "4.3.2"
14921499
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
14931500
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
14941501
dependencies:
14951502
ms "2.1.2"
14961503

1497-
debug@^4.3.4:
1498-
version "4.3.4"
1499-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
1500-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
1501-
dependencies:
1502-
ms "2.1.2"
1503-
15041504
dedent@^1.0.0:
15051505
version "1.5.1"
15061506
resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.5.1.tgz#4f3fc94c8b711e9bb2800d185cd6ad20f2a90aff"
@@ -1622,16 +1622,16 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
16221622
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
16231623
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
16241624

1625-
eslint@8.55.0:
1626-
version "8.55.0"
1627-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
1628-
integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
1625+
eslint@8.57.0:
1626+
version "8.57.0"
1627+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
1628+
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
16291629
dependencies:
16301630
"@eslint-community/eslint-utils" "^4.2.0"
16311631
"@eslint-community/regexpp" "^4.6.1"
16321632
"@eslint/eslintrc" "^2.1.4"
1633-
"@eslint/js" "8.55.0"
1634-
"@humanwhocodes/config-array" "^0.11.13"
1633+
"@eslint/js" "8.57.0"
1634+
"@humanwhocodes/config-array" "^0.11.14"
16351635
"@humanwhocodes/module-importer" "^1.0.1"
16361636
"@nodelib/fs.walk" "^1.2.8"
16371637
"@ungap/structured-clone" "^1.2.0"
@@ -3129,7 +3129,7 @@ string-length@^4.0.1:
31293129
char-regex "^1.0.2"
31303130
strip-ansi "^6.0.0"
31313131

3132-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.3:
3132+
"string-width-cjs@npm:string-width@^4.2.0":
31333133
version "4.2.3"
31343134
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31353135
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3147,6 +3147,15 @@ string-width@^4.1.0, string-width@^4.2.0:
31473147
is-fullwidth-code-point "^3.0.0"
31483148
strip-ansi "^6.0.0"
31493149

3150+
string-width@^4.2.3:
3151+
version "4.2.3"
3152+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3153+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3154+
dependencies:
3155+
emoji-regex "^8.0.0"
3156+
is-fullwidth-code-point "^3.0.0"
3157+
strip-ansi "^6.0.1"
3158+
31503159
string-width@^5.0.1, string-width@^5.1.2:
31513160
version "5.1.2"
31523161
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -3156,7 +3165,7 @@ string-width@^5.0.1, string-width@^5.1.2:
31563165
emoji-regex "^9.2.2"
31573166
strip-ansi "^7.0.1"
31583167

3159-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
3168+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
31603169
version "6.0.1"
31613170
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
31623171
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -3170,6 +3179,13 @@ strip-ansi@^6.0.0:
31703179
dependencies:
31713180
ansi-regex "^5.0.0"
31723181

3182+
strip-ansi@^6.0.1:
3183+
version "6.0.1"
3184+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3185+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3186+
dependencies:
3187+
ansi-regex "^5.0.1"
3188+
31733189
strip-ansi@^7.0.1:
31743190
version "7.1.0"
31753191
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -3325,7 +3341,16 @@ which@^2.0.1:
33253341
dependencies:
33263342
isexe "^2.0.0"
33273343

3328-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
3344+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
3345+
version "7.0.0"
3346+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3347+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
3348+
dependencies:
3349+
ansi-styles "^4.0.0"
3350+
string-width "^4.1.0"
3351+
strip-ansi "^6.0.0"
3352+
3353+
wrap-ansi@^7.0.0:
33293354
version "7.0.0"
33303355
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
33313356
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)