Skip to content

Commit

Permalink
Build(deps-dev): Bump @typescript-eslint/parser from 6.7.0 to 6.7.4
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.0 to 6.7.4.
- [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/v6.7.4/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 3, 2023
1 parent 9f04b8f commit 92e04c6
Showing 1 changed file with 52 additions and 7 deletions.
59 changes: 52 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2145,20 +2145,20 @@ __metadata:
linkType: hard

"@typescript-eslint/parser@npm:^6.7.0":
version: 6.7.0
resolution: "@typescript-eslint/parser@npm:6.7.0"
version: 6.7.4
resolution: "@typescript-eslint/parser@npm:6.7.4"
dependencies:
"@typescript-eslint/scope-manager": 6.7.0
"@typescript-eslint/types": 6.7.0
"@typescript-eslint/typescript-estree": 6.7.0
"@typescript-eslint/visitor-keys": 6.7.0
"@typescript-eslint/scope-manager": 6.7.4
"@typescript-eslint/types": 6.7.4
"@typescript-eslint/typescript-estree": 6.7.4
"@typescript-eslint/visitor-keys": 6.7.4
debug: ^4.3.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 21d52a49abf78a3b037261c01f1f4d2d550919ddc906ebb058db3410a706457ac3a7d082716328ce98a6741d4e77c945b71ff386d9047c5a2e5beef23e14ab45
checksum: 60e7c01a69c1a67577f031cd6ef3c7980a9aedf2045b9950e339836acb2fe9d7bf0c8909fa95d713a8270f19dead43d82beb27dcf8705f81fe35b14b737e8fe0
languageName: node
linkType: hard

Expand All @@ -2172,6 +2172,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/scope-manager@npm:6.7.4"
dependencies:
"@typescript-eslint/types": 6.7.4
"@typescript-eslint/visitor-keys": 6.7.4
checksum: 8475d28f6408c204fb6bf25df45c1f16cad950190e31346c4b1ae15461a96f30b31b6fd1d3d635b41db6aa9a3fd3de25f04823632c74eeea478f34ebd134a1b0
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:6.7.0":
version: 6.7.0
resolution: "@typescript-eslint/type-utils@npm:6.7.0"
Expand All @@ -2196,6 +2206,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/types@npm:6.7.4"
checksum: 287ae48a2bb722b866460bcb2ba4ff908348145b3fc0af4ea75679d474e9ba3632bf64689044f181fe8ca3cb5f41238bb31ea428d5e78f1c3982f6dac6b7b149
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.7.0":
version: 6.7.0
resolution: "@typescript-eslint/typescript-estree@npm:6.7.0"
Expand All @@ -2214,6 +2231,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/typescript-estree@npm:6.7.4"
dependencies:
"@typescript-eslint/types": 6.7.4
"@typescript-eslint/visitor-keys": 6.7.4
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
semver: ^7.5.4
ts-api-utils: ^1.0.1
peerDependenciesMeta:
typescript:
optional: true
checksum: 2e8f5e972403233522eff09cfe7a0a23549cfd462e82b434aa32ddbdba5b329be5a549514a157f6b79e2d0159c9348d23b202e5d915d4f2c7cbfe72e1a48a429
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:6.7.0":
version: 6.7.0
resolution: "@typescript-eslint/utils@npm:6.7.0"
Expand Down Expand Up @@ -2241,6 +2276,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/visitor-keys@npm:6.7.4"
dependencies:
"@typescript-eslint/types": 6.7.4
eslint-visitor-keys: ^3.4.1
checksum: 34d09798b6c48dc059e88c6cb3df5f96e859bd65d1dd05d907b8a3c7a5708a737d50607081fb14a4b974b90cfe4169a93db974bf53af8b282420187f73b0afac
languageName: node
linkType: hard

"@yarnpkg/lockfile@npm:^1.1.0":
version: 1.1.0
resolution: "@yarnpkg/lockfile@npm:1.1.0"
Expand Down

0 comments on commit 92e04c6

Please sign in to comment.