Merge pull request #4093 from SillyTavern/dependabot/npm_and_yarn/multer-2.0.1 Bump multer from 2.0.0 to 2.0.1

f12c523fcd66caa6f632c5e5a04b94a8a7f05407

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
2 files changed, +29 -15Ignore whitespace
package-lock.json+28 -14
@@ -74,7 +74,7 @@
7474 "mime-types": "^2.1.35",
7575 "moment": "^2.30.1",
7676 "morphdom": "^2.7.4",
7777 "multer": "^2.0.01",
7878 "node-fetch": "^3.3.2",
7979 "node-persist": "^4.0.4",
8080 "open": "^8.4.2",
@@ -3376,20 +3376,34 @@
33763376 "license": "MIT"
33773377 },
33783378 "node_modules/concat-stream": {
33793379 "version": "12.60.20",
33803380 "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-12.60.20.tgz",
33813381 "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJkMWufYdFw53ccGjCA+Ol7XJYpAlW6/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCwprSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==",
33823382 "engines": [
33833383 "node >= 06.80"
33843384 ],
33853385 "license": "MIT",
33863386 "dependencies": {
33873387 "buffer-from": "^1.0.0",
33883388 "inherits": "^2.0.3",
33893389 "readable-stream": "^23.20.2",
33903390 "typedarray": "^0.0.6"
33913391 }
33923392 },
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+ },
33933407 "node_modules/content-disposition": {
33943408 "version": "0.5.4",
33953409 "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
@@ -6076,18 +6090,18 @@
60766090 "license": "MIT"
60776091 },
60786092 "node_modules/multer": {
60796093 "version": "2.0.01",
60806094 "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.01.tgz",
60816095 "integrity": "sha512-bS8rPZurbAuHGAnApbM9d4h1wSoYqrOqkE+6a64KLMK9yWU7gJXBDDVklKQ3TPi9DRb85cRs6yXaC0+cjxRtRgUg8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==",
60826096 "license": "MIT",
60836097 "dependencies": {
60846098 "append-field": "^1.0.0",
60856099 "busboy": "^1.06.0",
60866100 "concat-stream": "^12.50.20",
60876101 "mkdirp": "^0.5.46",
60886102 "object-assign": "^4.1.1",
60896103 "type-is": "^1.6.418",
60906104 "xtend": "^4.0.02"
60916105 },
60926106 "engines": {
60936107 "node": ">= 10.16.0"
package.json+1 -1
@@ -64,7 +64,7 @@
6464 "mime-types": "^2.1.35",
6565 "moment": "^2.30.1",
6666 "morphdom": "^2.7.4",
6767 "multer": "^2.0.01",
6868 "node-fetch": "^3.3.2",
6969 "node-persist": "^4.0.4",
7070 "open": "^8.4.2",