Skip to content

Commit a212e04

Browse files
Bump multer from 2.0.0 to 2.0.1 in /redisinsight/api (#4685)
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](expressjs/multer@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: multer dependency-version: 2.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81f92ff commit a212e04

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

redisinsight/api/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2967,7 +2967,7 @@ buffer@^6.0.3:
29672967
base64-js "^1.3.1"
29682968
ieee754 "^1.2.1"
29692969

2970-
busboy@^1.0.0, busboy@^1.6.0:
2970+
busboy@^1.6.0:
29712971
version "1.6.0"
29722972
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
29732973
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
@@ -6704,7 +6704,7 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
67046704
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
67056705
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
67066706

6707-
mkdirp@^0.5.4:
6707+
mkdirp@^0.5.6:
67086708
version "0.5.6"
67096709
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6"
67106710
integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==
@@ -6781,18 +6781,18 @@ ms@^2.0.0, ms@^2.1.1, ms@^2.1.3:
67816781
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
67826782
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
67836783

6784-
6785-
version "2.0.0"
6786-
resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.0.tgz#47076aa0f7c2c2fd273715e767c6962bf7f94326"
6787-
integrity sha512-bS8rPZurbAuHGAnApbM9d4h1wSoYqrOqkE+6a64KLMK9yWU7gJXBDDVklKQ3TPi9DRb85cRs6yXaC0+cjxRtRg==
6784+
6785+
version "2.0.1"
6786+
resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.1.tgz#3ed335ed2b96240e3df9e23780c91cfcf5d29202"
6787+
integrity sha512-Ug8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==
67886788
dependencies:
67896789
append-field "^1.0.0"
6790-
busboy "^1.0.0"
6791-
concat-stream "^1.5.2"
6792-
mkdirp "^0.5.4"
6790+
busboy "^1.6.0"
6791+
concat-stream "^2.0.0"
6792+
mkdirp "^0.5.6"
67936793
object-assign "^4.1.1"
6794-
type-is "^1.6.4"
6795-
xtend "^4.0.0"
6794+
type-is "^1.6.18"
6795+
xtend "^4.0.2"
67966796

67976797
mute-stream@^2.0.0:
67986798
version "2.0.0"
@@ -7689,7 +7689,7 @@ [email protected]:
76897689
process "^0.11.10"
76907690
string_decoder "^1.3.0"
76917691

7692-
readable-stream@^2.0.1, readable-stream@^2.2.2, readable-stream@^2.3.5:
7692+
readable-stream@^2.0.1, readable-stream@^2.3.5:
76937693
version "2.3.8"
76947694
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b"
76957695
integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==
@@ -8966,7 +8966,7 @@ type-fest@^0.8.0:
89668966
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
89678967
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
89688968

8969-
type-is@^1.6.18, type-is@^1.6.4, type-is@~1.6.18:
8969+
type-is@^1.6.18, type-is@~1.6.18:
89708970
version "1.6.18"
89718971
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
89728972
integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==
@@ -9476,7 +9476,7 @@ xmlhttprequest-ssl@~2.1.1:
94769476
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.1.tgz#0d045c3b2babad8e7db1af5af093f5d0d60df99a"
94779477
integrity sha512-ptjR8YSJIXoA3Mbv5po7RtSYHO6mZr8s7i5VGmEk7QY2pQWyT1o0N+W1gKbOyJPUCGXGnuw0wqe8f0L6Y0ny7g==
94789478

9479-
xtend@^4.0.0:
9479+
xtend@^4.0.2:
94809480
version "4.0.2"
94819481
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
94829482
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==

0 commit comments

Comments
 (0)