Skip to content

Commit 6baa32b

Browse files
committed
chore: update multer
1 parent 7a374d4 commit 6baa32b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/selfish-walls-taste.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vue-storefront/middleware": patch
3+
---
4+
5+
[CHANGED] Update multer dependency to avoid security vulnerabilities

packages/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@godaddy/terminus": "^4.12.1",
2929
"lodash.merge": "^4.6.2",
3030
"xss": "^1.0.15",
31-
"multer": "^1.4.5-lts.1",
31+
"multer": "^2.0.0",
3232
"@types/multer": "^1.4.7"
3333
},
3434
"devDependencies": {

yarn.lock

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

8435-
multer@^1.4.5-lts.1:
8436-
version "1.4.5-lts.1"
8437-
resolved "https://registrynpm.storefrontcloud.io/multer/-/multer-1.4.5-lts.1.tgz#803e24ad1984f58edffbc79f56e305aec5cfd1ac"
8438-
integrity sha512-ywPWvcDMeH+z9gQq5qYHCCy+ethsk4goepZ45GLD63fOu0YcNecQxi64nDs3qluZB+murG3/D4dJ7+dGctcCQQ==
8435+
multer@^2.0.0:
8436+
version "2.0.0"
8437+
resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.0.tgz#47076aa0f7c2c2fd273715e767c6962bf7f94326"
8438+
integrity sha512-bS8rPZurbAuHGAnApbM9d4h1wSoYqrOqkE+6a64KLMK9yWU7gJXBDDVklKQ3TPi9DRb85cRs6yXaC0+cjxRtRg==
84398439
dependencies:
84408440
append-field "^1.0.0"
84418441
busboy "^1.0.0"

0 commit comments

Comments
 (0)