Skip to content

Commit 1e0fbfc

Browse files
chore(lambda): bump @typescript-eslint/parser from 5.59.2 to 5.59.5 in /lambdas (#3257)
chore(lambda): bump @typescript-eslint/parser in /lambdas Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.2 to 5.59.5. - [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.5/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 353c060 commit 1e0fbfc

File tree

1 file changed

+6
-40
lines changed

1 file changed

+6
-40
lines changed

lambdas/yarn.lock

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2802,23 +2802,15 @@
28022802
tsutils "^3.21.0"
28032803

28042804
"@typescript-eslint/parser@^5.57.0", "@typescript-eslint/parser@^5.59.0":
2805-
version "5.59.2"
2806-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.2.tgz#c2c443247901d95865b9f77332d9eee7c55655e8"
2807-
integrity sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==
2805+
version "5.59.5"
2806+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.5.tgz#63064f5eafbdbfb5f9dfbf5c4503cdf949852981"
2807+
integrity sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw==
28082808
dependencies:
2809-
"@typescript-eslint/scope-manager" "5.59.2"
2810-
"@typescript-eslint/types" "5.59.2"
2811-
"@typescript-eslint/typescript-estree" "5.59.2"
2809+
"@typescript-eslint/scope-manager" "5.59.5"
2810+
"@typescript-eslint/types" "5.59.5"
2811+
"@typescript-eslint/typescript-estree" "5.59.5"
28122812
debug "^4.3.4"
28132813

2814-
"@typescript-eslint/[email protected]":
2815-
version "5.59.2"
2816-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.2.tgz#f699fe936ee4e2c996d14f0fdd3a7da5ba7b9a4c"
2817-
integrity sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==
2818-
dependencies:
2819-
"@typescript-eslint/types" "5.59.2"
2820-
"@typescript-eslint/visitor-keys" "5.59.2"
2821-
28222814
"@typescript-eslint/[email protected]":
28232815
version "5.59.5"
28242816
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.5.tgz#33ffc7e8663f42cfaac873de65ebf65d2bce674d"
@@ -2837,29 +2829,11 @@
28372829
debug "^4.3.4"
28382830
tsutils "^3.21.0"
28392831

2840-
"@typescript-eslint/[email protected]":
2841-
version "5.59.2"
2842-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.2.tgz#b511d2b9847fe277c5cb002a2318bd329ef4f655"
2843-
integrity sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==
2844-
28452832
"@typescript-eslint/[email protected]":
28462833
version "5.59.5"
28472834
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.5.tgz#e63c5952532306d97c6ea432cee0981f6d2258c7"
28482835
integrity sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==
28492836

2850-
"@typescript-eslint/[email protected]":
2851-
version "5.59.2"
2852-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz#6e2fabd3ba01db5d69df44e0b654c0b051fe9936"
2853-
integrity sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==
2854-
dependencies:
2855-
"@typescript-eslint/types" "5.59.2"
2856-
"@typescript-eslint/visitor-keys" "5.59.2"
2857-
debug "^4.3.4"
2858-
globby "^11.1.0"
2859-
is-glob "^4.0.3"
2860-
semver "^7.3.7"
2861-
tsutils "^3.21.0"
2862-
28632837
"@typescript-eslint/[email protected]":
28642838
version "5.59.5"
28652839
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.5.tgz#9b252ce55dd765e972a7a2f99233c439c5101e42"
@@ -2887,14 +2861,6 @@
28872861
eslint-scope "^5.1.1"
28882862
semver "^7.3.7"
28892863

2890-
"@typescript-eslint/[email protected]":
2891-
version "5.59.2"
2892-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.2.tgz#37a419dc2723a3eacbf722512b86d6caf7d3b750"
2893-
integrity sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==
2894-
dependencies:
2895-
"@typescript-eslint/types" "5.59.2"
2896-
eslint-visitor-keys "^3.3.0"
2897-
28982864
"@typescript-eslint/[email protected]":
28992865
version "5.59.5"
29002866
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.5.tgz#ba5b8d6791a13cf9fea6716af1e7626434b29b9b"

0 commit comments

Comments
 (0)