Skip to content

Bump formdata-node from 4.4.1 to 6.0.3 in /server/node-service #1485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/node-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"express": "^4.21.0",
"express-async-errors": "^3.1.1",
"firebase-admin": "^12.6.0",
"formdata-node": "4",
"formdata-node": "6",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"jsonpath": "^1.1.1",
Expand Down
22 changes: 6 additions & 16 deletions server/node-service/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6747,13 +6747,10 @@ __metadata:
languageName: node
linkType: hard

"formdata-node@npm:4":
version: 4.4.1
resolution: "formdata-node@npm:4.4.1"
dependencies:
node-domexception: 1.0.0
web-streams-polyfill: 4.0.0-beta.3
checksum: d91d4f667cfed74827fc281594102c0dabddd03c9f8b426fc97123eedbf73f5060ee43205d89284d6854e2fc5827e030cd352ef68b93beda8decc2d72128c576
"formdata-node@npm:6":
version: 6.0.3
resolution: "formdata-node@npm:6.0.3"
checksum: 0c404dad51aac1e570bef1c20b702da9f4facac9db889398d333ca92a7ae4ab8c005ad249e2df184870fe388aedfe28fc81e8a0aabda7295a19316c1fbaf7407
languageName: node
linkType: hard

Expand Down Expand Up @@ -8537,7 +8534,7 @@ __metadata:
express: ^4.21.0
express-async-errors: ^3.1.1
firebase-admin: ^12.6.0
formdata-node: 4
formdata-node: 6
graphql: ^16.9.0
graphql-request: ^6.1.0
jest: ^29.3.1
Expand Down Expand Up @@ -9150,7 +9147,7 @@ __metadata:
languageName: node
linkType: hard

"node-domexception@npm:1.0.0, node-domexception@npm:^1.0.0":
"node-domexception@npm:^1.0.0":
version: 1.0.0
resolution: "node-domexception@npm:1.0.0"
checksum: ee1d37dd2a4eb26a8a92cd6b64dfc29caec72bff5e1ed9aba80c294f57a31ba4895a60fd48347cf17dd6e766da0ae87d75657dfd1f384ebfa60462c2283f5c7f
Expand Down Expand Up @@ -11400,13 +11397,6 @@ __metadata:
languageName: node
linkType: hard

"web-streams-polyfill@npm:4.0.0-beta.3":
version: 4.0.0-beta.3
resolution: "web-streams-polyfill@npm:4.0.0-beta.3"
checksum: dfec1fbf52b9140e4183a941e380487b6c3d5d3838dd1259be81506c1c9f2abfcf5aeb670aeeecfd9dff4271a6d8fef931b193c7bedfb42542a3b05ff36c0d16
languageName: node
linkType: hard

"web-streams-polyfill@npm:^3.0.3":
version: 3.3.3
resolution: "web-streams-polyfill@npm:3.3.3"
Expand Down
Loading