Skip to content

Commit

Permalink
chore(deps): bump body-parser from 1.20.2 to 1.20.3 (#3027)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent db2f723 commit 5022855
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 4 deletions.
2 changes: 1 addition & 1 deletion companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@napi-rs/canvas": "^0.1.55",
"@sentry/node": "^8.28.0",
"archiver": "^7.0.1",
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"bufferutil": "^4.0.8",
"colord": "^2.9.3",
"commander": "^12.1.0",
Expand Down
47 changes: 44 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6043,7 +6043,7 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"body-parser@npm:1.20.2, body-parser@npm:^1.20.2":
"body-parser@npm:1.20.2":
version: 1.20.2
resolution: "body-parser@npm:1.20.2"
dependencies:
Expand All @@ -6063,6 +6063,26 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"body-parser@npm:^1.20.3":
version: 1.20.3
resolution: "body-parser@npm:1.20.3"
dependencies:
bytes: "npm:3.1.2"
content-type: "npm:~1.0.5"
debug: "npm:2.6.9"
depd: "npm:2.0.0"
destroy: "npm:1.2.0"
http-errors: "npm:2.0.0"
iconv-lite: "npm:0.4.24"
on-finished: "npm:2.4.1"
qs: "npm:6.13.0"
raw-body: "npm:2.5.2"
type-is: "npm:~1.6.18"
unpipe: "npm:1.0.0"
checksum: 10c0/0a9a93b7518f222885498dcecaad528cf010dd109b071bf471c93def4bfe30958b83e03496eb9c1ad4896db543d999bb62be1a3087294162a88cfa1b42c16310
languageName: node
linkType: hard

"boolean@npm:^3.0.1":
version: 3.2.0
resolution: "boolean@npm:3.2.0"
Expand Down Expand Up @@ -6320,7 +6340,7 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"call-bind@npm:^1.0.6":
"call-bind@npm:^1.0.6, call-bind@npm:^1.0.7":
version: 1.0.7
resolution: "call-bind@npm:1.0.7"
dependencies:
Expand Down Expand Up @@ -6771,7 +6791,7 @@ asn1@evs-broadcast/node-asn1:
"@types/uuid": "npm:^10.0.0"
"@types/ws": "npm:^8.5.12"
archiver: "npm:^7.0.1"
body-parser: "npm:^1.20.2"
body-parser: "npm:^1.20.3"
bufferutil: "npm:^4.0.8"
colord: "npm:^2.9.3"
commander: "npm:^12.1.0"
Expand Down Expand Up @@ -12596,6 +12616,15 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"qs@npm:6.13.0":
version: 6.13.0
resolution: "qs@npm:6.13.0"
dependencies:
side-channel: "npm:^1.0.6"
checksum: 10c0/62372cdeec24dc83a9fb240b7533c0fdcf0c5f7e0b83343edd7310f0ab4c8205a5e7c56406531f2e47e1b4878a3821d652be4192c841de5b032ca83619d8f860
languageName: node
linkType: hard

"qs@npm:^6.11.0":
version: 6.11.2
resolution: "qs@npm:6.11.2"
Expand Down Expand Up @@ -13821,6 +13850,18 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"side-channel@npm:^1.0.6":
version: 1.0.6
resolution: "side-channel@npm:1.0.6"
dependencies:
call-bind: "npm:^1.0.7"
es-errors: "npm:^1.3.0"
get-intrinsic: "npm:^1.2.4"
object-inspect: "npm:^1.13.1"
checksum: 10c0/d2afd163dc733cc0a39aa6f7e39bf0c436293510dbccbff446733daeaf295857dbccf94297092ec8c53e2503acac30f0b78830876f0485991d62a90e9cad305f
languageName: node
linkType: hard

"signal-exit@npm:^3.0.3, signal-exit@npm:^3.0.7":
version: 3.0.7
resolution: "signal-exit@npm:3.0.7"
Expand Down

0 comments on commit 5022855

Please sign in to comment.