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

Commit e1cd274

Browse files
chore(webhook): Bump @typescript-eslint/parser from 5.48.0 to 5.48.1 in /modules/webhook/lambdas/webhook (#2873)
chore(webhook): Bump @typescript-eslint/parser Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.0 to 5.48.1. - [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.48.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8c027d commit e1cd274

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
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.2.4",
2525
"@types/node": "^18.11.18",
2626
"@typescript-eslint/eslint-plugin": "^5.48.0",
27-
"@typescript-eslint/parser": "^5.48.0",
27+
"@typescript-eslint/parser": "^5.48.1",
2828
"@vercel/ncc": "0.36.0",
2929
"body-parser": "^1.20.0",
3030
"eslint": "^8.31.0",

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

+42-8
Original file line numberDiff line numberDiff line change
@@ -1827,14 +1827,14 @@
18271827
semver "^7.3.7"
18281828
tsutils "^3.21.0"
18291829

1830-
"@typescript-eslint/parser@^5.48.0":
1831-
version "5.48.0"
1832-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.0.tgz#02803355b23884a83e543755349809a50b7ed9ba"
1833-
integrity sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==
1834-
dependencies:
1835-
"@typescript-eslint/scope-manager" "5.48.0"
1836-
"@typescript-eslint/types" "5.48.0"
1837-
"@typescript-eslint/typescript-estree" "5.48.0"
1830+
"@typescript-eslint/parser@^5.48.1":
1831+
version "5.48.1"
1832+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.1.tgz#d0125792dab7e232035434ab8ef0658154db2f10"
1833+
integrity sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==
1834+
dependencies:
1835+
"@typescript-eslint/scope-manager" "5.48.1"
1836+
"@typescript-eslint/types" "5.48.1"
1837+
"@typescript-eslint/typescript-estree" "5.48.1"
18381838
debug "^4.3.4"
18391839

18401840
"@typescript-eslint/[email protected]":
@@ -1845,6 +1845,14 @@
18451845
"@typescript-eslint/types" "5.48.0"
18461846
"@typescript-eslint/visitor-keys" "5.48.0"
18471847

1848+
"@typescript-eslint/[email protected]":
1849+
version "5.48.1"
1850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz#39c71e4de639f5fe08b988005beaaf6d79f9d64d"
1851+
integrity sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==
1852+
dependencies:
1853+
"@typescript-eslint/types" "5.48.1"
1854+
"@typescript-eslint/visitor-keys" "5.48.1"
1855+
18481856
"@typescript-eslint/[email protected]":
18491857
version "5.48.0"
18501858
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.0.tgz#40496dccfdc2daa14a565f8be80ad1ae3882d6d6"
@@ -1860,6 +1868,11 @@
18601868
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.0.tgz#d725da8dfcff320aab2ac6f65c97b0df30058449"
18611869
integrity sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==
18621870

1871+
"@typescript-eslint/[email protected]":
1872+
version "5.48.1"
1873+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.1.tgz#efd1913a9aaf67caf8a6e6779fd53e14e8587e14"
1874+
integrity sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==
1875+
18631876
"@typescript-eslint/[email protected]":
18641877
version "5.48.0"
18651878
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.0.tgz#a7f04bccb001003405bb5452d43953a382c2fac2"
@@ -1873,6 +1886,19 @@
18731886
semver "^7.3.7"
18741887
tsutils "^3.21.0"
18751888

1889+
"@typescript-eslint/[email protected]":
1890+
version "5.48.1"
1891+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz#9efa8ee2aa471c6ab62e649f6e64d8d121bc2056"
1892+
integrity sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==
1893+
dependencies:
1894+
"@typescript-eslint/types" "5.48.1"
1895+
"@typescript-eslint/visitor-keys" "5.48.1"
1896+
debug "^4.3.4"
1897+
globby "^11.1.0"
1898+
is-glob "^4.0.3"
1899+
semver "^7.3.7"
1900+
tsutils "^3.21.0"
1901+
18761902
"@typescript-eslint/[email protected]":
18771903
version "5.48.0"
18781904
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.0.tgz#eee926af2733f7156ad8d15e51791e42ce300273"
@@ -1895,6 +1921,14 @@
18951921
"@typescript-eslint/types" "5.48.0"
18961922
eslint-visitor-keys "^3.3.0"
18971923

1924+
"@typescript-eslint/[email protected]":
1925+
version "5.48.1"
1926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz#79fd4fb9996023ef86849bf6f904f33eb6c8fccb"
1927+
integrity sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==
1928+
dependencies:
1929+
"@typescript-eslint/types" "5.48.1"
1930+
eslint-visitor-keys "^3.3.0"
1931+
18981932
18991933
version "0.36.0"
19001934
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.0.tgz#1f262b86fc4f0770bbc0fc1d331d5aaa1bd47334"

0 commit comments

Comments
 (0)