Skip to content

Commit 9141c73

Browse files
Update dependency multer to v2
1 parent 91dd268 commit 9141c73

File tree

2 files changed

+17
-47
lines changed

2 files changed

+17
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"fs-extra": "^11.1.1",
6161
"glob": "^8.1.0",
6262
"lodash": "^4.17.21",
63-
"multer": "^1.4.4",
63+
"multer": "^2.0.0",
6464
"pluralize": "^8.0.0",
6565
"require-dir": "^1.2.0",
6666
"semver": "^7.5.4",

yarn.lock

Lines changed: 16 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,13 +1648,12 @@ bunyan@^1.8.15:
16481648
mv "~2"
16491649
safe-json-stringify "~1"
16501650

1651-
busboy@^0.2.11:
1652-
version "0.2.14"
1653-
resolved "https://registry.yarnpkg.com/busboy/-/busboy-0.2.14.tgz#6c2a622efcf47c57bbbe1e2a9c37ad36c7925453"
1654-
integrity sha512-InWFDomvlkEj+xWLBfU3AvnbVYqeTWmQopiW0tWWEy5yehYm2YkGEc59sUmw/4ty5Zj/b0WHGs1LgecuBSBGrg==
1651+
busboy@^1.0.0:
1652+
version "1.6.0"
1653+
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
1654+
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
16551655
dependencies:
1656-
dicer "0.2.5"
1657-
readable-stream "1.1.x"
1656+
streamsearch "^1.1.0"
16581657

16591658
bytes@3.1.2:
16601659
version "3.1.2"
@@ -2092,14 +2091,6 @@ destroy@1.2.0:
20922091
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
20932092
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
20942093

2095-
dicer@0.2.5:
2096-
version "0.2.5"
2097-
resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.2.5.tgz#5996c086bb33218c812c090bddc09cd12facb70f"
2098-
integrity sha512-FDvbtnq7dzlPz0wyYlOExifDEZcu8h+rErEXgfxqmLfRfC/kJidEFh4+effJRO3P0xmfqyPbSMG0LveNRfTKVg==
2099-
dependencies:
2100-
readable-stream "1.1.x"
2101-
streamsearch "0.1.2"
2102-
21032094
diff@^7.0.0:
21042095
version "7.0.0"
21052096
resolved "https://registry.yarnpkg.com/diff/-/diff-7.0.0.tgz#3fb34d387cd76d803f6eebea67b921dab0182a9a"
@@ -3214,7 +3205,7 @@ inflight@^1.0.4:
32143205
once "^1.3.0"
32153206
wrappy "1"
32163207

3217-
inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
3208+
inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3:
32183209
version "2.0.4"
32193210
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
32203211
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -3349,11 +3340,6 @@ is-yarn-global@^0.3.0:
33493340
resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232"
33503341
integrity sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==
33513342

3352-
isarray@0.0.1:
3353-
version "0.0.1"
3354-
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
3355-
integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==
3356-
33573343
isarray@~1.0.0:
33583344
version "1.0.0"
33593345
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -3830,17 +3816,16 @@ ms@2.1.3, ms@^2.1.1, ms@^2.1.3:
38303816
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
38313817
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
38323818

3833-
multer@^1.4.4:
3834-
version "1.4.4"
3835-
resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.4.tgz#e2bc6cac0df57a8832b858d7418ccaa8ebaf7d8c"
3836-
integrity sha512-2wY2+xD4udX612aMqMcB8Ws2Voq6NIUPEtD1be6m411T4uDH/VtL9i//xvcyFlTVfRdaBsk7hV5tgrGQqhuBiw==
3819+
multer@^2.0.0:
3820+
version "2.0.0"
3821+
resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.0.tgz#47076aa0f7c2c2fd273715e767c6962bf7f94326"
3822+
integrity sha512-bS8rPZurbAuHGAnApbM9d4h1wSoYqrOqkE+6a64KLMK9yWU7gJXBDDVklKQ3TPi9DRb85cRs6yXaC0+cjxRtRg==
38373823
dependencies:
38383824
append-field "^1.0.0"
3839-
busboy "^0.2.11"
3825+
busboy "^1.0.0"
38403826
concat-stream "^1.5.2"
38413827
mkdirp "^0.5.4"
38423828
object-assign "^4.1.1"
3843-
on-finished "^2.3.0"
38443829
type-is "^1.6.4"
38453830
xtend "^4.0.0"
38463831

@@ -3989,7 +3974,7 @@ object-inspect@^1.13.3:
39893974
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
39903975
integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==
39913976

3992-
on-finished@2.4.1, on-finished@^2.3.0:
3977+
on-finished@2.4.1:
39933978
version "2.4.1"
39943979
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
39953980
integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
@@ -4285,16 +4270,6 @@ rc@1.2.8, rc@^1.2.8:
42854270
minimist "^1.2.0"
42864271
strip-json-comments "~2.0.1"
42874272

4288-
readable-stream@1.1.x:
4289-
version "1.1.14"
4290-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9"
4291-
integrity sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==
4292-
dependencies:
4293-
core-util-is "~1.0.0"
4294-
inherits "~2.0.1"
4295-
isarray "0.0.1"
4296-
string_decoder "~0.10.x"
4297-
42984273
readable-stream@^2.0.0, readable-stream@^2.0.5, readable-stream@^2.2.2:
42994274
version "2.3.8"
43004275
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b"
@@ -4777,10 +4752,10 @@ statuses@2.0.1:
47774752
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
47784753
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
47794754

4780-
streamsearch@0.1.2:
4781-
version "0.1.2"
4782-
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a"
4783-
integrity sha512-jos8u++JKm0ARcSUTAZXOVC0mSox7Bhn6sBgty73P1f3JGf7yG2clTbBNHUdde/kdvP2FESam+vM6l8jBrNxHA==
4755+
streamsearch@^1.1.0:
4756+
version "1.1.0"
4757+
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
4758+
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
47844759

47854760
"string-width-cjs@npm:string-width@^4.2.0":
47864761
version "4.2.3"
@@ -4825,11 +4800,6 @@ string_decoder@^1.1.1:
48254800
dependencies:
48264801
safe-buffer "~5.2.0"
48274802

4828-
string_decoder@~0.10.x:
4829-
version "0.10.31"
4830-
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
4831-
integrity sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==
4832-
48334803
string_decoder@~1.1.1:
48344804
version "1.1.1"
48354805
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"

0 commit comments

Comments
 (0)