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

Commit cac0a3f

Browse files
chore(webhook): bump @typescript-eslint/parser from 5.55.0 to 5.56.0 in /modules/webhook/lambdas/webhook (#3083)
chore(webhook): bump @typescript-eslint/parser Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.55.0 to 5.56.0. - [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.56.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1301521 commit cac0a3f

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/jest": "^29.4.0",
2525
"@types/node": "^18.15.3",
2626
"@typescript-eslint/eslint-plugin": "^5.54.0",
27-
"@typescript-eslint/parser": "^5.55.0",
27+
"@typescript-eslint/parser": "^5.56.0",
2828
"@vercel/ncc": "0.36.1",
2929
"body-parser": "^1.20.2",
3030
"eslint": "^8.36.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2481,14 +2481,14 @@
24812481
semver "^7.3.7"
24822482
tsutils "^3.21.0"
24832483

2484-
"@typescript-eslint/parser@^5.55.0":
2485-
version "5.55.0"
2486-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
2487-
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
2488-
dependencies:
2489-
"@typescript-eslint/scope-manager" "5.55.0"
2490-
"@typescript-eslint/types" "5.55.0"
2491-
"@typescript-eslint/typescript-estree" "5.55.0"
2484+
"@typescript-eslint/parser@^5.56.0":
2485+
version "5.56.0"
2486+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.56.0.tgz#42eafb44b639ef1dbd54a3dbe628c446ca753ea6"
2487+
integrity sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==
2488+
dependencies:
2489+
"@typescript-eslint/scope-manager" "5.56.0"
2490+
"@typescript-eslint/types" "5.56.0"
2491+
"@typescript-eslint/typescript-estree" "5.56.0"
24922492
debug "^4.3.4"
24932493

24942494
"@typescript-eslint/[email protected]":
@@ -2499,13 +2499,13 @@
24992499
"@typescript-eslint/types" "5.54.0"
25002500
"@typescript-eslint/visitor-keys" "5.54.0"
25012501

2502-
"@typescript-eslint/scope-manager@5.55.0":
2503-
version "5.55.0"
2504-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
2505-
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
2502+
"@typescript-eslint/scope-manager@5.56.0":
2503+
version "5.56.0"
2504+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.56.0.tgz#62b4055088903b5254fa20403010e1c16d6ab725"
2505+
integrity sha512-jGYKyt+iBakD0SA5Ww8vFqGpoV2asSjwt60Gl6YcO8ksQ8s2HlUEyHBMSa38bdLopYqGf7EYQMUIGdT/Luw+sw==
25062506
dependencies:
2507-
"@typescript-eslint/types" "5.55.0"
2508-
"@typescript-eslint/visitor-keys" "5.55.0"
2507+
"@typescript-eslint/types" "5.56.0"
2508+
"@typescript-eslint/visitor-keys" "5.56.0"
25092509

25102510
"@typescript-eslint/[email protected]":
25112511
version "5.54.0"
@@ -2522,10 +2522,10 @@
25222522
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
25232523
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
25242524

2525-
"@typescript-eslint/types@5.55.0":
2526-
version "5.55.0"
2527-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
2528-
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
2525+
"@typescript-eslint/types@5.56.0":
2526+
version "5.56.0"
2527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.56.0.tgz#b03f0bfd6fa2afff4e67c5795930aff398cbd834"
2528+
integrity sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==
25292529

25302530
"@typescript-eslint/[email protected]":
25312531
version "5.54.0"
@@ -2540,13 +2540,13 @@
25402540
semver "^7.3.7"
25412541
tsutils "^3.21.0"
25422542

2543-
"@typescript-eslint/typescript-estree@5.55.0":
2544-
version "5.55.0"
2545-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
2546-
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
2543+
"@typescript-eslint/typescript-estree@5.56.0":
2544+
version "5.56.0"
2545+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz#48342aa2344649a03321e74cab9ccecb9af086c3"
2546+
integrity sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==
25472547
dependencies:
2548-
"@typescript-eslint/types" "5.55.0"
2549-
"@typescript-eslint/visitor-keys" "5.55.0"
2548+
"@typescript-eslint/types" "5.56.0"
2549+
"@typescript-eslint/visitor-keys" "5.56.0"
25502550
debug "^4.3.4"
25512551
globby "^11.1.0"
25522552
is-glob "^4.0.3"
@@ -2575,12 +2575,12 @@
25752575
"@typescript-eslint/types" "5.54.0"
25762576
eslint-visitor-keys "^3.3.0"
25772577

2578-
"@typescript-eslint/visitor-keys@5.55.0":
2579-
version "5.55.0"
2580-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
2581-
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
2578+
"@typescript-eslint/visitor-keys@5.56.0":
2579+
version "5.56.0"
2580+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz#f19eb297d972417eb13cb69b35b3213e13cc214f"
2581+
integrity sha512-1mFdED7u5bZpX6Xxf5N9U2c18sb+8EvU3tyOIj6LQZ5OOvnmj8BVeNNP603OFPm5KkS1a7IvCIcwrdHXaEMG/Q==
25822582
dependencies:
2583-
"@typescript-eslint/types" "5.55.0"
2583+
"@typescript-eslint/types" "5.56.0"
25842584
eslint-visitor-keys "^3.3.0"
25852585

25862586

0 commit comments

Comments
 (0)