Skip to content

Commit 9baac07

Browse files
authored
Ensure form-data >= 4.0.4 (RooCodeInc#6332)
1 parent 017622d commit 9baac07

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"tar-fs": ">=2.1.3",
5353
"esbuild": ">=0.25.0",
5454
"undici": ">=5.29.0",
55-
"brace-expansion": ">=2.0.2"
55+
"brace-expansion": ">=2.0.2",
56+
"form-data": ">=4.0.4"
5657
}
5758
}
5859
}

pnpm-lock.yaml

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)