mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #27519 from overleaf/bg-upgrade-form-data-in-monorepo
security update for form-data GitOrigin-RevId: f25f74b9ca51e978c0a1d0aba70ec7f09d8b1c66
This commit is contained in:
15
package.json
15
package.json
@@ -35,7 +35,20 @@
|
||||
"multer": "2.0.2"
|
||||
},
|
||||
"request@2.88.2": {
|
||||
"tough-cookie": "5.1.2"
|
||||
"tough-cookie": "5.1.2",
|
||||
"form-data": "2.5.5"
|
||||
},
|
||||
"superagent@7.1.6": {
|
||||
"form-data": "4.0.4"
|
||||
},
|
||||
"superagent@3.8.3": {
|
||||
"form-data": "2.5.5"
|
||||
},
|
||||
"retry-request@7.0.2": {
|
||||
"form-data": "2.5.5"
|
||||
},
|
||||
"@types/request@2.48.12": {
|
||||
"form-data": "2.5.5"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user