Skip to content

Commit

Permalink
Update dependency form-data to v3.0.2 (#4476)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 5ad5faf commit 2df16be
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 14 deletions.
16 changes: 13 additions & 3 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion apps/crn-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"debug": "4.3.5",
"express": "4.20.0",
"express-async-errors": "3.1.1",
"form-data": "3.0.1",
"form-data": "3.0.2",
"got": "11.8.6",
"graphql": "15.8.0",
"graphql-tag": "2.12.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/gp2-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"cors": "2.8.5",
"express": "4.20.0",
"express-async-errors": "3.1.1",
"form-data": "3.0.1",
"form-data": "3.0.2",
"graphql": "15.8.0",
"graphql-tag": "2.12.6",
"jsonwebtoken": "9.0.1",
Expand Down
29 changes: 20 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ __metadata:
esbuild: ^0.19.10
express: 4.20.0
express-async-errors: 3.1.1
form-data: 3.0.1
form-data: 3.0.2
got: 11.8.6
graphql: 15.8.0
graphql-tag: 2.12.6
Expand Down Expand Up @@ -1550,7 +1550,7 @@ __metadata:
esbuild: ^0.19.10
express: 4.20.0
express-async-errors: 3.1.1
form-data: 3.0.1
form-data: 3.0.2
graphql: 15.8.0
graphql-tag: 2.12.6
graphql-typescript-integration: 1.2.1
Expand Down Expand Up @@ -29702,14 +29702,14 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:3.0.1, form-data@npm:^3.0.1":
version: 3.0.1
resolution: "form-data@npm:3.0.1"
"form-data@npm:3.0.2":
version: 3.0.2
resolution: "form-data@npm:3.0.2"
dependencies:
asynckit: "npm:^0.4.0"
combined-stream: "npm:^1.0.8"
mime-types: "npm:^2.1.12"
checksum: b019e8d35c8afc14a2bd8a7a92fa4f525a4726b6d5a9740e8d2623c30e308fbb58dc8469f90415a856698933c8479b01646a9dff33c87cc4e76d72aedbbf860d
asynckit: ^0.4.0
combined-stream: ^1.0.8
mime-types: ^2.1.12
checksum: 25ffdeed693c8fc59b56082d15ad63f11688fabac2d14918fb339170020f66295e520a6659f3a698217f15c7924fbc593117ecd61d8391a146ea06d686793622
languageName: node
linkType: hard

Expand All @@ -29735,6 +29735,17 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^3.0.1":
version: 3.0.1
resolution: "form-data@npm:3.0.1"
dependencies:
asynckit: "npm:^0.4.0"
combined-stream: "npm:^1.0.8"
mime-types: "npm:^2.1.12"
checksum: b019e8d35c8afc14a2bd8a7a92fa4f525a4726b6d5a9740e8d2623c30e308fbb58dc8469f90415a856698933c8479b01646a9dff33c87cc4e76d72aedbbf860d
languageName: node
linkType: hard

"form-data@npm:^4.0.0":
version: 4.0.0
resolution: "form-data@npm:4.0.0"
Expand Down

0 comments on commit 2df16be

Please sign in to comment.