Skip to content

Commit

Permalink
fix(cli): upgrade form-data to 4.0.1 (#5815)
Browse files Browse the repository at this point in the history
* Upgrade form-data to 4.0.1

* Undo changes to seed
  • Loading branch information
zachkirsch authored Jan 31, 2025
1 parent c812e6c commit 14cb3f4
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 18 deletions.
2 changes: 1 addition & 1 deletion generators/typescript/playground/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"preview": "pnpm compile && vite preview"
},
"dependencies": {
"form-data": "4.0.0",
"form-data": "4.0.1",
"js-base64": "^3.7.6",
"node-fetch": "2.7.0",
"qs": "6.12.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/qs": "6.9.15",
"@types/readable-stream": "^4.0.15",
"express": "^4.21.2",
"form-data": "4.0.0",
"form-data": "4.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"multer": "^1.4.5-lts.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/ete-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.8",
"@types/node-fetch": "2.6.9",
"form-data": "4.0.0",
"form-data": "4.0.1",
"jest-environment-jsdom": "^29.7.0",
"vitest": "^2.1.8"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"axios": "^1.7.7",
"chalk": "^5.3.0",
"decompress": "^4.2.1",
"form-data": "4.0.0",
"form-data": "4.0.1",
"image-size": "^1.1.1",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
Expand Down
38 changes: 24 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit 14cb3f4

Please sign in to comment.