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

Commit 4c1a36d

Browse files
chore(lambda): bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.11 in /lambdas (#3317)
chore(lambda): bump @typescript-eslint/eslint-plugin in /lambdas Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.5 to 5.59.11. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.11/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" 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 66e2a66 commit 4c1a36d

File tree

1 file changed

+53
-19
lines changed

1 file changed

+53
-19
lines changed

Diff for: lambdas/yarn.lock

+53-19
Original file line numberDiff line numberDiff line change
@@ -3339,14 +3339,14 @@
33393339
"@types/yargs-parser" "*"
33403340

33413341
"@typescript-eslint/eslint-plugin@^5.54.1", "@typescript-eslint/eslint-plugin@^5.57.0":
3342-
version "5.59.5"
3343-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.5.tgz#f156827610a3f8cefc56baeaa93cd4a5f32966b4"
3344-
integrity sha512-feA9xbVRWJZor+AnLNAr7A8JRWeZqHUf4T9tlP+TN04b05pFVhO5eN7/O93Y/1OUlLMHKbnJisgDURs/qvtqdg==
3342+
version "5.59.11"
3343+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.11.tgz#8d466aa21abea4c3f37129997b198d141f09e76f"
3344+
integrity sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==
33453345
dependencies:
33463346
"@eslint-community/regexpp" "^4.4.0"
3347-
"@typescript-eslint/scope-manager" "5.59.5"
3348-
"@typescript-eslint/type-utils" "5.59.5"
3349-
"@typescript-eslint/utils" "5.59.5"
3347+
"@typescript-eslint/scope-manager" "5.59.11"
3348+
"@typescript-eslint/type-utils" "5.59.11"
3349+
"@typescript-eslint/utils" "5.59.11"
33503350
debug "^4.3.4"
33513351
grapheme-splitter "^1.0.4"
33523352
ignore "^5.2.0"
@@ -3364,6 +3364,14 @@
33643364
"@typescript-eslint/typescript-estree" "5.59.5"
33653365
debug "^4.3.4"
33663366

3367+
"@typescript-eslint/[email protected]":
3368+
version "5.59.11"
3369+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.11.tgz#5d131a67a19189c42598af9fb2ea1165252001ce"
3370+
integrity sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==
3371+
dependencies:
3372+
"@typescript-eslint/types" "5.59.11"
3373+
"@typescript-eslint/visitor-keys" "5.59.11"
3374+
33673375
"@typescript-eslint/[email protected]":
33683376
version "5.59.5"
33693377
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.5.tgz#33ffc7e8663f42cfaac873de65ebf65d2bce674d"
@@ -3372,21 +3380,39 @@
33723380
"@typescript-eslint/types" "5.59.5"
33733381
"@typescript-eslint/visitor-keys" "5.59.5"
33743382

3375-
"@typescript-eslint/[email protected].5":
3376-
version "5.59.5"
3377-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.5.tgz#485b0e2c5b923460bc2ea6b338c595343f06fc9b"
3378-
integrity sha512-4eyhS7oGym67/pSxA2mmNq7X164oqDYNnZCUayBwJZIRVvKpBCMBzFnFxjeoDeShjtO6RQBHBuwybuX3POnDqg==
3383+
"@typescript-eslint/[email protected].11":
3384+
version "5.59.11"
3385+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz#5eb67121808a84cb57d65a15f48f5bdda25f2346"
3386+
integrity sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==
33793387
dependencies:
3380-
"@typescript-eslint/typescript-estree" "5.59.5"
3381-
"@typescript-eslint/utils" "5.59.5"
3388+
"@typescript-eslint/typescript-estree" "5.59.11"
3389+
"@typescript-eslint/utils" "5.59.11"
33823390
debug "^4.3.4"
33833391
tsutils "^3.21.0"
33843392

3393+
"@typescript-eslint/[email protected]":
3394+
version "5.59.11"
3395+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.11.tgz#1a9018fe3c565ba6969561f2a49f330cf1fe8db1"
3396+
integrity sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
3397+
33853398
"@typescript-eslint/[email protected]":
33863399
version "5.59.5"
33873400
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.5.tgz#e63c5952532306d97c6ea432cee0981f6d2258c7"
33883401
integrity sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==
33893402

3403+
"@typescript-eslint/[email protected]":
3404+
version "5.59.11"
3405+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.11.tgz#b2caaa31725e17c33970c1197bcd54e3c5f42b9f"
3406+
integrity sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==
3407+
dependencies:
3408+
"@typescript-eslint/types" "5.59.11"
3409+
"@typescript-eslint/visitor-keys" "5.59.11"
3410+
debug "^4.3.4"
3411+
globby "^11.1.0"
3412+
is-glob "^4.0.3"
3413+
semver "^7.3.7"
3414+
tsutils "^3.21.0"
3415+
33903416
"@typescript-eslint/[email protected]":
33913417
version "5.59.5"
33923418
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.5.tgz#9b252ce55dd765e972a7a2f99233c439c5101e42"
@@ -3400,20 +3426,28 @@
34003426
semver "^7.3.7"
34013427
tsutils "^3.21.0"
34023428

3403-
"@typescript-eslint/[email protected].5":
3404-
version "5.59.5"
3405-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.5.tgz#15b3eb619bb223302e60413adb0accd29c32bcae"
3406-
integrity sha512-sCEHOiw+RbyTii9c3/qN74hYDPNORb8yWCoPLmB7BIflhplJ65u2PBpdRla12e3SSTJ2erRkPjz7ngLHhUegxA==
3429+
"@typescript-eslint/[email protected].11":
3430+
version "5.59.11"
3431+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.11.tgz#9dbff49dc80bfdd9289f9f33548f2e8db3c59ba1"
3432+
integrity sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==
34073433
dependencies:
34083434
"@eslint-community/eslint-utils" "^4.2.0"
34093435
"@types/json-schema" "^7.0.9"
34103436
"@types/semver" "^7.3.12"
3411-
"@typescript-eslint/scope-manager" "5.59.5"
3412-
"@typescript-eslint/types" "5.59.5"
3413-
"@typescript-eslint/typescript-estree" "5.59.5"
3437+
"@typescript-eslint/scope-manager" "5.59.11"
3438+
"@typescript-eslint/types" "5.59.11"
3439+
"@typescript-eslint/typescript-estree" "5.59.11"
34143440
eslint-scope "^5.1.1"
34153441
semver "^7.3.7"
34163442

3443+
"@typescript-eslint/[email protected]":
3444+
version "5.59.11"
3445+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.11.tgz#dca561ddad169dc27d62396d64f45b2d2c3ecc56"
3446+
integrity sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==
3447+
dependencies:
3448+
"@typescript-eslint/types" "5.59.11"
3449+
eslint-visitor-keys "^3.3.0"
3450+
34173451
"@typescript-eslint/[email protected]":
34183452
version "5.59.5"
34193453
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.5.tgz#ba5b8d6791a13cf9fea6716af1e7626434b29b9b"

0 commit comments

Comments
 (0)