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

Commit 106cad0

Browse files
chore(webhook): bump @typescript-eslint/parser from 5.48.1 to 5.55.0 in /modules/webhook/lambdas/webhook (#3065)
chore(webhook): bump @typescript-eslint/parser Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.1 to 5.55.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.55.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 b37d02d commit 106cad0

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

Diff for: modules/webhook/lambdas/webhook/package.json

+1-1
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.48.1",
27+
"@typescript-eslint/parser": "^5.55.0",
2828
"@vercel/ncc": "0.36.1",
2929
"body-parser": "^1.20.2",
3030
"eslint": "^8.35.0",

Diff for: modules/webhook/lambdas/webhook/yarn.lock

+41-41
Original file line numberDiff line numberDiff line change
@@ -2455,24 +2455,16 @@
24552455
semver "^7.3.7"
24562456
tsutils "^3.21.0"
24572457

2458-
"@typescript-eslint/parser@^5.48.1":
2459-
version "5.48.1"
2460-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.1.tgz#d0125792dab7e232035434ab8ef0658154db2f10"
2461-
integrity sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==
2462-
dependencies:
2463-
"@typescript-eslint/scope-manager" "5.48.1"
2464-
"@typescript-eslint/types" "5.48.1"
2465-
"@typescript-eslint/typescript-estree" "5.48.1"
2458+
"@typescript-eslint/parser@^5.55.0":
2459+
version "5.55.0"
2460+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
2461+
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
2462+
dependencies:
2463+
"@typescript-eslint/scope-manager" "5.55.0"
2464+
"@typescript-eslint/types" "5.55.0"
2465+
"@typescript-eslint/typescript-estree" "5.55.0"
24662466
debug "^4.3.4"
24672467

2468-
"@typescript-eslint/[email protected]":
2469-
version "5.48.1"
2470-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz#39c71e4de639f5fe08b988005beaaf6d79f9d64d"
2471-
integrity sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==
2472-
dependencies:
2473-
"@typescript-eslint/types" "5.48.1"
2474-
"@typescript-eslint/visitor-keys" "5.48.1"
2475-
24762468
"@typescript-eslint/[email protected]":
24772469
version "5.54.0"
24782470
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
@@ -2481,6 +2473,14 @@
24812473
"@typescript-eslint/types" "5.54.0"
24822474
"@typescript-eslint/visitor-keys" "5.54.0"
24832475

2476+
"@typescript-eslint/[email protected]":
2477+
version "5.55.0"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
2479+
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
2480+
dependencies:
2481+
"@typescript-eslint/types" "5.55.0"
2482+
"@typescript-eslint/visitor-keys" "5.55.0"
2483+
24842484
"@typescript-eslint/[email protected]":
24852485
version "5.54.0"
24862486
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
@@ -2491,28 +2491,15 @@
24912491
debug "^4.3.4"
24922492
tsutils "^3.21.0"
24932493

2494-
"@typescript-eslint/[email protected]":
2495-
version "5.48.1"
2496-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.1.tgz#efd1913a9aaf67caf8a6e6779fd53e14e8587e14"
2497-
integrity sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==
2498-
24992494
"@typescript-eslint/[email protected]":
25002495
version "5.54.0"
25012496
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
25022497
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
25032498

2504-
"@typescript-eslint/[email protected]":
2505-
version "5.48.1"
2506-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz#9efa8ee2aa471c6ab62e649f6e64d8d121bc2056"
2507-
integrity sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==
2508-
dependencies:
2509-
"@typescript-eslint/types" "5.48.1"
2510-
"@typescript-eslint/visitor-keys" "5.48.1"
2511-
debug "^4.3.4"
2512-
globby "^11.1.0"
2513-
is-glob "^4.0.3"
2514-
semver "^7.3.7"
2515-
tsutils "^3.21.0"
2499+
"@typescript-eslint/[email protected]":
2500+
version "5.55.0"
2501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
2502+
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
25162503

25172504
"@typescript-eslint/[email protected]":
25182505
version "5.54.0"
@@ -2527,6 +2514,19 @@
25272514
semver "^7.3.7"
25282515
tsutils "^3.21.0"
25292516

2517+
"@typescript-eslint/[email protected]":
2518+
version "5.55.0"
2519+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
2520+
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
2521+
dependencies:
2522+
"@typescript-eslint/types" "5.55.0"
2523+
"@typescript-eslint/visitor-keys" "5.55.0"
2524+
debug "^4.3.4"
2525+
globby "^11.1.0"
2526+
is-glob "^4.0.3"
2527+
semver "^7.3.7"
2528+
tsutils "^3.21.0"
2529+
25302530
"@typescript-eslint/[email protected]":
25312531
version "5.54.0"
25322532
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
@@ -2541,14 +2541,6 @@
25412541
eslint-utils "^3.0.0"
25422542
semver "^7.3.7"
25432543

2544-
"@typescript-eslint/[email protected]":
2545-
version "5.48.1"
2546-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz#79fd4fb9996023ef86849bf6f904f33eb6c8fccb"
2547-
integrity sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==
2548-
dependencies:
2549-
"@typescript-eslint/types" "5.48.1"
2550-
eslint-visitor-keys "^3.3.0"
2551-
25522544
"@typescript-eslint/[email protected]":
25532545
version "5.54.0"
25542546
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
@@ -2557,6 +2549,14 @@
25572549
"@typescript-eslint/types" "5.54.0"
25582550
eslint-visitor-keys "^3.3.0"
25592551

2552+
"@typescript-eslint/[email protected]":
2553+
version "5.55.0"
2554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
2555+
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
2556+
dependencies:
2557+
"@typescript-eslint/types" "5.55.0"
2558+
eslint-visitor-keys "^3.3.0"
2559+
25602560
25612561
version "0.36.1"
25622562
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.1.tgz#d4c01fdbbe909d128d1bf11c7f8b5431654c5b95"

0 commit comments

Comments
 (0)