Skip to content

Commit ccb14ba

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.59.6 to 5.59.7 (#3807)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.6 to 5.59.7. - [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.59.7/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 cc7728a commit ccb14ba

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,13 +2323,13 @@
23232323
tsutils "^3.21.0"
23242324

23252325
"@typescript-eslint/parser@^5.49.0":
2326-
version "5.59.6"
2327-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.6.tgz#bd36f71f5a529f828e20b627078d3ed6738dbb40"
2328-
integrity sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==
2326+
version "5.59.7"
2327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz#02682554d7c1028b89aa44a48bf598db33048caa"
2328+
integrity sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==
23292329
dependencies:
2330-
"@typescript-eslint/scope-manager" "5.59.6"
2331-
"@typescript-eslint/types" "5.59.6"
2332-
"@typescript-eslint/typescript-estree" "5.59.6"
2330+
"@typescript-eslint/scope-manager" "5.59.7"
2331+
"@typescript-eslint/types" "5.59.7"
2332+
"@typescript-eslint/typescript-estree" "5.59.7"
23332333
debug "^4.3.4"
23342334

23352335
"@typescript-eslint/[email protected]":
@@ -2340,6 +2340,14 @@
23402340
"@typescript-eslint/types" "5.59.6"
23412341
"@typescript-eslint/visitor-keys" "5.59.6"
23422342

2343+
"@typescript-eslint/[email protected]":
2344+
version "5.59.7"
2345+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
2346+
integrity sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==
2347+
dependencies:
2348+
"@typescript-eslint/types" "5.59.7"
2349+
"@typescript-eslint/visitor-keys" "5.59.7"
2350+
23432351
"@typescript-eslint/[email protected]":
23442352
version "5.59.6"
23452353
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.6.tgz#37c51d2ae36127d8b81f32a0a4d2efae19277c48"
@@ -2355,6 +2363,11 @@
23552363
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.6.tgz#5a6557a772af044afe890d77c6a07e8c23c2460b"
23562364
integrity sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==
23572365

2366+
"@typescript-eslint/[email protected]":
2367+
version "5.59.7"
2368+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
2369+
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
2370+
23582371
"@typescript-eslint/[email protected]":
23592372
version "5.59.6"
23602373
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.6.tgz#2fb80522687bd3825504925ea7e1b8de7bb6251b"
@@ -2368,6 +2381,19 @@
23682381
semver "^7.3.7"
23692382
tsutils "^3.21.0"
23702383

2384+
"@typescript-eslint/[email protected]":
2385+
version "5.59.7"
2386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
2387+
integrity sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==
2388+
dependencies:
2389+
"@typescript-eslint/types" "5.59.7"
2390+
"@typescript-eslint/visitor-keys" "5.59.7"
2391+
debug "^4.3.4"
2392+
globby "^11.1.0"
2393+
is-glob "^4.0.3"
2394+
semver "^7.3.7"
2395+
tsutils "^3.21.0"
2396+
23712397
"@typescript-eslint/[email protected]":
23722398
version "5.59.6"
23732399
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.6.tgz#82960fe23788113fc3b1f9d4663d6773b7907839"
@@ -2390,6 +2416,14 @@
23902416
"@typescript-eslint/types" "5.59.6"
23912417
eslint-visitor-keys "^3.3.0"
23922418

2419+
"@typescript-eslint/[email protected]":
2420+
version "5.59.7"
2421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
2422+
integrity sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==
2423+
dependencies:
2424+
"@typescript-eslint/types" "5.59.7"
2425+
eslint-visitor-keys "^3.3.0"
2426+
23932427
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.11.5":
23942428
version "1.11.5"
23952429
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.5.tgz#6e818036b94548c1fb53b754b5cae3c9b208281c"

0 commit comments

Comments
 (0)