Skip to content

Commit 64cb2c4

Browse files
chore(deps-dev): Bump eslint from 9.9.0 to 9.9.1
Bumps [eslint](https://github.com/eslint/eslint) from 9.9.0 to 9.9.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.9.0...v9.9.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4550ba5 commit 64cb2c4

File tree

1 file changed

+41
-16
lines changed

1 file changed

+41
-16
lines changed

yarn.lock

Lines changed: 41 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,10 @@
391391
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
392392
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
393393

394-
"@eslint/config-array@^0.17.1":
395-
version "0.17.1"
396-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.17.1.tgz#d9b8b8b6b946f47388f32bedfd3adf29ca8f8910"
397-
integrity sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==
394+
"@eslint/config-array@^0.18.0":
395+
version "0.18.0"
396+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"
397+
integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==
398398
dependencies:
399399
"@eslint/object-schema" "^2.1.4"
400400
debug "^4.3.1"
@@ -415,10 +415,10 @@
415415
minimatch "^3.1.2"
416416
strip-json-comments "^3.1.1"
417417

418-
"@eslint/[email protected].0":
419-
version "9.9.0"
420-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.0.tgz#d8437adda50b3ed4401964517b64b4f59b0e2638"
421-
integrity sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug==
418+
"@eslint/[email protected].1":
419+
version "9.9.1"
420+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.1.tgz#4a97e85e982099d6c7ee8410aacb55adaa576f06"
421+
integrity sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==
422422

423423
"@eslint/object-schema@^2.1.4":
424424
version "2.1.4"
@@ -1455,15 +1455,15 @@ eslint-visitor-keys@^4.0.0:
14551455
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
14561456

14571457
eslint@^9.5.0:
1458-
version "9.9.0"
1459-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.0.tgz#8d214e69ae4debeca7ae97daebbefe462072d975"
1460-
integrity sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA==
1458+
version "9.9.1"
1459+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.1.tgz#147ac9305d56696fb84cf5bdecafd6517ddc77ec"
1460+
integrity sha512-dHvhrbfr4xFQ9/dq+jcVneZMyRYLjggWjk6RVsIiHsP8Rz6yZ8LvZ//iU4TrZF+SXWG+JkNF2OyiZRvzgRDqMg==
14611461
dependencies:
14621462
"@eslint-community/eslint-utils" "^4.2.0"
14631463
"@eslint-community/regexpp" "^4.11.0"
1464-
"@eslint/config-array" "^0.17.1"
1464+
"@eslint/config-array" "^0.18.0"
14651465
"@eslint/eslintrc" "^3.1.0"
1466-
"@eslint/js" "9.9.0"
1466+
"@eslint/js" "9.9.1"
14671467
"@humanwhocodes/module-importer" "^1.0.1"
14681468
"@humanwhocodes/retry" "^0.3.0"
14691469
"@nodelib/fs.walk" "^1.2.8"
@@ -3178,7 +3178,16 @@ string-length@^4.0.1:
31783178
char-regex "^1.0.2"
31793179
strip-ansi "^6.0.0"
31803180

3181-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
3181+
"string-width-cjs@npm:string-width@^4.2.0":
3182+
version "4.2.3"
3183+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3184+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3185+
dependencies:
3186+
emoji-regex "^8.0.0"
3187+
is-fullwidth-code-point "^3.0.0"
3188+
strip-ansi "^6.0.1"
3189+
3190+
string-width@^4.1.0, string-width@^4.2.0:
31823191
version "4.2.3"
31833192
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31843193
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3196,7 +3205,14 @@ string-width@^5.0.1, string-width@^5.1.2:
31963205
emoji-regex "^9.2.2"
31973206
strip-ansi "^7.0.1"
31983207

3199-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3208+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3209+
version "6.0.1"
3210+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3211+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3212+
dependencies:
3213+
ansi-regex "^5.0.1"
3214+
3215+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
32003216
version "6.0.1"
32013217
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
32023218
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -3503,7 +3519,16 @@ word-wrap@~1.2.3:
35033519
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
35043520
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==
35053521

3506-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
3522+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
3523+
version "7.0.0"
3524+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3525+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
3526+
dependencies:
3527+
ansi-styles "^4.0.0"
3528+
string-width "^4.1.0"
3529+
strip-ansi "^6.0.0"
3530+
3531+
wrap-ansi@^7.0.0:
35073532
version "7.0.0"
35083533
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
35093534
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)