Skip to content

Commit 8b7d80f

Browse files
authored
bump multer 2.0.2 (#6123)
1 parent b485cb8 commit 8b7d80f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"graphql": "*",
174174
"jszip": "^3.10.1",
175175
"mocha": "^11.6.0",
176-
"multer": "^2.0.1",
176+
"multer": "^2.0.2",
177177
"nock": "^11.9.1",
178178
"nyc": "^15.1.0",
179179
"octokit": "^5.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3392,10 +3392,10 @@ ms@^2.1.1, ms@^2.1.2, ms@^2.1.3:
33923392
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
33933393
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
33943394

3395-
multer@^2.0.1:
3396-
version "2.0.1"
3397-
resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.1.tgz#3ed335ed2b96240e3df9e23780c91cfcf5d29202"
3398-
integrity sha512-Ug8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==
3395+
multer@^2.0.2:
3396+
version "2.0.2"
3397+
resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.2.tgz#08a8aa8255865388c387aaf041426b0c87bf58dd"
3398+
integrity sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==
33993399
dependencies:
34003400
append-field "^1.0.0"
34013401
busboy "^1.6.0"

0 commit comments

Comments
 (0)