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",