chore: update dependency form-data to v2.3.3 (#1972)
This commit is contained in:
parent
5dee2a00a1
commit
b3fa77b8c7
|
|
@ -55,7 +55,7 @@
|
|||
"co-redis": "2.1.1",
|
||||
"currency-symbol-map": "4.0.4",
|
||||
"dayjs": "1.8.12",
|
||||
"form-data": "2.3.2",
|
||||
"form-data": "2.3.3",
|
||||
"git-rev-sync": "1.12.0",
|
||||
"googleapis": "39.2.0",
|
||||
"he": "1.2.0",
|
||||
|
|
|
|||
18
yarn.lock
18
yarn.lock
|
|
@ -2600,13 +2600,6 @@ colorspace@1.1.x:
|
|||
color "3.0.x"
|
||||
text-hex "1.0.x"
|
||||
|
||||
combined-stream@1.0.6:
|
||||
version "1.0.6"
|
||||
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.6.tgz#723e7df6e801ac5613113a7e445a9b69cb632818"
|
||||
integrity sha1-cj599ugBrFYTETp+RFqbactjKBg=
|
||||
dependencies:
|
||||
delayed-stream "~1.0.0"
|
||||
|
||||
combined-stream@^1.0.6, combined-stream@~1.0.6:
|
||||
version "1.0.7"
|
||||
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828"
|
||||
|
|
@ -4356,16 +4349,7 @@ forever-agent@~0.6.1:
|
|||
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
|
||||
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
|
||||
|
||||
form-data@2.3.2:
|
||||
version "2.3.2"
|
||||
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.2.tgz#4970498be604c20c005d4f5c23aecd21d6b49099"
|
||||
integrity sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=
|
||||
dependencies:
|
||||
asynckit "^0.4.0"
|
||||
combined-stream "1.0.6"
|
||||
mime-types "^2.1.12"
|
||||
|
||||
form-data@^2.3.1, form-data@~2.3.2:
|
||||
form-data@2.3.3, form-data@^2.3.1, form-data@~2.3.2:
|
||||
version "2.3.3"
|
||||
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
|
||||
integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
|
||||
|
|
|
|||
Loading…
Reference in New Issue