Skip to content

Commit 5d2d37e

Browse files
chore(deps): bump the dependencies group with 4 updates (#4328)
Bumps the dependencies group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [husky](https://github.com/typicode/husky) and [cross-spawn](https://github.com/moxystudio/node-cross-spawn). Updates `@typescript-eslint/eslint-plugin` from 8.14.0 to 8.15.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.14.0 to 8.15.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/parser) Updates `husky` from 9.1.6 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.1.6...v9.1.7) Updates `cross-spawn` from 7.0.5 to 7.0.6 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.5...v7.0.6) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cross-spawn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d14a386 commit 5d2d37e

File tree

1 file changed

+61
-56
lines changed

1 file changed

+61
-56
lines changed

yarn.lock

Lines changed: 61 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -3419,85 +3419,85 @@
34193419
rxjs "^6.4.0"
34203420

34213421
"@typescript-eslint/eslint-plugin@^8.6.0":
3422-
version "8.14.0"
3423-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.14.0.tgz#7dc0e419c87beadc8f554bf5a42e5009ed3748dc"
3424-
integrity sha512-tqp8H7UWFaZj0yNO6bycd5YjMwxa6wIHOLZvWPkidwbgLCsBMetQoGj7DPuAlWa2yGO3H48xmPwjhsSPPCGU5w==
3422+
version "8.15.0"
3423+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2"
3424+
integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==
34253425
dependencies:
34263426
"@eslint-community/regexpp" "^4.10.0"
3427-
"@typescript-eslint/scope-manager" "8.14.0"
3428-
"@typescript-eslint/type-utils" "8.14.0"
3429-
"@typescript-eslint/utils" "8.14.0"
3430-
"@typescript-eslint/visitor-keys" "8.14.0"
3427+
"@typescript-eslint/scope-manager" "8.15.0"
3428+
"@typescript-eslint/type-utils" "8.15.0"
3429+
"@typescript-eslint/utils" "8.15.0"
3430+
"@typescript-eslint/visitor-keys" "8.15.0"
34313431
graphemer "^1.4.0"
34323432
ignore "^5.3.1"
34333433
natural-compare "^1.4.0"
34343434
ts-api-utils "^1.3.0"
34353435

34363436
"@typescript-eslint/parser@^8.6.0":
3437-
version "8.14.0"
3438-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.14.0.tgz#0a7e9dbc11bc07716ab2d7b1226217e9f6b51fc8"
3439-
integrity sha512-2p82Yn9juUJq0XynBXtFCyrBDb6/dJombnz6vbo6mgQEtWHfvHbQuEa9kAOVIt1c9YFwi7H6WxtPj1kg+80+RA==
3440-
dependencies:
3441-
"@typescript-eslint/scope-manager" "8.14.0"
3442-
"@typescript-eslint/types" "8.14.0"
3443-
"@typescript-eslint/typescript-estree" "8.14.0"
3444-
"@typescript-eslint/visitor-keys" "8.14.0"
3437+
version "8.15.0"
3438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.15.0.tgz#92610da2b3af702cfbc02a46e2a2daa6260a9045"
3439+
integrity sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==
3440+
dependencies:
3441+
"@typescript-eslint/scope-manager" "8.15.0"
3442+
"@typescript-eslint/types" "8.15.0"
3443+
"@typescript-eslint/typescript-estree" "8.15.0"
3444+
"@typescript-eslint/visitor-keys" "8.15.0"
34453445
debug "^4.3.4"
34463446

3447-
"@typescript-eslint/scope-manager@8.14.0":
3448-
version "8.14.0"
3449-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.14.0.tgz#01f37c147a735cd78f0ff355e033b9457da1f373"
3450-
integrity sha512-aBbBrnW9ARIDn92Zbo7rguLnqQ/pOrUguVpbUwzOhkFg2npFDwTgPGqFqE0H5feXcOoJOfX3SxlJaKEVtq54dw==
3447+
"@typescript-eslint/scope-manager@8.15.0":
3448+
version "8.15.0"
3449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6"
3450+
integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==
34513451
dependencies:
3452-
"@typescript-eslint/types" "8.14.0"
3453-
"@typescript-eslint/visitor-keys" "8.14.0"
3452+
"@typescript-eslint/types" "8.15.0"
3453+
"@typescript-eslint/visitor-keys" "8.15.0"
34543454

3455-
"@typescript-eslint/type-utils@8.14.0":
3456-
version "8.14.0"
3457-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.14.0.tgz#455c6af30c336b24a1af28bc4f81b8dd5d74d94d"
3458-
integrity sha512-Xcz9qOtZuGusVOH5Uk07NGs39wrKkf3AxlkK79RBK6aJC1l03CobXjJbwBPSidetAOV+5rEVuiT1VSBUOAsanQ==
3455+
"@typescript-eslint/type-utils@8.15.0":
3456+
version "8.15.0"
3457+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72"
3458+
integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==
34593459
dependencies:
3460-
"@typescript-eslint/typescript-estree" "8.14.0"
3461-
"@typescript-eslint/utils" "8.14.0"
3460+
"@typescript-eslint/typescript-estree" "8.15.0"
3461+
"@typescript-eslint/utils" "8.15.0"
34623462
debug "^4.3.4"
34633463
ts-api-utils "^1.3.0"
34643464

3465-
"@typescript-eslint/types@8.14.0":
3466-
version "8.14.0"
3467-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.14.0.tgz#0d33d8d0b08479c424e7d654855fddf2c71e4021"
3468-
integrity sha512-yjeB9fnO/opvLJFAsPNYlKPnEM8+z4og09Pk504dkqonT02AyL5Z9SSqlE0XqezS93v6CXn49VHvB2G7XSsl0g==
3465+
"@typescript-eslint/types@8.15.0":
3466+
version "8.15.0"
3467+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc"
3468+
integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==
34693469

3470-
"@typescript-eslint/typescript-estree@8.14.0":
3471-
version "8.14.0"
3472-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.14.0.tgz#a7a3a5a53a6c09313e12fb4531d4ff582ee3c312"
3473-
integrity sha512-OPXPLYKGZi9XS/49rdaCbR5j/S14HazviBlUQFvSKz3npr3NikF+mrgK7CFVur6XEt95DZp/cmke9d5i3vtVnQ==
3470+
"@typescript-eslint/typescript-estree@8.15.0":
3471+
version "8.15.0"
3472+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7"
3473+
integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==
34743474
dependencies:
3475-
"@typescript-eslint/types" "8.14.0"
3476-
"@typescript-eslint/visitor-keys" "8.14.0"
3475+
"@typescript-eslint/types" "8.15.0"
3476+
"@typescript-eslint/visitor-keys" "8.15.0"
34773477
debug "^4.3.4"
34783478
fast-glob "^3.3.2"
34793479
is-glob "^4.0.3"
34803480
minimatch "^9.0.4"
34813481
semver "^7.6.0"
34823482
ts-api-utils "^1.3.0"
34833483

3484-
"@typescript-eslint/utils@8.14.0":
3485-
version "8.14.0"
3486-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.14.0.tgz#ac2506875e03aba24e602364e43b2dfa45529dbd"
3487-
integrity sha512-OGqj6uB8THhrHj0Fk27DcHPojW7zKwKkPmHXHvQ58pLYp4hy8CSUdTKykKeh+5vFqTTVmjz0zCOOPKRovdsgHA==
3484+
"@typescript-eslint/utils@8.15.0":
3485+
version "8.15.0"
3486+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
3487+
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==
34883488
dependencies:
34893489
"@eslint-community/eslint-utils" "^4.4.0"
3490-
"@typescript-eslint/scope-manager" "8.14.0"
3491-
"@typescript-eslint/types" "8.14.0"
3492-
"@typescript-eslint/typescript-estree" "8.14.0"
3490+
"@typescript-eslint/scope-manager" "8.15.0"
3491+
"@typescript-eslint/types" "8.15.0"
3492+
"@typescript-eslint/typescript-estree" "8.15.0"
34933493

3494-
"@typescript-eslint/visitor-keys@8.14.0":
3495-
version "8.14.0"
3496-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.14.0.tgz#2418d5a54669af9658986ade4e6cfb7767d815ad"
3497-
integrity sha512-vG0XZo8AdTH9OE6VFRwAZldNc7qtJ/6NLGWak+BtENuEUXGZgFpihILPiBvKXvJ2nFu27XNGC6rKiwuaoMbYzQ==
3494+
"@typescript-eslint/visitor-keys@8.15.0":
3495+
version "8.15.0"
3496+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12"
3497+
integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==
34983498
dependencies:
3499-
"@typescript-eslint/types" "8.14.0"
3500-
eslint-visitor-keys "^3.4.3"
3499+
"@typescript-eslint/types" "8.15.0"
3500+
eslint-visitor-keys "^4.2.0"
35013501

35023502
"@ungap/structured-clone@^1.2.0":
35033503
version "1.2.0"
@@ -4979,9 +4979,9 @@ create-require@^1.1.0:
49794979
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
49804980

49814981
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
4982-
version "7.0.5"
4983-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
4984-
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
4982+
version "7.0.6"
4983+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
4984+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
49854985
dependencies:
49864986
path-key "^3.1.0"
49874987
shebang-command "^2.0.0"
@@ -5629,6 +5629,11 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
56295629
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
56305630
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
56315631

5632+
eslint-visitor-keys@^4.2.0:
5633+
version "4.2.0"
5634+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
5635+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
5636+
56325637
eslint@^8.57.1:
56335638
version "8.57.1"
56345639
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -6716,9 +6721,9 @@ humanize-ms@^1.2.1:
67166721
ms "^2.0.0"
67176722

67186723
husky@^9.1.4:
6719-
version "9.1.6"
6720-
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.6.tgz#e23aa996b6203ab33534bdc82306b0cf2cb07d6c"
6721-
integrity sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==
6724+
version "9.1.7"
6725+
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d"
6726+
integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==
67226727

67236728
hyperdyperid@^1.2.0:
67246729
version "1.2.0"

0 commit comments

Comments
 (0)