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

Commit 22cf291

Browse files
chore(lambda): bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.2 in /lambdas (#3240)
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.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/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.2/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 9a0efa3 commit 22cf291

File tree

1 file changed

+19
-53
lines changed

1 file changed

+19
-53
lines changed

Diff for: lambdas/yarn.lock

+19-53
Original file line numberDiff line numberDiff line change
@@ -2809,14 +2809,14 @@
28092809
"@types/yargs-parser" "*"
28102810

28112811
"@typescript-eslint/eslint-plugin@^5.54.1", "@typescript-eslint/eslint-plugin@^5.57.0":
2812-
version "5.59.1"
2813-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.1.tgz"
2814-
integrity sha512-AVi0uazY5quFB9hlp2Xv+ogpfpk77xzsgsIEWyVS7uK/c7MZ5tw7ZPbapa0SbfkqE0fsAMkz5UwtgMLVk2BQAg==
2812+
version "5.59.2"
2813+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.2.tgz#684a2ce7182f3b4dac342eef7caa1c2bae476abd"
2814+
integrity sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==
28152815
dependencies:
28162816
"@eslint-community/regexpp" "^4.4.0"
2817-
"@typescript-eslint/scope-manager" "5.59.1"
2818-
"@typescript-eslint/type-utils" "5.59.1"
2819-
"@typescript-eslint/utils" "5.59.1"
2817+
"@typescript-eslint/scope-manager" "5.59.2"
2818+
"@typescript-eslint/type-utils" "5.59.2"
2819+
"@typescript-eslint/utils" "5.59.2"
28202820
debug "^4.3.4"
28212821
grapheme-splitter "^1.0.4"
28222822
ignore "^5.2.0"
@@ -2834,14 +2834,6 @@
28342834
"@typescript-eslint/typescript-estree" "5.59.2"
28352835
debug "^4.3.4"
28362836

2837-
"@typescript-eslint/[email protected]":
2838-
version "5.59.1"
2839-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.1.tgz"
2840-
integrity sha512-mau0waO5frJctPuAzcxiNWqJR5Z8V0190FTSqRw1Q4Euop6+zTwHAf8YIXNwDOT29tyUDrQ65jSg9aTU/H0omA==
2841-
dependencies:
2842-
"@typescript-eslint/types" "5.59.1"
2843-
"@typescript-eslint/visitor-keys" "5.59.1"
2844-
28452837
"@typescript-eslint/[email protected]":
28462838
version "5.59.2"
28472839
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.2.tgz#f699fe936ee4e2c996d14f0fdd3a7da5ba7b9a4c"
@@ -2850,39 +2842,21 @@
28502842
"@typescript-eslint/types" "5.59.2"
28512843
"@typescript-eslint/visitor-keys" "5.59.2"
28522844

2853-
"@typescript-eslint/[email protected].1":
2854-
version "5.59.1"
2855-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.1.tgz"
2856-
integrity sha512-ZMWQ+Oh82jWqWzvM3xU+9y5U7MEMVv6GLioM3R5NJk6uvP47kZ7YvlgSHJ7ERD6bOY7Q4uxWm25c76HKEwIjZw==
2845+
"@typescript-eslint/[email protected].2":
2846+
version "5.59.2"
2847+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.2.tgz#0729c237503604cd9a7084b5af04c496c9a4cdcf"
2848+
integrity sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==
28572849
dependencies:
2858-
"@typescript-eslint/typescript-estree" "5.59.1"
2859-
"@typescript-eslint/utils" "5.59.1"
2850+
"@typescript-eslint/typescript-estree" "5.59.2"
2851+
"@typescript-eslint/utils" "5.59.2"
28602852
debug "^4.3.4"
28612853
tsutils "^3.21.0"
28622854

2863-
"@typescript-eslint/[email protected]":
2864-
version "5.59.1"
2865-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.1.tgz"
2866-
integrity sha512-dg0ICB+RZwHlysIy/Dh1SP+gnXNzwd/KS0JprD3Lmgmdq+dJAJnUPe1gNG34p0U19HvRlGX733d/KqscrGC1Pg==
2867-
28682855
"@typescript-eslint/[email protected]":
28692856
version "5.59.2"
28702857
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.2.tgz#b511d2b9847fe277c5cb002a2318bd329ef4f655"
28712858
integrity sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==
28722859

2873-
"@typescript-eslint/[email protected]":
2874-
version "5.59.1"
2875-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.1.tgz"
2876-
integrity sha512-lYLBBOCsFltFy7XVqzX0Ju+Lh3WPIAWxYpmH/Q7ZoqzbscLiCW00LeYCdsUnnfnj29/s1WovXKh2gwCoinHNGA==
2877-
dependencies:
2878-
"@typescript-eslint/types" "5.59.1"
2879-
"@typescript-eslint/visitor-keys" "5.59.1"
2880-
debug "^4.3.4"
2881-
globby "^11.1.0"
2882-
is-glob "^4.0.3"
2883-
semver "^7.3.7"
2884-
tsutils "^3.21.0"
2885-
28862860
"@typescript-eslint/[email protected]":
28872861
version "5.59.2"
28882862
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz#6e2fabd3ba01db5d69df44e0b654c0b051fe9936"
@@ -2896,28 +2870,20 @@
28962870
semver "^7.3.7"
28972871
tsutils "^3.21.0"
28982872

2899-
"@typescript-eslint/[email protected].1":
2900-
version "5.59.1"
2901-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.1.tgz"
2902-
integrity sha512-MkTe7FE+K1/GxZkP5gRj3rCztg45bEhsd8HYjczBuYm+qFHP5vtZmjx3B0yUCDotceQ4sHgTyz60Ycl225njmA==
2873+
"@typescript-eslint/[email protected].2":
2874+
version "5.59.2"
2875+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.2.tgz#0c45178124d10cc986115885688db6abc37939f4"
2876+
integrity sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==
29032877
dependencies:
29042878
"@eslint-community/eslint-utils" "^4.2.0"
29052879
"@types/json-schema" "^7.0.9"
29062880
"@types/semver" "^7.3.12"
2907-
"@typescript-eslint/scope-manager" "5.59.1"
2908-
"@typescript-eslint/types" "5.59.1"
2909-
"@typescript-eslint/typescript-estree" "5.59.1"
2881+
"@typescript-eslint/scope-manager" "5.59.2"
2882+
"@typescript-eslint/types" "5.59.2"
2883+
"@typescript-eslint/typescript-estree" "5.59.2"
29102884
eslint-scope "^5.1.1"
29112885
semver "^7.3.7"
29122886

2913-
"@typescript-eslint/[email protected]":
2914-
version "5.59.1"
2915-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.1.tgz"
2916-
integrity sha512-6waEYwBTCWryx0VJmP7JaM4FpipLsFl9CvYf2foAE8Qh/Y0s+bxWysciwOs0LTBED4JCaNxTZ5rGadB14M6dwA==
2917-
dependencies:
2918-
"@typescript-eslint/types" "5.59.1"
2919-
eslint-visitor-keys "^3.3.0"
2920-
29212887
"@typescript-eslint/[email protected]":
29222888
version "5.59.2"
29232889
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.2.tgz#37a419dc2723a3eacbf722512b86d6caf7d3b750"

0 commit comments

Comments
 (0)