Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit f9b179c

Browse files
build(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.60.1 in /name-service/js (#4627)
build(deps-dev): bump @typescript-eslint/parser in /name-service/js Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.60.0 to 5.60.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/v5.60.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12ba295 commit f9b179c

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

name-service/js/yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -412,13 +412,13 @@
412412
eslint-utils "^3.0.0"
413413

414414
"@typescript-eslint/parser@^5.59.5":
415-
version "5.60.0"
416-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.0.tgz#08f4daf5fc6548784513524f4f2f359cebb4068a"
417-
integrity sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ==
415+
version "5.60.1"
416+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3"
417+
integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
418418
dependencies:
419-
"@typescript-eslint/scope-manager" "5.60.0"
420-
"@typescript-eslint/types" "5.60.0"
421-
"@typescript-eslint/typescript-estree" "5.60.0"
419+
"@typescript-eslint/scope-manager" "5.60.1"
420+
"@typescript-eslint/types" "5.60.1"
421+
"@typescript-eslint/typescript-estree" "5.60.1"
422422
debug "^4.3.4"
423423

424424
"@typescript-eslint/[email protected]":
@@ -437,6 +437,14 @@
437437
"@typescript-eslint/types" "5.60.0"
438438
"@typescript-eslint/visitor-keys" "5.60.0"
439439

440+
"@typescript-eslint/[email protected]":
441+
version "5.60.1"
442+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz#35abdb47f500c68c08f2f2b4f22c7c79472854bb"
443+
integrity sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==
444+
dependencies:
445+
"@typescript-eslint/types" "5.60.1"
446+
"@typescript-eslint/visitor-keys" "5.60.1"
447+
440448
"@typescript-eslint/[email protected]":
441449
version "5.60.0"
442450
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.0.tgz#69b09087eb12d7513d5b07747e7d47f5533aa228"
@@ -457,6 +465,11 @@
457465
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.0.tgz#3179962b28b4790de70e2344465ec97582ce2558"
458466
integrity sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==
459467

468+
"@typescript-eslint/[email protected]":
469+
version "5.60.1"
470+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561"
471+
integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
472+
460473
"@typescript-eslint/[email protected]":
461474
version "4.33.0"
462475
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -483,6 +496,19 @@
483496
semver "^7.3.7"
484497
tsutils "^3.21.0"
485498

499+
"@typescript-eslint/[email protected]":
500+
version "5.60.1"
501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834"
502+
integrity sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==
503+
dependencies:
504+
"@typescript-eslint/types" "5.60.1"
505+
"@typescript-eslint/visitor-keys" "5.60.1"
506+
debug "^4.3.4"
507+
globby "^11.1.0"
508+
is-glob "^4.0.3"
509+
semver "^7.3.7"
510+
tsutils "^3.21.0"
511+
486512
"@typescript-eslint/[email protected]":
487513
version "5.60.0"
488514
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.0.tgz#4667c5aece82f9d4f24a667602f0f300864b554c"
@@ -513,6 +539,14 @@
513539
"@typescript-eslint/types" "5.60.0"
514540
eslint-visitor-keys "^3.3.0"
515541

542+
"@typescript-eslint/[email protected]":
543+
version "5.60.1"
544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz#19a877358bf96318ec35d90bfe6bd1445cce9434"
545+
integrity sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==
546+
dependencies:
547+
"@typescript-eslint/types" "5.60.1"
548+
eslint-visitor-keys "^3.3.0"
549+
516550
JSONStream@^1.3.5:
517551
version "1.3.5"
518552
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)