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

Commit 383625a

Browse files
chore(lambda): bump @typescript-eslint/parser from 5.59.1 to 5.59.2 in /lambdas (#3241)
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.1 to 5.59.2. - [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.2/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 5620d88 commit 383625a

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

Diff for: lambdas/yarn.lock

+40-6
Original file line numberDiff line numberDiff line change
@@ -2825,13 +2825,13 @@
28252825
tsutils "^3.21.0"
28262826

28272827
"@typescript-eslint/parser@^5.57.0", "@typescript-eslint/parser@^5.59.0":
2828-
version "5.59.1"
2829-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.1.tgz"
2830-
integrity sha512-nzjFAN8WEu6yPRDizIFyzAfgK7nybPodMNFGNH0M9tei2gYnYszRDqVA0xlnRjkl7Hkx2vYrEdb6fP2a21cG1g==
2828+
version "5.59.2"
2829+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.2.tgz#c2c443247901d95865b9f77332d9eee7c55655e8"
2830+
integrity sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==
28312831
dependencies:
2832-
"@typescript-eslint/scope-manager" "5.59.1"
2833-
"@typescript-eslint/types" "5.59.1"
2834-
"@typescript-eslint/typescript-estree" "5.59.1"
2832+
"@typescript-eslint/scope-manager" "5.59.2"
2833+
"@typescript-eslint/types" "5.59.2"
2834+
"@typescript-eslint/typescript-estree" "5.59.2"
28352835
debug "^4.3.4"
28362836

28372837
"@typescript-eslint/[email protected]":
@@ -2842,6 +2842,14 @@
28422842
"@typescript-eslint/types" "5.59.1"
28432843
"@typescript-eslint/visitor-keys" "5.59.1"
28442844

2845+
"@typescript-eslint/[email protected]":
2846+
version "5.59.2"
2847+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.2.tgz#f699fe936ee4e2c996d14f0fdd3a7da5ba7b9a4c"
2848+
integrity sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==
2849+
dependencies:
2850+
"@typescript-eslint/types" "5.59.2"
2851+
"@typescript-eslint/visitor-keys" "5.59.2"
2852+
28452853
"@typescript-eslint/[email protected]":
28462854
version "5.59.1"
28472855
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.1.tgz"
@@ -2857,6 +2865,11 @@
28572865
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.1.tgz"
28582866
integrity sha512-dg0ICB+RZwHlysIy/Dh1SP+gnXNzwd/KS0JprD3Lmgmdq+dJAJnUPe1gNG34p0U19HvRlGX733d/KqscrGC1Pg==
28592867

2868+
"@typescript-eslint/[email protected]":
2869+
version "5.59.2"
2870+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.2.tgz#b511d2b9847fe277c5cb002a2318bd329ef4f655"
2871+
integrity sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==
2872+
28602873
"@typescript-eslint/[email protected]":
28612874
version "5.59.1"
28622875
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.1.tgz"
@@ -2870,6 +2883,19 @@
28702883
semver "^7.3.7"
28712884
tsutils "^3.21.0"
28722885

2886+
"@typescript-eslint/[email protected]":
2887+
version "5.59.2"
2888+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz#6e2fabd3ba01db5d69df44e0b654c0b051fe9936"
2889+
integrity sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==
2890+
dependencies:
2891+
"@typescript-eslint/types" "5.59.2"
2892+
"@typescript-eslint/visitor-keys" "5.59.2"
2893+
debug "^4.3.4"
2894+
globby "^11.1.0"
2895+
is-glob "^4.0.3"
2896+
semver "^7.3.7"
2897+
tsutils "^3.21.0"
2898+
28732899
"@typescript-eslint/[email protected]":
28742900
version "5.59.1"
28752901
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.1.tgz"
@@ -2892,6 +2918,14 @@
28922918
"@typescript-eslint/types" "5.59.1"
28932919
eslint-visitor-keys "^3.3.0"
28942920

2921+
"@typescript-eslint/[email protected]":
2922+
version "5.59.2"
2923+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.2.tgz#37a419dc2723a3eacbf722512b86d6caf7d3b750"
2924+
integrity sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==
2925+
dependencies:
2926+
"@typescript-eslint/types" "5.59.2"
2927+
eslint-visitor-keys "^3.3.0"
2928+
28952929
"@vercel/[email protected]", "@vercel/ncc@^0.36.1":
28962930
version "0.36.1"
28972931
resolved "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz"

0 commit comments

Comments
 (0)