Merge pull request #4093 from SillyTavern/dependabot/npm_and_yarn/multer-2.0.1 Bump multer from 2.0.0 to 2.0.1
Signed| @@ -74,7 +74,7 @@ | |||
| 74 | "mime-types": "^2.1.35", | 74 | "mime-types": "^2.1.35", |
| 75 | "moment": "^2.30.1", | 75 | "moment": "^2.30.1", |
| 76 | "morphdom": "^2.7.4", | 76 | "morphdom": "^2.7.4", |
| 77 | "multer": "^2.0.0", | 77 | "multer": "^2.0.1", |
| 78 | "node-fetch": "^3.3.2", | 78 | "node-fetch": "^3.3.2", |
| 79 | "node-persist": "^4.0.4", | 79 | "node-persist": "^4.0.4", |
| 80 | "open": "^8.4.2", | 80 | "open": "^8.4.2", |
| @@ -3376,20 +3376,34 @@ | |||
| 3376 | "license": "MIT" | 3376 | "license": "MIT" |
| 3377 | }, | 3377 | }, |
| 3378 | "node_modules/concat-stream": { | 3378 | "node_modules/concat-stream": { |
| 3379 | "version": "1.6.2", | 3379 | "version": "2.0.0", |
| 3380 | "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", | 3380 | "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", |
| 3381 | "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", | 3381 | "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", |
| 3382 | "engines": [ | 3382 | "engines": [ |
| 3383 | "node >= 0.8" | 3383 | "node >= 6.0" |
| 3384 | ], | 3384 | ], |
| 3385 | "license": "MIT", | 3385 | "license": "MIT", |
| 3386 | "dependencies": { | 3386 | "dependencies": { |
| 3387 | "buffer-from": "^1.0.0", | 3387 | "buffer-from": "^1.0.0", |
| 3388 | "inherits": "^2.0.3", | 3388 | "inherits": "^2.0.3", |
| 3389 | "readable-stream": "^2.2.2", | 3389 | "readable-stream": "^3.0.2", |
| 3390 | "typedarray": "^0.0.6" | 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 | "node_modules/content-disposition": { | 3407 | "node_modules/content-disposition": { |
| 3394 | "version": "0.5.4", | 3408 | "version": "0.5.4", |
| 3395 | "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", | 3409 | "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", |
| @@ -6076,18 +6090,18 @@ | |||
| 6076 | "license": "MIT" | 6090 | "license": "MIT" |
| 6077 | }, | 6091 | }, |
| 6078 | "node_modules/multer": { | 6092 | "node_modules/multer": { |
| 6079 | "version": "2.0.0", | 6093 | "version": "2.0.1", |
| 6080 | "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.0.tgz", | 6094 | "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.1.tgz", |
| 6081 | "integrity": "sha512-bS8rPZurbAuHGAnApbM9d4h1wSoYqrOqkE+6a64KLMK9yWU7gJXBDDVklKQ3TPi9DRb85cRs6yXaC0+cjxRtRg==", | 6095 | "integrity": "sha512-Ug8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==", |
| 6082 | "license": "MIT", | 6096 | "license": "MIT", |
| 6083 | "dependencies": { | 6097 | "dependencies": { |
| 6084 | "append-field": "^1.0.0", | 6098 | "append-field": "^1.0.0", |
| 6085 | "busboy": "^1.0.0", | 6099 | "busboy": "^1.6.0", |
| 6086 | "concat-stream": "^1.5.2", | 6100 | "concat-stream": "^2.0.0", |
| 6087 | "mkdirp": "^0.5.4", | 6101 | "mkdirp": "^0.5.6", |
| 6088 | "object-assign": "^4.1.1", | 6102 | "object-assign": "^4.1.1", |
| 6089 | "type-is": "^1.6.4", | 6103 | "type-is": "^1.6.18", |
| 6090 | "xtend": "^4.0.0" | 6104 | "xtend": "^4.0.2" |
| 6091 | }, | 6105 | }, |
| 6092 | "engines": { | 6106 | "engines": { |
| 6093 | "node": ">= 10.16.0" | 6107 | "node": ">= 10.16.0" |
| @@ -64,7 +64,7 @@ | |||
| 64 | "mime-types": "^2.1.35", | 64 | "mime-types": "^2.1.35", |
| 65 | "moment": "^2.30.1", | 65 | "moment": "^2.30.1", |
| 66 | "morphdom": "^2.7.4", | 66 | "morphdom": "^2.7.4", |
| 67 | "multer": "^2.0.0", | 67 | "multer": "^2.0.1", |
| 68 | "node-fetch": "^3.3.2", | 68 | "node-fetch": "^3.3.2", |
| 69 | "node-persist": "^4.0.4", | 69 | "node-persist": "^4.0.4", |
| 70 | "open": "^8.4.2", | 70 | "open": "^8.4.2", |