Skip to content

Commit 88e537b

Browse files
chore(webhook): bump @typescript-eslint/parser from 5.57.1 to 5.59.0 in /modules/webhook/lambdas/webhook (#3186)
chore(webhook): bump @typescript-eslint/parser Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.57.1 to 5.59.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.59.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 31c9987 commit 88e537b

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.11",
2626
"@typescript-eslint/eslint-plugin": "^5.57.0",
27-
"@typescript-eslint/parser": "^5.57.1",
27+
"@typescript-eslint/parser": "^5.59.0",
2828
"@vercel/ncc": "0.36.1",
2929
"body-parser": "^1.20.2",
3030
"eslint": "^8.37.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,14 +2474,14 @@
24742474
semver "^7.3.7"
24752475
tsutils "^3.21.0"
24762476

2477-
"@typescript-eslint/parser@^5.57.1":
2478-
version "5.57.1"
2479-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.1.tgz#af911234bd4401d09668c5faf708a0570a17a748"
2480-
integrity sha512-hlA0BLeVSA/wBPKdPGxoVr9Pp6GutGoY380FEhbVi0Ph4WNe8kLvqIRx76RSQt1lynZKfrXKs0/XeEk4zZycuA==
2481-
dependencies:
2482-
"@typescript-eslint/scope-manager" "5.57.1"
2483-
"@typescript-eslint/types" "5.57.1"
2484-
"@typescript-eslint/typescript-estree" "5.57.1"
2477+
"@typescript-eslint/parser@^5.59.0":
2478+
version "5.59.0"
2479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.0.tgz#0ad7cd019346cc5d150363f64869eca10ca9977c"
2480+
integrity sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==
2481+
dependencies:
2482+
"@typescript-eslint/scope-manager" "5.59.0"
2483+
"@typescript-eslint/types" "5.59.0"
2484+
"@typescript-eslint/typescript-estree" "5.59.0"
24852485
debug "^4.3.4"
24862486

24872487
"@typescript-eslint/[email protected]":
@@ -2492,13 +2492,13 @@
24922492
"@typescript-eslint/types" "5.57.0"
24932493
"@typescript-eslint/visitor-keys" "5.57.0"
24942494

2495-
"@typescript-eslint/scope-manager@5.57.1":
2496-
version "5.57.1"
2497-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.1.tgz#5d28799c0fc8b501a29ba1749d827800ef22d710"
2498-
integrity sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw==
2495+
"@typescript-eslint/scope-manager@5.59.0":
2496+
version "5.59.0"
2497+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz#86501d7a17885710b6716a23be2e93fc54a4fe8c"
2498+
integrity sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==
24992499
dependencies:
2500-
"@typescript-eslint/types" "5.57.1"
2501-
"@typescript-eslint/visitor-keys" "5.57.1"
2500+
"@typescript-eslint/types" "5.59.0"
2501+
"@typescript-eslint/visitor-keys" "5.59.0"
25022502

25032503
"@typescript-eslint/[email protected]":
25042504
version "5.57.0"
@@ -2515,10 +2515,10 @@
25152515
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
25162516
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
25172517

2518-
"@typescript-eslint/types@5.57.1":
2519-
version "5.57.1"
2520-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.1.tgz#d9989c7a9025897ea6f0550b7036027f69e8a603"
2521-
integrity sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==
2518+
"@typescript-eslint/types@5.59.0":
2519+
version "5.59.0"
2520+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.0.tgz#3fcdac7dbf923ec5251545acdd9f1d42d7c4fe32"
2521+
integrity sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==
25222522

25232523
"@typescript-eslint/[email protected]":
25242524
version "5.57.0"
@@ -2533,13 +2533,13 @@
25332533
semver "^7.3.7"
25342534
tsutils "^3.21.0"
25352535

2536-
"@typescript-eslint/typescript-estree@5.57.1":
2537-
version "5.57.1"
2538-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.1.tgz#10d9643e503afc1ca4f5553d9bbe672ea4050b71"
2539-
integrity sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw==
2536+
"@typescript-eslint/typescript-estree@5.59.0":
2537+
version "5.59.0"
2538+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz#8869156ee1dcfc5a95be3ed0e2809969ea28e965"
2539+
integrity sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==
25402540
dependencies:
2541-
"@typescript-eslint/types" "5.57.1"
2542-
"@typescript-eslint/visitor-keys" "5.57.1"
2541+
"@typescript-eslint/types" "5.59.0"
2542+
"@typescript-eslint/visitor-keys" "5.59.0"
25432543
debug "^4.3.4"
25442544
globby "^11.1.0"
25452545
is-glob "^4.0.3"
@@ -2568,12 +2568,12 @@
25682568
"@typescript-eslint/types" "5.57.0"
25692569
eslint-visitor-keys "^3.3.0"
25702570

2571-
"@typescript-eslint/visitor-keys@5.57.1":
2572-
version "5.57.1"
2573-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.1.tgz#585e5fa42a9bbcd9065f334fd7c8a4ddfa7d905e"
2574-
integrity sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA==
2571+
"@typescript-eslint/visitor-keys@5.59.0":
2572+
version "5.59.0"
2573+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz#a59913f2bf0baeb61b5cfcb6135d3926c3854365"
2574+
integrity sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==
25752575
dependencies:
2576-
"@typescript-eslint/types" "5.57.1"
2576+
"@typescript-eslint/types" "5.59.0"
25772577
eslint-visitor-keys "^3.3.0"
25782578

25792579

0 commit comments

Comments
 (0)