mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency form-data to v4.0.1
This commit is contained in:
parent
2036747bef
commit
fb85724f81
3 changed files with 6 additions and 6 deletions
|
@ -241,7 +241,7 @@
|
|||
"detect-newline": "3.1.0",
|
||||
"expect": "29.3.1",
|
||||
"find-root": "1.1.0",
|
||||
"form-data": "4.0.0",
|
||||
"form-data": "4.0.1",
|
||||
"inquirer": "8.2.6",
|
||||
"jwks-rsa": "3.1.0",
|
||||
"mocha": "10.2.0",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"@tryghost/debug": "0.1.32",
|
||||
"@tryghost/logging": "2.4.18",
|
||||
"@tryghost/metrics": "1.0.34",
|
||||
"form-data": "4.0.0",
|
||||
"form-data": "4.0.1",
|
||||
"lodash": "4.17.21",
|
||||
"mailgun.js": "10.2.3"
|
||||
}
|
||||
|
|
|
@ -17783,10 +17783,10 @@ form-data-encoder@^2.1.2:
|
|||
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
|
||||
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
|
||||
|
||||
form-data@4.0.0, form-data@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
|
||||
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
|
||||
form-data@4.0.1, form-data@^4.0.0:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48"
|
||||
integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
|
||||
dependencies:
|
||||
asynckit "^0.4.0"
|
||||
combined-stream "^1.0.8"
|
||||
|
|
Loading…
Add table
Reference in a new issue