Skip to content

Commit f50bbb1

Browse files
authored
Merge pull request #28 from JakeStanger/dependabot/npm_and_yarn/multer-2.0.2
build(deps): bump multer from 2.0.1 to 2.0.2
2 parents 9a5167f + 2f29ce5 commit f50bbb1

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
@@ -38,7 +38,7 @@
3838
"marked": "^4.0.16",
3939
"mime-types": "^2.1.35",
4040
"morgan": "^1.10.0",
41-
"multer": "^2.0.1",
41+
"multer": "^2.0.2",
4242
"socket.io": "^4.6.2",
4343
"sqlite": "^4.1.1",
4444
"sqlite3": "^5.1.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,10 +1899,10 @@ [email protected], ms@^2.0.0, ms@^2.1.1:
18991899
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
19001900
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
19011901

1902-
multer@^2.0.1:
1903-
version "2.0.1"
1904-
resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.1.tgz#3ed335ed2b96240e3df9e23780c91cfcf5d29202"
1905-
integrity sha512-Ug8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==
1902+
multer@^2.0.2:
1903+
version "2.0.2"
1904+
resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.2.tgz#08a8aa8255865388c387aaf041426b0c87bf58dd"
1905+
integrity sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==
19061906
dependencies:
19071907
append-field "^1.0.0"
19081908
busboy "^1.6.0"

0 commit comments

Comments
 (0)