Skip to content

Commit 72c4229

Browse files
Merge pull request #578 from ferdikoomen/dependabot/npm_and_yarn/form-data-4.0.0
2 parents 5d2267c + 6f43851 commit 72c4229

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
@@ -2899,7 +2899,16 @@ forever-agent@~0.6.1:
28992899
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
29002900
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
29012901

2902-
form-data@3.0.0, form-data@^3.0.0:
2902+
form-data@4.0.0:
2903+
version "4.0.0"
2904+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
2905+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
2906+
dependencies:
2907+
asynckit "^0.4.0"
2908+
combined-stream "^1.0.8"
2909+
mime-types "^2.1.12"
2910+
2911+
form-data@^3.0.0:
29032912
version "3.0.0"
29042913
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz#31b7e39c85f1355b7139ee0c647cf0de7f83c682"
29052914
integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==

0 commit comments

Comments
 (0)