File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 90
90
"eslint-plugin-prettier" : " 3.3.1" ,
91
91
"eslint-plugin-simple-import-sort" : " 7.0.0" ,
92
92
"express" : " 4.17.1" ,
93
- "form-data" : " 3 .0.0" ,
93
+ "form-data" : " 4 .0.0" ,
94
94
"glob" : " 7.1.6" ,
95
95
"jest" : " 26.6.3" ,
96
96
"jest-cli" : " 26.6.3" ,
Original file line number Diff line number Diff line change @@ -2891,7 +2891,16 @@ forever-agent@~0.6.1:
2891
2891
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
2892
2892
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
2893
2893
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 :
2895
2904
version "3.0.0"
2896
2905
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz#31b7e39c85f1355b7139ee0c647cf0de7f83c682"
2897
2906
integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==
You can’t perform that action at this time.
0 commit comments