Added new formdata pacakge

This commit is contained in:
2019-11-04 00:44:57 +01:00
parent 05b001de2e
commit 9e2a0101c9
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
"body-parser": "~1.18.2",
"cross-env": "~5.1.4",
"express": "~4.16.0",
"form-data": "^2.5.1",
"jsonwebtoken": "^8.0.1",
"km-moviedb": "^0.2.12",
"node-cache": "^4.1.1",

View File

@@ -2777,7 +2777,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.1:
form-data@^2.3.1, form-data@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4"
integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==