Skip to content

Commit dd10cb9

Browse files
chore: Bump @typescript-eslint/eslint-plugin (#1097)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.29.1 to 4.29.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.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 7a67952 commit dd10cb9

File tree

2 files changed

+14
-48
lines changed

2 files changed

+14
-48
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/express": "^4.17.11",
2222
"@types/jest": "^27.0.1",
2323
"@types/node": "^16.6.1",
24-
"@typescript-eslint/eslint-plugin": "^4.29.1",
24+
"@typescript-eslint/eslint-plugin": "^4.29.2",
2525
"@typescript-eslint/parser": "^4.29.2",
2626
"@vercel/ncc": "0.29.1",
2727
"aws-sdk": "^2.970.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 13 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,28 +1474,28 @@
14741474
dependencies:
14751475
"@types/yargs-parser" "*"
14761476

1477-
"@typescript-eslint/eslint-plugin@^4.29.1":
1478-
version "4.29.1"
1479-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.1.tgz#808d206e2278e809292b5de752a91105da85860b"
1480-
integrity sha512-AHqIU+SqZZgBEiWOrtN94ldR3ZUABV5dUG94j8Nms9rQnHFc8fvDOue/58K4CFz6r8OtDDc35Pw9NQPWo0Ayrw==
1477+
"@typescript-eslint/eslint-plugin@^4.29.2":
1478+
version "4.29.2"
1479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.2.tgz#f54dc0a32b8f61c6024ab8755da05363b733838d"
1480+
integrity sha512-x4EMgn4BTfVd9+Z+r+6rmWxoAzBaapt4QFqE+d8L8sUtYZYLDTK6VG/y/SMMWA5t1/BVU5Kf+20rX4PtWzUYZg==
14811481
dependencies:
1482-
"@typescript-eslint/experimental-utils" "4.29.1"
1483-
"@typescript-eslint/scope-manager" "4.29.1"
1482+
"@typescript-eslint/experimental-utils" "4.29.2"
1483+
"@typescript-eslint/scope-manager" "4.29.2"
14841484
debug "^4.3.1"
14851485
functional-red-black-tree "^1.0.1"
14861486
regexpp "^3.1.0"
14871487
semver "^7.3.5"
14881488
tsutils "^3.21.0"
14891489

1490-
"@typescript-eslint/[email protected].1":
1491-
version "4.29.1"
1492-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.1.tgz#0af2b17b0296b60c6b207f11062119fa9c5a8994"
1493-
integrity sha512-kl6QG6qpzZthfd2bzPNSJB2YcZpNOrP6r9jueXupcZHnL74WiuSjaft7WSu17J9+ae9zTlk0KJMXPUj0daBxMw==
1490+
"@typescript-eslint/[email protected].2":
1491+
version "4.29.2"
1492+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.2.tgz#5f67fb5c5757ef2cb3be64817468ba35c9d4e3b7"
1493+
integrity sha512-P6mn4pqObhftBBPAv4GQtEK7Yos1fz/MlpT7+YjH9fTxZcALbiiPKuSIfYP/j13CeOjfq8/fr9Thr2glM9ub7A==
14941494
dependencies:
14951495
"@types/json-schema" "^7.0.7"
1496-
"@typescript-eslint/scope-manager" "4.29.1"
1497-
"@typescript-eslint/types" "4.29.1"
1498-
"@typescript-eslint/typescript-estree" "4.29.1"
1496+
"@typescript-eslint/scope-manager" "4.29.2"
1497+
"@typescript-eslint/types" "4.29.2"
1498+
"@typescript-eslint/typescript-estree" "4.29.2"
14991499
eslint-scope "^5.1.1"
15001500
eslint-utils "^3.0.0"
15011501

@@ -1509,14 +1509,6 @@
15091509
"@typescript-eslint/typescript-estree" "4.29.2"
15101510
debug "^4.3.1"
15111511

1512-
"@typescript-eslint/[email protected]":
1513-
version "4.29.1"
1514-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.1.tgz#f25da25bc6512812efa2ce5ebd36619d68e61358"
1515-
integrity sha512-Hzv/uZOa9zrD/W5mftZa54Jd5Fed3tL6b4HeaOpwVSabJK8CJ+2MkDasnX/XK4rqP5ZTWngK1ZDeCi6EnxPQ7A==
1516-
dependencies:
1517-
"@typescript-eslint/types" "4.29.1"
1518-
"@typescript-eslint/visitor-keys" "4.29.1"
1519-
15201512
"@typescript-eslint/[email protected]":
15211513
version "4.29.2"
15221514
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.2.tgz#442b0f029d981fa402942715b1718ac7fcd5aa1b"
@@ -1525,29 +1517,11 @@
15251517
"@typescript-eslint/types" "4.29.2"
15261518
"@typescript-eslint/visitor-keys" "4.29.2"
15271519

1528-
"@typescript-eslint/[email protected]":
1529-
version "4.29.1"
1530-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.1.tgz#94cce6cf7cc83451df03339cda99d326be2feaf5"
1531-
integrity sha512-Jj2yu78IRfw4nlaLtKjVaGaxh/6FhofmQ/j8v3NXmAiKafbIqtAPnKYrf0sbGjKdj0hS316J8WhnGnErbJ4RCA==
1532-
15331520
"@typescript-eslint/[email protected]":
15341521
version "4.29.2"
15351522
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.2.tgz#fc0489c6b89773f99109fb0aa0aaddff21f52fcd"
15361523
integrity sha512-K6ApnEXId+WTGxqnda8z4LhNMa/pZmbTFkDxEBLQAbhLZL50DjeY0VIDCml/0Y3FlcbqXZrABqrcKxq+n0LwzQ==
15371524

1538-
"@typescript-eslint/[email protected]":
1539-
version "4.29.1"
1540-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.1.tgz#7b32a25ff8e51f2671ccc6b26cdbee3b1e6c5e7f"
1541-
integrity sha512-lIkkrR9E4lwZkzPiRDNq0xdC3f2iVCUjw/7WPJ4S2Sl6C3nRWkeE1YXCQ0+KsiaQRbpY16jNaokdWnm9aUIsfw==
1542-
dependencies:
1543-
"@typescript-eslint/types" "4.29.1"
1544-
"@typescript-eslint/visitor-keys" "4.29.1"
1545-
debug "^4.3.1"
1546-
globby "^11.0.3"
1547-
is-glob "^4.0.1"
1548-
semver "^7.3.5"
1549-
tsutils "^3.21.0"
1550-
15511525
"@typescript-eslint/[email protected]":
15521526
version "4.29.2"
15531527
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.2.tgz#a0ea8b98b274adbb2577100ba545ddf8bf7dc219"
@@ -1561,14 +1535,6 @@
15611535
semver "^7.3.5"
15621536
tsutils "^3.21.0"
15631537

1564-
"@typescript-eslint/[email protected]":
1565-
version "4.29.1"
1566-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.1.tgz#0615be8b55721f5e854f3ee99f1a714f2d093e5d"
1567-
integrity sha512-zLqtjMoXvgdZY/PG6gqA73V8BjqPs4af1v2kiiETBObp+uC6gRYnJLmJHxC0QyUrrHDLJPIWNYxoBV3wbcRlag==
1568-
dependencies:
1569-
"@typescript-eslint/types" "4.29.1"
1570-
eslint-visitor-keys "^2.0.0"
1571-
15721538
"@typescript-eslint/[email protected]":
15731539
version "4.29.2"
15741540
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.2.tgz#d2da7341f3519486f50655159f4e5ecdcb2cd1df"

0 commit comments

Comments
 (0)