Skip to content

Commit 6f43851

Browse files
Bump form-data from 3.0.0 to 4.0.0
Bumps [form-data](https://github.com/form-data/form-data) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/form-data/form-data/releases) - [Commits](form-data/form-data@v3.0.0...v4.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 8ea9aaf commit 6f43851

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"eslint-plugin-prettier": "3.3.1",
9191
"eslint-plugin-simple-import-sort": "7.0.0",
9292
"express": "4.17.1",
93-
"form-data": "3.0.0",
93+
"form-data": "4.0.0",
9494
"glob": "7.1.6",
9595
"jest": "26.6.3",
9696
"jest-cli": "26.6.3",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2891,7 +2891,16 @@ forever-agent@~0.6.1:
28912891
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
28922892
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
28932893

2894-
form-data@3.0.0, form-data@^3.0.0:
2894+
form-data@4.0.0:
2895+
version "4.0.0"
2896+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
2897+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
2898+
dependencies:
2899+
asynckit "^0.4.0"
2900+
combined-stream "^1.0.8"
2901+
mime-types "^2.1.12"
2902+
2903+
form-data@^3.0.0:
28952904
version "3.0.0"
28962905
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz#31b7e39c85f1355b7139ee0c647cf0de7f83c682"
28972906
integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==

0 commit comments

Comments
 (0)