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

Commit e887b95

Browse files
chore(webhook): bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.53.0 in /modules/webhook/lambdas/webhook (#2977)
chore(webhook): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.48.0 to 5.53.0. - [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.53.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" 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 659b422 commit e887b95

File tree

2 files changed

+56
-55
lines changed

2 files changed

+56
-55
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/express": "^4.17.17",
2424
"@types/jest": "^29.4.0",
2525
"@types/node": "^18.11.18",
26-
"@typescript-eslint/eslint-plugin": "^5.48.0",
26+
"@typescript-eslint/eslint-plugin": "^5.53.0",
2727
"@typescript-eslint/parser": "^5.48.1",
2828
"@vercel/ncc": "0.36.1",
2929
"body-parser": "^1.20.0",

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

+55-54
Original file line numberDiff line numberDiff line change
@@ -2401,15 +2401,16 @@
24012401
dependencies:
24022402
"@types/yargs-parser" "*"
24032403

2404-
"@typescript-eslint/eslint-plugin@^5.48.0":
2405-
version "5.48.0"
2406-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.0.tgz#54f8368d080eb384a455f60c2ee044e948a8ce67"
2407-
integrity sha512-SVLafp0NXpoJY7ut6VFVUU9I+YeFsDzeQwtK0WZ+xbRN3mtxJ08je+6Oi2N89qDn087COdO0u3blKZNv9VetRQ==
2408-
dependencies:
2409-
"@typescript-eslint/scope-manager" "5.48.0"
2410-
"@typescript-eslint/type-utils" "5.48.0"
2411-
"@typescript-eslint/utils" "5.48.0"
2404+
"@typescript-eslint/eslint-plugin@^5.53.0":
2405+
version "5.53.0"
2406+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.53.0.tgz#24b8b4a952f3c615fe070e3c461dd852b5056734"
2407+
integrity sha512-alFpFWNucPLdUOySmXCJpzr6HKC3bu7XooShWM+3w/EL6J2HIoB2PFxpLnq4JauWVk6DiVeNKzQlFEaE+X9sGw==
2408+
dependencies:
2409+
"@typescript-eslint/scope-manager" "5.53.0"
2410+
"@typescript-eslint/type-utils" "5.53.0"
2411+
"@typescript-eslint/utils" "5.53.0"
24122412
debug "^4.3.4"
2413+
grapheme-splitter "^1.0.4"
24132414
ignore "^5.2.0"
24142415
natural-compare-lite "^1.4.0"
24152416
regexpp "^3.2.0"
@@ -2426,14 +2427,6 @@
24262427
"@typescript-eslint/typescript-estree" "5.48.1"
24272428
debug "^4.3.4"
24282429

2429-
"@typescript-eslint/[email protected]":
2430-
version "5.48.0"
2431-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.0.tgz#607731cb0957fbc52fd754fd79507d1b6659cecf"
2432-
integrity sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==
2433-
dependencies:
2434-
"@typescript-eslint/types" "5.48.0"
2435-
"@typescript-eslint/visitor-keys" "5.48.0"
2436-
24372430
"@typescript-eslint/[email protected]":
24382431
version "5.48.1"
24392432
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz#39c71e4de639f5fe08b988005beaaf6d79f9d64d"
@@ -2442,38 +2435,33 @@
24422435
"@typescript-eslint/types" "5.48.1"
24432436
"@typescript-eslint/visitor-keys" "5.48.1"
24442437

2445-
"@typescript-eslint/type-utils@5.48.0":
2446-
version "5.48.0"
2447-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.0.tgz#40496dccfdc2daa14a565f8be80ad1ae3882d6d6"
2448-
integrity sha512-vbtPO5sJyFjtHkGlGK4Sthmta0Bbls4Onv0bEqOGm7hP9h8UpRsHJwsrCiWtCUndTRNQO/qe6Ijz9rnT/DB+7g==
2438+
"@typescript-eslint/scope-manager@5.53.0":
2439+
version "5.53.0"
2440+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.53.0.tgz#42b54f280e33c82939275a42649701024f3fafef"
2441+
integrity sha512-Opy3dqNsp/9kBBeCPhkCNR7fmdSQqA+47r21hr9a14Bx0xnkElEQmhoHga+VoaoQ6uDHjDKmQPIYcUcKJifS7w==
24492442
dependencies:
2450-
"@typescript-eslint/typescript-estree" "5.48.0"
2451-
"@typescript-eslint/utils" "5.48.0"
2443+
"@typescript-eslint/types" "5.53.0"
2444+
"@typescript-eslint/visitor-keys" "5.53.0"
2445+
2446+
"@typescript-eslint/[email protected]":
2447+
version "5.53.0"
2448+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.53.0.tgz#41665449935ba9b4e6a1ba6e2a3f4b2c31d6cf97"
2449+
integrity sha512-HO2hh0fmtqNLzTAme/KnND5uFNwbsdYhCZghK2SoxGp3Ifn2emv+hi0PBUjzzSh0dstUIFqOj3bp0AwQlK4OWw==
2450+
dependencies:
2451+
"@typescript-eslint/typescript-estree" "5.53.0"
2452+
"@typescript-eslint/utils" "5.53.0"
24522453
debug "^4.3.4"
24532454
tsutils "^3.21.0"
24542455

2455-
"@typescript-eslint/[email protected]":
2456-
version "5.48.0"
2457-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.0.tgz#d725da8dfcff320aab2ac6f65c97b0df30058449"
2458-
integrity sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==
2459-
24602456
"@typescript-eslint/[email protected]":
24612457
version "5.48.1"
24622458
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.1.tgz#efd1913a9aaf67caf8a6e6779fd53e14e8587e14"
24632459
integrity sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==
24642460

2465-
"@typescript-eslint/[email protected]":
2466-
version "5.48.0"
2467-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.0.tgz#a7f04bccb001003405bb5452d43953a382c2fac2"
2468-
integrity sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==
2469-
dependencies:
2470-
"@typescript-eslint/types" "5.48.0"
2471-
"@typescript-eslint/visitor-keys" "5.48.0"
2472-
debug "^4.3.4"
2473-
globby "^11.1.0"
2474-
is-glob "^4.0.3"
2475-
semver "^7.3.7"
2476-
tsutils "^3.21.0"
2461+
"@typescript-eslint/[email protected]":
2462+
version "5.53.0"
2463+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
2464+
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
24772465

24782466
"@typescript-eslint/[email protected]":
24792467
version "5.48.1"
@@ -2488,28 +2476,33 @@
24882476
semver "^7.3.7"
24892477
tsutils "^3.21.0"
24902478

2491-
"@typescript-eslint/[email protected]":
2492-
version "5.48.0"
2493-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.0.tgz#eee926af2733f7156ad8d15e51791e42ce300273"
2494-
integrity sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ==
2479+
"@typescript-eslint/[email protected]":
2480+
version "5.53.0"
2481+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
2482+
integrity sha512-eKmipH7QyScpHSkhbptBBYh9v8FxtngLquq292YTEQ1pxVs39yFBlLC1xeIZcPPz1RWGqb7YgERJRGkjw8ZV7w==
2483+
dependencies:
2484+
"@typescript-eslint/types" "5.53.0"
2485+
"@typescript-eslint/visitor-keys" "5.53.0"
2486+
debug "^4.3.4"
2487+
globby "^11.1.0"
2488+
is-glob "^4.0.3"
2489+
semver "^7.3.7"
2490+
tsutils "^3.21.0"
2491+
2492+
"@typescript-eslint/[email protected]":
2493+
version "5.53.0"
2494+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.53.0.tgz#e55eaad9d6fffa120575ffaa530c7e802f13bce8"
2495+
integrity sha512-VUOOtPv27UNWLxFwQK/8+7kvxVC+hPHNsJjzlJyotlaHjLSIgOCKj9I0DBUjwOOA64qjBwx5afAPjksqOxMO0g==
24952496
dependencies:
24962497
"@types/json-schema" "^7.0.9"
24972498
"@types/semver" "^7.3.12"
2498-
"@typescript-eslint/scope-manager" "5.48.0"
2499-
"@typescript-eslint/types" "5.48.0"
2500-
"@typescript-eslint/typescript-estree" "5.48.0"
2499+
"@typescript-eslint/scope-manager" "5.53.0"
2500+
"@typescript-eslint/types" "5.53.0"
2501+
"@typescript-eslint/typescript-estree" "5.53.0"
25012502
eslint-scope "^5.1.1"
25022503
eslint-utils "^3.0.0"
25032504
semver "^7.3.7"
25042505

2505-
"@typescript-eslint/[email protected]":
2506-
version "5.48.0"
2507-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.0.tgz#4446d5e7f6cadde7140390c0e284c8702d944904"
2508-
integrity sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==
2509-
dependencies:
2510-
"@typescript-eslint/types" "5.48.0"
2511-
eslint-visitor-keys "^3.3.0"
2512-
25132506
"@typescript-eslint/[email protected]":
25142507
version "5.48.1"
25152508
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz#79fd4fb9996023ef86849bf6f904f33eb6c8fccb"
@@ -2518,6 +2511,14 @@
25182511
"@typescript-eslint/types" "5.48.1"
25192512
eslint-visitor-keys "^3.3.0"
25202513

2514+
"@typescript-eslint/[email protected]":
2515+
version "5.53.0"
2516+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.53.0.tgz#8a5126623937cdd909c30d8fa72f79fa56cc1a9f"
2517+
integrity sha512-JqNLnX3leaHFZEN0gCh81sIvgrp/2GOACZNgO4+Tkf64u51kTpAyWFOY8XHx8XuXr3N2C9zgPPHtcpMg6z1g0w==
2518+
dependencies:
2519+
"@typescript-eslint/types" "5.53.0"
2520+
eslint-visitor-keys "^3.3.0"
2521+
25212522
25222523
version "0.36.1"
25232524
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.1.tgz#d4c01fdbbe909d128d1bf11c7f8b5431654c5b95"

0 commit comments

Comments
 (0)