Skip to content

Commit 10d5e6c

Browse files
chore: Bump body-parser in /modules/webhook/lambdas/webhook (#1909)
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.2 to 1.20.0. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.19.2...1.20.0) --- updated-dependencies: - dependency-name: body-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 f3d0c4d commit 10d5e6c

File tree

2 files changed

+106
-2
lines changed

2 files changed

+106
-2
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@typescript-eslint/parser": "^4.33.0",
2727
"@vercel/ncc": "0.33.3",
2828
"aws-sdk": "^2.1111.0",
29-
"body-parser": "^1.19.0",
29+
"body-parser": "^1.20.0",
3030
"eslint": "^7.32.0",
3131
"eslint-plugin-prettier": "4.0.0",
3232
"express": "^4.17.3",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@ binary-extensions@^2.0.0:
19121912
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
19131913
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
19141914

1915-
[email protected], body-parser@^1.19.0:
1915+
19161916
version "1.19.2"
19171917
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.2.tgz#4714ccd9c157d44797b8b5607d72c0b89952f26e"
19181918
integrity sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==
@@ -1928,6 +1928,24 @@ [email protected], body-parser@^1.19.0:
19281928
raw-body "2.4.3"
19291929
type-is "~1.6.18"
19301930

1931+
body-parser@^1.20.0:
1932+
version "1.20.0"
1933+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.0.tgz#3de69bd89011c11573d7bfee6a64f11b6bd27cc5"
1934+
integrity sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==
1935+
dependencies:
1936+
bytes "3.1.2"
1937+
content-type "~1.0.4"
1938+
debug "2.6.9"
1939+
depd "2.0.0"
1940+
destroy "1.2.0"
1941+
http-errors "2.0.0"
1942+
iconv-lite "0.4.24"
1943+
on-finished "2.4.1"
1944+
qs "6.10.3"
1945+
raw-body "2.5.1"
1946+
type-is "~1.6.18"
1947+
unpipe "1.0.0"
1948+
19311949
bowser@^2.11.0:
19321950
version "2.11.0"
19331951
resolved "https://registry.yarnpkg.com/bowser/-/bowser-2.11.0.tgz#5ca3c35757a7aa5771500c70a73a9f91ef420a8f"
@@ -1997,6 +2015,14 @@ [email protected]:
19972015
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
19982016
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
19992017

2018+
call-bind@^1.0.0:
2019+
version "1.0.2"
2020+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
2021+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
2022+
dependencies:
2023+
function-bind "^1.1.1"
2024+
get-intrinsic "^1.0.2"
2025+
20002026
callsites@^3.0.0:
20012027
version "3.1.0"
20022028
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -2242,6 +2268,11 @@ delayed-stream@~1.0.0:
22422268
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
22432269
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
22442270

2271+
2272+
version "2.0.0"
2273+
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
2274+
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
2275+
22452276
depd@~1.1.2:
22462277
version "1.1.2"
22472278
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
@@ -2252,6 +2283,11 @@ deprecation@^2.0.0, deprecation@^2.3.1:
22522283
resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
22532284
integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==
22542285

2286+
2287+
version "1.2.0"
2288+
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
2289+
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
2290+
22552291
destroy@~1.0.4:
22562292
version "1.0.4"
22572293
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
@@ -2732,6 +2768,15 @@ get-caller-file@^2.0.5:
27322768
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
27332769
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
27342770

2771+
get-intrinsic@^1.0.2:
2772+
version "1.1.1"
2773+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
2774+
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
2775+
dependencies:
2776+
function-bind "^1.1.1"
2777+
has "^1.0.3"
2778+
has-symbols "^1.0.1"
2779+
27352780
get-package-type@^0.1.0:
27362781
version "0.1.0"
27372782
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
@@ -2822,6 +2867,11 @@ has-flag@^4.0.0:
28222867
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
28232868
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
28242869

2870+
has-symbols@^1.0.1:
2871+
version "1.0.3"
2872+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
2873+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
2874+
28252875
has@^1.0.3:
28262876
version "1.0.3"
28272877
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
@@ -2852,6 +2902,17 @@ [email protected]:
28522902
statuses ">= 1.5.0 < 2"
28532903
toidentifier "1.0.1"
28542904

2905+
2906+
version "2.0.0"
2907+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"
2908+
integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==
2909+
dependencies:
2910+
depd "2.0.0"
2911+
inherits "2.0.4"
2912+
setprototypeof "1.2.0"
2913+
statuses "2.0.1"
2914+
toidentifier "1.0.1"
2915+
28552916
http-proxy-agent@^4.0.1:
28562917
version "4.0.1"
28572918
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a"
@@ -3820,6 +3881,18 @@ nwsapi@^2.2.0:
38203881
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7"
38213882
integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==
38223883

3884+
object-inspect@^1.9.0:
3885+
version "1.12.0"
3886+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
3887+
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
3888+
3889+
3890+
version "2.4.1"
3891+
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
3892+
integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
3893+
dependencies:
3894+
ee-first "1.1.1"
3895+
38233896
on-finished@~2.3.0:
38243897
version "2.3.0"
38253898
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
@@ -4035,6 +4108,13 @@ punycode@^2.1.0, punycode@^2.1.1:
40354108
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
40364109
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
40374110

4111+
4112+
version "6.10.3"
4113+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e"
4114+
integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==
4115+
dependencies:
4116+
side-channel "^1.0.4"
4117+
40384118
40394119
version "6.9.7"
40404120
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe"
@@ -4065,6 +4145,16 @@ [email protected]:
40654145
iconv-lite "0.4.24"
40664146
unpipe "1.0.0"
40674147

4148+
4149+
version "2.5.1"
4150+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
4151+
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
4152+
dependencies:
4153+
bytes "3.1.2"
4154+
http-errors "2.0.0"
4155+
iconv-lite "0.4.24"
4156+
unpipe "1.0.0"
4157+
40684158
react-is@^17.0.1:
40694159
version "17.0.2"
40704160
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
@@ -4238,6 +4328,15 @@ shebang-regex@^3.0.0:
42384328
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
42394329
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
42404330

4331+
side-channel@^1.0.4:
4332+
version "1.0.4"
4333+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
4334+
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
4335+
dependencies:
4336+
call-bind "^1.0.0"
4337+
get-intrinsic "^1.0.2"
4338+
object-inspect "^1.9.0"
4339+
42414340
signal-exit@^3.0.2, signal-exit@^3.0.3:
42424341
version "3.0.5"
42434342
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.5.tgz#9e3e8cc0c75a99472b44321033a7702e7738252f"
@@ -4297,6 +4396,11 @@ stack-utils@^2.0.3:
42974396
dependencies:
42984397
escape-string-regexp "^2.0.0"
42994398

4399+
4400+
version "2.0.1"
4401+
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
4402+
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
4403+
43004404
"statuses@>= 1.5.0 < 2", statuses@~1.5.0:
43014405
version "1.5.0"
43024406
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"

0 commit comments

Comments
 (0)