Skip to content

Commit f9e3acd

Browse files
dependabot[bot]chrmarti
authored andcommitted
Bump the all group with 4 updates
Bumps the all group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@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) and [mocha](https://github.com/mochajs/mocha). Updates `@types/node` from 18.19.111 to 18.19.112 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.34.0 to 8.34.1 - [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.34.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.34.0 to 8.34.1 - [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.34.1/packages/parser) Updates `mocha` from 11.6.0 to 11.7.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.6.0...v11.7.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 18.19.112 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.34.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@typescript-eslint/parser" dependency-version: 8.34.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: mocha dependency-version: 11.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5bcf53a commit f9e3acd

File tree

1 file changed

+73
-68
lines changed

1 file changed

+73
-68
lines changed

yarn.lock

Lines changed: 73 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,9 @@
354354
undici-types "~6.20.0"
355355

356356
"@types/node@^18.19.75":
357-
version "18.19.111"
358-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.111.tgz#e95b89efc24cc625834b43bcd70bd5591a5dfba5"
359-
integrity sha512-90sGdgA+QLJr1F9X79tQuEut0gEYIfkX9pydI4XGRgvFo9g2JWswefI+WUSUHPYVBHYSEfTEqBxA5hQvAZB3Mw==
357+
version "18.19.112"
358+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.112.tgz#cd2aee9c075402e0e1942a44101428881dbeb110"
359+
integrity sha512-i+Vukt9POdS/MBI7YrrkkI5fMfwFtOjphSmt4WXYLfwqsfr6z/HdCx7LqT9M7JktGob8WNgj8nFB4TbGNE4Cog==
360360
dependencies:
361361
undici-types "~5.26.4"
362362

@@ -408,15 +408,15 @@
408408
"@types/yargs-parser" "*"
409409

410410
"@typescript-eslint/eslint-plugin@^8.26.0":
411-
version "8.34.0"
412-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.0.tgz#96c9f818782fe24cd5883a5d517ca1826d3fa9c2"
413-
integrity sha512-QXwAlHlbcAwNlEEMKQS2RCgJsgXrTJdjXT08xEgbPFa2yYQgVjBymxP5DrfrE7X7iodSzd9qBUHUycdyVJTW1w==
411+
version "8.34.1"
412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.1.tgz#56cf35b89383eaf2bdcf602f5bbdac6dbb11e51b"
413+
integrity sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==
414414
dependencies:
415415
"@eslint-community/regexpp" "^4.10.0"
416-
"@typescript-eslint/scope-manager" "8.34.0"
417-
"@typescript-eslint/type-utils" "8.34.0"
418-
"@typescript-eslint/utils" "8.34.0"
419-
"@typescript-eslint/visitor-keys" "8.34.0"
416+
"@typescript-eslint/scope-manager" "8.34.1"
417+
"@typescript-eslint/type-utils" "8.34.1"
418+
"@typescript-eslint/utils" "8.34.1"
419+
"@typescript-eslint/visitor-keys" "8.34.1"
420420
graphemer "^1.4.0"
421421
ignore "^7.0.0"
422422
natural-compare "^1.4.0"
@@ -430,23 +430,23 @@
430430
"@typescript-eslint/utils" "5.62.0"
431431

432432
"@typescript-eslint/parser@^8.26.0":
433-
version "8.34.0"
434-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.0.tgz#703270426ac529304ae6988482f487c856d9c13f"
435-
integrity sha512-vxXJV1hVFx3IXz/oy2sICsJukaBrtDEQSBiV48/YIV5KWjX1dO+bcIr/kCPrW6weKXvsaGKFNlwH0v2eYdRRbA==
436-
dependencies:
437-
"@typescript-eslint/scope-manager" "8.34.0"
438-
"@typescript-eslint/types" "8.34.0"
439-
"@typescript-eslint/typescript-estree" "8.34.0"
440-
"@typescript-eslint/visitor-keys" "8.34.0"
433+
version "8.34.1"
434+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.1.tgz#f102357ab3a02d5b8aa789655905662cc5093067"
435+
integrity sha512-4O3idHxhyzjClSMJ0a29AcoK0+YwnEqzI6oz3vlRf3xw0zbzt15MzXwItOlnr5nIth6zlY2RENLsOPvhyrKAQA==
436+
dependencies:
437+
"@typescript-eslint/scope-manager" "8.34.1"
438+
"@typescript-eslint/types" "8.34.1"
439+
"@typescript-eslint/typescript-estree" "8.34.1"
440+
"@typescript-eslint/visitor-keys" "8.34.1"
441441
debug "^4.3.4"
442442

443-
"@typescript-eslint/[email protected].0":
444-
version "8.34.0"
445-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.0.tgz#449119b72fe9fae185013a6bdbaf1ffbfee6bcaf"
446-
integrity sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==
443+
"@typescript-eslint/[email protected].1":
444+
version "8.34.1"
445+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.1.tgz#20501f8b87202c45f5e70a5b24dcdcb8fe12d460"
446+
integrity sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==
447447
dependencies:
448-
"@typescript-eslint/tsconfig-utils" "^8.34.0"
449-
"@typescript-eslint/types" "^8.34.0"
448+
"@typescript-eslint/tsconfig-utils" "^8.34.1"
449+
"@typescript-eslint/types" "^8.34.1"
450450
debug "^4.3.4"
451451

452452
"@typescript-eslint/[email protected]":
@@ -457,26 +457,26 @@
457457
"@typescript-eslint/types" "5.62.0"
458458
"@typescript-eslint/visitor-keys" "5.62.0"
459459

460-
"@typescript-eslint/[email protected].0":
461-
version "8.34.0"
462-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz#9fedaec02370cf79c018a656ab402eb00dc69e67"
463-
integrity sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==
460+
"@typescript-eslint/[email protected].1":
461+
version "8.34.1"
462+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz#727ea43441f4d23d5c73d34195427d85042e5117"
463+
integrity sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==
464464
dependencies:
465-
"@typescript-eslint/types" "8.34.0"
466-
"@typescript-eslint/visitor-keys" "8.34.0"
465+
"@typescript-eslint/types" "8.34.1"
466+
"@typescript-eslint/visitor-keys" "8.34.1"
467467

468-
"@typescript-eslint/[email protected].0", "@typescript-eslint/tsconfig-utils@^8.34.0":
469-
version "8.34.0"
470-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz#97d0a24e89a355e9308cebc8e23f255669bf0979"
471-
integrity sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==
468+
"@typescript-eslint/[email protected].1", "@typescript-eslint/tsconfig-utils@^8.34.1":
469+
version "8.34.1"
470+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
471+
integrity sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==
472472

473-
"@typescript-eslint/[email protected].0":
474-
version "8.34.0"
475-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.0.tgz#03e7eb3776129dfd751ba1cac0c6ea4b0fab5ec6"
476-
integrity sha512-n7zSmOcUVhcRYC75W2pnPpbO1iwhJY3NLoHEtbJwJSNlVAZuwqu05zY3f3s2SDWWDSo9FdN5szqc73DCtDObAg==
473+
"@typescript-eslint/[email protected].1":
474+
version "8.34.1"
475+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.1.tgz#df860d8edefbfe142473ea4defb7408edb0c379e"
476+
integrity sha512-Tv7tCCr6e5m8hP4+xFugcrwTOucB8lshffJ6zf1mF1TbU67R+ntCc6DzLNKM+s/uzDyv8gLq7tufaAhIBYeV8g==
477477
dependencies:
478-
"@typescript-eslint/typescript-estree" "8.34.0"
479-
"@typescript-eslint/utils" "8.34.0"
478+
"@typescript-eslint/typescript-estree" "8.34.1"
479+
"@typescript-eslint/utils" "8.34.1"
480480
debug "^4.3.4"
481481
ts-api-utils "^2.1.0"
482482

@@ -485,10 +485,10 @@
485485
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
486486
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
487487

488-
"@typescript-eslint/[email protected].0", "@typescript-eslint/types@^8.34.0":
489-
version "8.34.0"
490-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.0.tgz#18000f205c59c9aff7f371fc5426b764cf2890fb"
491-
integrity sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==
488+
"@typescript-eslint/[email protected].1", "@typescript-eslint/types@^8.34.1":
489+
version "8.34.1"
490+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
491+
integrity sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==
492492

493493
"@typescript-eslint/[email protected]":
494494
version "5.62.0"
@@ -503,15 +503,15 @@
503503
semver "^7.3.7"
504504
tsutils "^3.21.0"
505505

506-
"@typescript-eslint/[email protected].0":
507-
version "8.34.0"
508-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz#c9f3feec511339ef64e9e4884516c3e558f1b048"
509-
integrity sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==
506+
"@typescript-eslint/[email protected].1":
507+
version "8.34.1"
508+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz#befdb042a6bc44fdad27429b2d3b679c80daad71"
509+
integrity sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==
510510
dependencies:
511-
"@typescript-eslint/project-service" "8.34.0"
512-
"@typescript-eslint/tsconfig-utils" "8.34.0"
513-
"@typescript-eslint/types" "8.34.0"
514-
"@typescript-eslint/visitor-keys" "8.34.0"
511+
"@typescript-eslint/project-service" "8.34.1"
512+
"@typescript-eslint/tsconfig-utils" "8.34.1"
513+
"@typescript-eslint/types" "8.34.1"
514+
"@typescript-eslint/visitor-keys" "8.34.1"
515515
debug "^4.3.4"
516516
fast-glob "^3.3.2"
517517
is-glob "^4.0.3"
@@ -533,15 +533,15 @@
533533
eslint-scope "^5.1.1"
534534
semver "^7.3.7"
535535

536-
"@typescript-eslint/[email protected].0", "@typescript-eslint/utils@^8.13.0":
537-
version "8.34.0"
538-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.0.tgz#7844beebc1153b4d3ec34135c2da53a91e076f8d"
539-
integrity sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==
536+
"@typescript-eslint/[email protected].1", "@typescript-eslint/utils@^8.13.0":
537+
version "8.34.1"
538+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.1.tgz#f98c9b0c5cae407e34f5131cac0f3a74347a398e"
539+
integrity sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==
540540
dependencies:
541541
"@eslint-community/eslint-utils" "^4.7.0"
542-
"@typescript-eslint/scope-manager" "8.34.0"
543-
"@typescript-eslint/types" "8.34.0"
544-
"@typescript-eslint/typescript-estree" "8.34.0"
542+
"@typescript-eslint/scope-manager" "8.34.1"
543+
"@typescript-eslint/types" "8.34.1"
544+
"@typescript-eslint/typescript-estree" "8.34.1"
545545

546546
"@typescript-eslint/[email protected]":
547547
version "5.62.0"
@@ -551,13 +551,13 @@
551551
"@typescript-eslint/types" "5.62.0"
552552
eslint-visitor-keys "^3.3.0"
553553

554-
"@typescript-eslint/[email protected].0":
555-
version "8.34.0"
556-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz#c7a149407be31d755dba71980617d638a40ac099"
557-
integrity sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==
554+
"@typescript-eslint/[email protected].1":
555+
version "8.34.1"
556+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz#28a1987ea3542ccafb92aa792726a304b39531cf"
557+
integrity sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==
558558
dependencies:
559-
"@typescript-eslint/types" "8.34.0"
560-
eslint-visitor-keys "^4.2.0"
559+
"@typescript-eslint/types" "8.34.1"
560+
eslint-visitor-keys "^4.2.1"
561561

562562
"@ungap/structured-clone@^1.2.0":
563563
version "1.3.0"
@@ -1403,6 +1403,11 @@ eslint-visitor-keys@^4.2.0:
14031403
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
14041404
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
14051405

1406+
eslint-visitor-keys@^4.2.1:
1407+
version "4.2.1"
1408+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1409+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1410+
14061411
eslint@^6.0.0:
14071412
version "6.8.0"
14081413
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -2648,9 +2653,9 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
26482653
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
26492654

26502655
mocha@^11.1.0:
2651-
version "11.6.0"
2652-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.6.0.tgz#8b695dff6386f18297d55b201ae598389198e8f7"
2653-
integrity sha512-i0JVb+OUBqw63X/1pC3jCyJsqYisgxySBbsQa8TKvefpA1oEnw7JXxXnftfMHRsw7bEEVGRtVlHcDYXBa7FzVw==
2656+
version "11.7.0"
2657+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.0.tgz#21af618f9f5b404393cc355d9206ba6fcaf8131d"
2658+
integrity sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g==
26542659
dependencies:
26552660
browser-stdout "^1.3.1"
26562661
chokidar "^4.0.1"

0 commit comments

Comments
 (0)