Skip to content

Commit a7990f5

Browse files
Bump multer from 1.4.3 to 1.4.4 (#788)
Bumps [multer](https://github.com/expressjs/multer) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/master/CHANGELOG.md) - [Commits](expressjs/multer@v1.4.3...v1.4.4) --- updated-dependencies: - dependency-name: multer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 416c9cc commit a7990f5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"helmet": "^4.5.0",
7878
"jsonwebtoken": "^8.5.1",
7979
"morgan": "^1.10.0",
80-
"multer": "^1.4.3",
80+
"multer": "^1.4.4",
8181
"nodemailer": "^6.7.2",
8282
"nodemailer-express-handlebars": "^4.0.0",
8383
"nodemailer-sendgrid-transport": "^0.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4966,10 +4966,10 @@ multer@1.3.0:
49664966
type-is "^1.6.4"
49674967
xtend "^4.0.0"
49684968

4969-
multer@^1.4.2, multer@^1.4.3:
4970-
version "1.4.3"
4971-
resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.3.tgz#4db352d6992e028ac0eacf7be45c6efd0264297b"
4972-
integrity sha512-np0YLKncuZoTzufbkM6wEKp68EhWJXcU6fq6QqrSwkckd2LlMgd1UqhUJLj6NS/5sZ8dE8LYDWslsltJznnXlg==
4969+
multer@^1.4.2, multer@^1.4.4:
4970+
version "1.4.4"
4971+
resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.4.tgz#e2bc6cac0df57a8832b858d7418ccaa8ebaf7d8c"
4972+
integrity sha512-2wY2+xD4udX612aMqMcB8Ws2Voq6NIUPEtD1be6m411T4uDH/VtL9i//xvcyFlTVfRdaBsk7hV5tgrGQqhuBiw==
49734973
dependencies:
49744974
append-field "^1.0.0"
49754975
busboy "^0.2.11"

0 commit comments

Comments
 (0)