Skip to content

Commit c59d300

Browse files
chore(webhook): bump body-parser from 1.20.1 to 1.20.2 in /modules/webhook/lambdas/webhook (#3031)
chore(webhook): bump body-parser in /modules/webhook/lambdas/webhook Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.1 to 1.20.2. - [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.20.1...1.20.2) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c50a04 commit c59d300

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
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/eslint-plugin": "^5.54.0",
2727
"@typescript-eslint/parser": "^5.48.1",
2828
"@vercel/ncc": "0.36.1",
29-
"body-parser": "^1.20.0",
29+
"body-parser": "^1.20.2",
3030
"eslint": "^8.33.0",
3131
"eslint-plugin-prettier": "4.2.1",
3232
"express": "^4.18.2",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,7 +2379,7 @@ binary-extensions@^2.0.0:
23792379
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
23802380
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
23812381

2382-
[email protected], body-parser@^1.20.0:
2382+
23832383
version "1.20.1"
23842384
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
23852385
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
@@ -2397,6 +2397,24 @@ [email protected], body-parser@^1.20.0:
23972397
type-is "~1.6.18"
23982398
unpipe "1.0.0"
23992399

2400+
body-parser@^1.20.2:
2401+
version "1.20.2"
2402+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
2403+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
2404+
dependencies:
2405+
bytes "3.1.2"
2406+
content-type "~1.0.5"
2407+
debug "2.6.9"
2408+
depd "2.0.0"
2409+
destroy "1.2.0"
2410+
http-errors "2.0.0"
2411+
iconv-lite "0.4.24"
2412+
on-finished "2.4.1"
2413+
qs "6.11.0"
2414+
raw-body "2.5.2"
2415+
type-is "~1.6.18"
2416+
unpipe "1.0.0"
2417+
24002418
bowser@^2.11.0:
24012419
version "2.11.0"
24022420
resolved "https://registry.yarnpkg.com/bowser/-/bowser-2.11.0.tgz#5ca3c35757a7aa5771500c70a73a9f91ef420a8f"
@@ -2600,10 +2618,10 @@ [email protected]:
26002618
dependencies:
26012619
safe-buffer "5.2.1"
26022620

2603-
content-type@~1.0.4:
2604-
version "1.0.4"
2605-
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
2606-
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
2621+
content-type@~1.0.4, content-type@~1.0.5:
2622+
version "1.0.5"
2623+
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
2624+
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
26072625

26082626
convert-source-map@^1.6.0, convert-source-map@^1.7.0:
26092627
version "1.9.0"
@@ -4384,6 +4402,16 @@ [email protected]:
43844402
iconv-lite "0.4.24"
43854403
unpipe "1.0.0"
43864404

4405+
4406+
version "2.5.2"
4407+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
4408+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
4409+
dependencies:
4410+
bytes "3.1.2"
4411+
http-errors "2.0.0"
4412+
iconv-lite "0.4.24"
4413+
unpipe "1.0.0"
4414+
43874415
react-is@^18.0.0:
43884416
version "18.2.0"
43894417
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"

0 commit comments

Comments
 (0)