Skip to content

Commit f9b5cc1

Browse files
Bump @typescript-eslint/parser from 5.30.6 to 5.30.7
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.30.6 to 5.30.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.30.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] <support@github.com>
1 parent 6dae07c commit f9b5cc1

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
@@ -660,13 +660,13 @@
660660
tsutils "^3.21.0"
661661

662662
"@typescript-eslint/parser@^5.8.1":
663-
version "5.30.6"
664-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.6.tgz#add440db038fa9d777e4ebdaf66da9e7fb7abe92"
665-
integrity sha512-gfF9lZjT0p2ZSdxO70Xbw8w9sPPJGfAdjK7WikEjB3fcUI/yr9maUVEdqigBjKincUYNKOmf7QBMiTf719kbrA==
663+
version "5.30.7"
664+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.7.tgz#99d09729392aec9e64b1de45cd63cb81a4ddd980"
665+
integrity sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A==
666666
dependencies:
667-
"@typescript-eslint/scope-manager" "5.30.6"
668-
"@typescript-eslint/types" "5.30.6"
669-
"@typescript-eslint/typescript-estree" "5.30.6"
667+
"@typescript-eslint/scope-manager" "5.30.7"
668+
"@typescript-eslint/types" "5.30.7"
669+
"@typescript-eslint/typescript-estree" "5.30.7"
670670
debug "^4.3.4"
671671

672672
"@typescript-eslint/scope-manager@5.30.6":
@@ -677,6 +677,14 @@
677677
"@typescript-eslint/types" "5.30.6"
678678
"@typescript-eslint/visitor-keys" "5.30.6"
679679

680+
"@typescript-eslint/scope-manager@5.30.7":
681+
version "5.30.7"
682+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.7.tgz#8269a931ef1e5ae68b5eb80743cc515c4ffe3dd7"
683+
integrity sha512-7BM1bwvdF1UUvt+b9smhqdc/eniOnCKxQT/kj3oXtj3LqnTWCAM0qHRHfyzCzhEfWX0zrW7KqXXeE4DlchZBKw==
684+
dependencies:
685+
"@typescript-eslint/types" "5.30.7"
686+
"@typescript-eslint/visitor-keys" "5.30.7"
687+
680688
"@typescript-eslint/type-utils@5.30.6":
681689
version "5.30.6"
682690
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.6.tgz#a64aa9acbe609ab77f09f53434a6af2b9685f3af"
@@ -691,6 +699,11 @@
691699
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.6.tgz#86369d0a7af8c67024115ac1da3e8fb2d38907e1"
692700
integrity sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg==
693701

702+
"@typescript-eslint/types@5.30.7":
703+
version "5.30.7"
704+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.7.tgz#18331487cc92d0f1fb1a6f580c8ec832528079d0"
705+
integrity sha512-ocVkETUs82+U+HowkovV6uxf1AnVRKCmDRNUBUUo46/5SQv1owC/EBFkiu4MOHeZqhKz2ktZ3kvJJ1uFqQ8QPg==
706+
694707
"@typescript-eslint/typescript-estree@5.30.6":
695708
version "5.30.6"
696709
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.6.tgz#a84a0d6a486f9b54042da1de3d671a2c9f14484e"
@@ -704,6 +717,19 @@
704717
semver "^7.3.7"
705718
tsutils "^3.21.0"
706719

720+
"@typescript-eslint/typescript-estree@5.30.7":
721+
version "5.30.7"
722+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.7.tgz#05da9f1b281985bfedcf62349847f8d168eecc07"
723+
integrity sha512-tNslqXI1ZdmXXrHER83TJ8OTYl4epUzJC0aj2i4DMDT4iU+UqLT3EJeGQvJ17BMbm31x5scSwo3hPM0nqQ1AEA==
724+
dependencies:
725+
"@typescript-eslint/types" "5.30.7"
726+
"@typescript-eslint/visitor-keys" "5.30.7"
727+
debug "^4.3.4"
728+
globby "^11.1.0"
729+
is-glob "^4.0.3"
730+
semver "^7.3.7"
731+
tsutils "^3.21.0"
732+
707733
"@typescript-eslint/utils@5.30.6":
708734
version "5.30.6"
709735
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.6.tgz#1de2da14f678e7d187daa6f2e4cdb558ed0609dc"
@@ -724,6 +750,14 @@
724750
"@typescript-eslint/types" "5.30.6"
725751
eslint-visitor-keys "^3.3.0"
726752

753+
"@typescript-eslint/visitor-keys@5.30.7":
754+
version "5.30.7"
755+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.7.tgz#c093abae75b4fd822bfbad9fc337f38a7a14909a"
756+
integrity sha512-KrRXf8nnjvcpxDFOKej4xkD7657+PClJs5cJVSG7NNoCNnjEdc46juNAQt7AyuWctuCgs6mVRc1xGctEqrjxWw==
757+
dependencies:
758+
"@typescript-eslint/types" "5.30.7"
759+
eslint-visitor-keys "^3.3.0"
760+
727761
abab@^2.0.3, abab@^2.0.5:
728762
version "2.0.5"
729763
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)