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

Commit 8996544

Browse files
chore: Bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.0 in /modules/webhook/lambdas/webhook (#2829)
chore: Bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.47.1 to 5.48.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.48.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 686624a commit 8996544

File tree

2 files changed

+61
-41
lines changed

2 files changed

+61
-41
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.15",
2424
"@types/jest": "^29.2.4",
2525
"@types/node": "^18.11.18",
26-
"@typescript-eslint/eslint-plugin": "^5.47.1",
26+
"@typescript-eslint/eslint-plugin": "^5.48.0",
2727
"@typescript-eslint/parser": "^5.47.1",
2828
"@vercel/ncc": "0.36.0",
2929
"body-parser": "^1.20.0",

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

+60-40
Original file line numberDiff line numberDiff line change
@@ -1817,14 +1817,14 @@
18171817
dependencies:
18181818
"@types/yargs-parser" "*"
18191819

1820-
"@typescript-eslint/eslint-plugin@^5.47.1":
1821-
version "5.47.1"
1822-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.47.1.tgz#50cc5085578a7fa22cd46a0806c2e5eae858af02"
1823-
integrity sha512-r4RZ2Jl9kcQN7K/dcOT+J7NAimbiis4sSM9spvWimsBvDegMhKLA5vri2jG19PmIPbDjPeWzfUPQ2hjEzA4Nmg==
1824-
dependencies:
1825-
"@typescript-eslint/scope-manager" "5.47.1"
1826-
"@typescript-eslint/type-utils" "5.47.1"
1827-
"@typescript-eslint/utils" "5.47.1"
1820+
"@typescript-eslint/eslint-plugin@^5.48.0":
1821+
version "5.48.0"
1822+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.0.tgz#54f8368d080eb384a455f60c2ee044e948a8ce67"
1823+
integrity sha512-SVLafp0NXpoJY7ut6VFVUU9I+YeFsDzeQwtK0WZ+xbRN3mtxJ08je+6Oi2N89qDn087COdO0u3blKZNv9VetRQ==
1824+
dependencies:
1825+
"@typescript-eslint/scope-manager" "5.48.0"
1826+
"@typescript-eslint/type-utils" "5.48.0"
1827+
"@typescript-eslint/utils" "5.48.0"
18281828
debug "^4.3.4"
18291829
ignore "^5.2.0"
18301830
natural-compare-lite "^1.4.0"
@@ -1850,13 +1850,21 @@
18501850
"@typescript-eslint/types" "5.47.1"
18511851
"@typescript-eslint/visitor-keys" "5.47.1"
18521852

1853-
"@typescript-eslint/type-utils@5.47.1":
1854-
version "5.47.1"
1855-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.47.1.tgz#aee13314f840ab336c1adb49a300856fd16d04ce"
1856-
integrity sha512-/UKOeo8ee80A7/GJA427oIrBi/Gd4osk/3auBUg4Rn9EahFpevVV1mUK8hjyQD5lHPqX397x6CwOk5WGh1E/1w==
1853+
"@typescript-eslint/scope-manager@5.48.0":
1854+
version "5.48.0"
1855+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.0.tgz#607731cb0957fbc52fd754fd79507d1b6659cecf"
1856+
integrity sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==
18571857
dependencies:
1858-
"@typescript-eslint/typescript-estree" "5.47.1"
1859-
"@typescript-eslint/utils" "5.47.1"
1858+
"@typescript-eslint/types" "5.48.0"
1859+
"@typescript-eslint/visitor-keys" "5.48.0"
1860+
1861+
"@typescript-eslint/[email protected]":
1862+
version "5.48.0"
1863+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.0.tgz#40496dccfdc2daa14a565f8be80ad1ae3882d6d6"
1864+
integrity sha512-vbtPO5sJyFjtHkGlGK4Sthmta0Bbls4Onv0bEqOGm7hP9h8UpRsHJwsrCiWtCUndTRNQO/qe6Ijz9rnT/DB+7g==
1865+
dependencies:
1866+
"@typescript-eslint/typescript-estree" "5.48.0"
1867+
"@typescript-eslint/utils" "5.48.0"
18601868
debug "^4.3.4"
18611869
tsutils "^3.21.0"
18621870

@@ -1865,6 +1873,11 @@
18651873
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.47.1.tgz#459f07428aec5a8c4113706293c2ae876741ac8e"
18661874
integrity sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==
18671875

1876+
"@typescript-eslint/[email protected]":
1877+
version "5.48.0"
1878+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.0.tgz#d725da8dfcff320aab2ac6f65c97b0df30058449"
1879+
integrity sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==
1880+
18681881
"@typescript-eslint/[email protected]":
18691882
version "5.47.1"
18701883
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.1.tgz#b9d8441308aca53df7f69b2c67a887b82c9ed418"
@@ -1878,16 +1891,29 @@
18781891
semver "^7.3.7"
18791892
tsutils "^3.21.0"
18801893

1881-
"@typescript-eslint/[email protected]":
1882-
version "5.47.1"
1883-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.47.1.tgz#595f25ac06e9ee28c339fd43c709402820b13d7b"
1884-
integrity sha512-l90SdwqfmkuIVaREZ2ykEfCezepCLxzWMo5gVfcJsJCaT4jHT+QjgSkYhs5BMQmWqE9k3AtIfk4g211z/sTMVw==
1894+
"@typescript-eslint/[email protected]":
1895+
version "5.48.0"
1896+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.0.tgz#a7f04bccb001003405bb5452d43953a382c2fac2"
1897+
integrity sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==
1898+
dependencies:
1899+
"@typescript-eslint/types" "5.48.0"
1900+
"@typescript-eslint/visitor-keys" "5.48.0"
1901+
debug "^4.3.4"
1902+
globby "^11.1.0"
1903+
is-glob "^4.0.3"
1904+
semver "^7.3.7"
1905+
tsutils "^3.21.0"
1906+
1907+
"@typescript-eslint/[email protected]":
1908+
version "5.48.0"
1909+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.0.tgz#eee926af2733f7156ad8d15e51791e42ce300273"
1910+
integrity sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ==
18851911
dependencies:
18861912
"@types/json-schema" "^7.0.9"
18871913
"@types/semver" "^7.3.12"
1888-
"@typescript-eslint/scope-manager" "5.47.1"
1889-
"@typescript-eslint/types" "5.47.1"
1890-
"@typescript-eslint/typescript-estree" "5.47.1"
1914+
"@typescript-eslint/scope-manager" "5.48.0"
1915+
"@typescript-eslint/types" "5.48.0"
1916+
"@typescript-eslint/typescript-estree" "5.48.0"
18911917
eslint-scope "^5.1.1"
18921918
eslint-utils "^3.0.0"
18931919
semver "^7.3.7"
@@ -1900,6 +1926,14 @@
19001926
"@typescript-eslint/types" "5.47.1"
19011927
eslint-visitor-keys "^3.3.0"
19021928

1929+
"@typescript-eslint/[email protected]":
1930+
version "5.48.0"
1931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.0.tgz#4446d5e7f6cadde7140390c0e284c8702d944904"
1932+
integrity sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==
1933+
dependencies:
1934+
"@typescript-eslint/types" "5.48.0"
1935+
eslint-visitor-keys "^3.3.0"
1936+
19031937
19041938
version "0.36.0"
19051939
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.0.tgz#1f262b86fc4f0770bbc0fc1d331d5aaa1bd47334"
@@ -2395,14 +2429,7 @@ [email protected]:
23952429
dependencies:
23962430
ms "2.0.0"
23972431

2398-
debug@^4.1.0, debug@^4.1.1:
2399-
version "4.3.2"
2400-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
2401-
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
2402-
dependencies:
2403-
ms "2.1.2"
2404-
2405-
debug@^4.3.2, debug@^4.3.4:
2432+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
24062433
version "4.3.4"
24072434
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
24082435
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -4224,10 +4251,10 @@ sax@>=0.6.0:
42244251
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
42254252
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
42264253

4227-
[email protected], semver@^7.3.5:
4228-
version "7.3.5"
4229-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
4230-
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
4254+
[email protected], semver@^7.3.5, semver@^7.3.7:
4255+
version "7.3.8"
4256+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
4257+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
42314258
dependencies:
42324259
lru-cache "^6.0.0"
42334260

@@ -4236,13 +4263,6 @@ semver@^6.0.0, semver@^6.3.0:
42364263
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
42374264
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
42384265

4239-
semver@^7.3.7:
4240-
version "7.3.8"
4241-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
4242-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
4243-
dependencies:
4244-
lru-cache "^6.0.0"
4245-
42464266
42474267
version "0.18.0"
42484268
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"

0 commit comments

Comments
 (0)