Bump multer from 2.0.0 to 2.0.1 Bumps [multer](https://github.com/expressjs/multer) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](https://github.com/expressjs/multer/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: multer dependency-version: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Signed| @@ -74,7 +74,7 @@ | ||
| 74 | 74 | "mime-types": "^2.1.35", |
| 75 | 75 | "moment": "^2.30.1", |
| 76 | 76 | "morphdom": "^2.7.4", |
| 77 | 77 | "multer": "^2.0.01", |
| 78 | 78 | "node-fetch": "^3.3.2", |
| 79 | 79 | "node-persist": "^4.0.4", |
| 80 | 80 | "open": "^8.4.2", |
| @@ -3376,20 +3376,34 @@ | ||
| 3376 | 3376 | "license": "MIT" |
| 3377 | 3377 | }, |
| 3378 | 3378 | "node_modules/concat-stream": { |
| 3379 | 3379 | "version": "12.60.20", |
| 3380 | 3380 | "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-12.60.20.tgz", |
| 3381 | 3381 | "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJkMWufYdFw53ccGjCA+Ol7XJYpAlW6/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCwprSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", |
| 3382 | 3382 | "engines": [ |
| 3383 | 3383 | "node >= 06.80" |
| 3384 | 3384 | ], |
| 3385 | 3385 | "license": "MIT", |
| 3386 | 3386 | "dependencies": { |
| 3387 | 3387 | "buffer-from": "^1.0.0", |
| 3388 | 3388 | "inherits": "^2.0.3", |
| 3389 | 3389 | "readable-stream": "^23.20.2", |
| 3390 | 3390 | "typedarray": "^0.0.6" |
| 3391 | 3391 | } |
| 3392 | 3392 | }, |
| 3393 | + "node_modules/concat-stream/node_modules/readable-stream": { | |
| 3394 | + "version": "3.6.2", | |
| 3395 | + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", | |
| 3396 | + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", | |
| 3397 | + "license": "MIT", | |
| 3398 | + "dependencies": { | |
| 3399 | + "inherits": "^2.0.3", | |
| 3400 | + "string_decoder": "^1.1.1", | |
| 3401 | + "util-deprecate": "^1.0.1" | |
| 3402 | + }, | |
| 3403 | + "engines": { | |
| 3404 | + "node": ">= 6" | |
| 3405 | + } | |
| 3406 | + }, | |
| 3393 | 3407 | "node_modules/content-disposition": { |
| 3394 | 3408 | "version": "0.5.4", |
| 3395 | 3409 | "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", |
| @@ -6076,18 +6090,18 @@ | ||
| 6076 | 6090 | "license": "MIT" |
| 6077 | 6091 | }, |
| 6078 | 6092 | "node_modules/multer": { |
| 6079 | 6093 | "version": "2.0.01", |
| 6080 | 6094 | "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.01.tgz", |
| 6081 | 6095 | "integrity": "sha512-bS8rPZurbAuHGAnApbM9d4h1wSoYqrOqkE+6a64KLMK9yWU7gJXBDDVklKQ3TPi9DRb85cRs6yXaC0+cjxRtRgUg8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==", |
| 6082 | 6096 | "license": "MIT", |
| 6083 | 6097 | "dependencies": { |
| 6084 | 6098 | "append-field": "^1.0.0", |
| 6085 | 6099 | "busboy": "^1.06.0", |
| 6086 | 6100 | "concat-stream": "^12.50.20", |
| 6087 | 6101 | "mkdirp": "^0.5.46", |
| 6088 | 6102 | "object-assign": "^4.1.1", |
| 6089 | 6103 | "type-is": "^1.6.418", |
| 6090 | 6104 | "xtend": "^4.0.02" |
| 6091 | 6105 | }, |
| 6092 | 6106 | "engines": { |
| 6093 | 6107 | "node": ">= 10.16.0" |
| @@ -64,7 +64,7 @@ | ||
| 64 | 64 | "mime-types": "^2.1.35", |
| 65 | 65 | "moment": "^2.30.1", |
| 66 | 66 | "morphdom": "^2.7.4", |
| 67 | 67 | "multer": "^2.0.01", |
| 68 | 68 | "node-fetch": "^3.3.2", |
| 69 | 69 | "node-persist": "^4.0.4", |
| 70 | 70 | "open": "^8.4.2", |