From 7212ab75ec8f9991c24b7854056ada36d160b27c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Jul 2025 09:58:26 +0000 Subject: [PATCH] fix: upload-api/package.json & upload-api/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10773732 --- upload-api/package-lock.json | 9 +++++---- upload-api/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/upload-api/package-lock.json b/upload-api/package-lock.json index fe0313f6..6f5545fa 100644 --- a/upload-api/package-lock.json +++ b/upload-api/package-lock.json @@ -24,7 +24,7 @@ "migration-contentful": "file:migration-contentful", "migration-sitecore": "file:migration-sitecore", "migration-wordpress": "file:migration-wordpress", - "multer": "^2.0.0", + "multer": "^2.0.2", "node-fetch": "^2.7.0", "nodemon": "^3.1.9", "prettier": "^3.3.3", @@ -6921,9 +6921,10 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/multer": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.1.tgz", - "integrity": "sha512-Ug8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.2.tgz", + "integrity": "sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==", + "license": "MIT", "dependencies": { "append-field": "^1.0.0", "busboy": "^1.6.0", diff --git a/upload-api/package.json b/upload-api/package.json index ea89b7e1..d5483975 100644 --- a/upload-api/package.json +++ b/upload-api/package.json @@ -47,7 +47,7 @@ "migration-contentful": "file:migration-contentful", "migration-sitecore": "file:migration-sitecore", "migration-wordpress": "file:migration-wordpress", - "multer": "^2.0.0", + "multer": "^2.0.2", "node-fetch": "^2.7.0", "nodemon": "^3.1.9", "prettier": "^3.3.3",