Skip to content

Commit e0cdefb

Browse files
gatsbybotserhalp
andauthored
fix(deps): upgrade multer to resolve 3 security vulnerabilities (#39307) (#39308)
fix(deps): upgrade multer (cherry picked from commit 9708d4d) Co-authored-by: Philippe Serhal <[email protected]>
1 parent 7248261 commit e0cdefb

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"mini-css-extract-plugin": "1.6.2",
129129
"mitt": "^1.2.0",
130130
"moment": "^2.29.4",
131-
"multer": "^1.4.5-lts.1",
131+
"multer": "^2.0.1",
132132
"node-fetch": "^2.6.11",
133133
"node-html-parser": "^5.4.2",
134134
"normalize-path": "^3.0.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7344,7 +7344,7 @@ builtins@^5.0.0:
73447344
dependencies:
73457345
semver "^7.0.0"
73467346

7347-
busboy@^1.0.0:
7347+
busboy@^1.6.0:
73487348
version "1.6.0"
73497349
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
73507350
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
@@ -12928,9 +12928,9 @@ [email protected]:
1292812928
integrity sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==
1292912929

1293012930
"graphql@^15.0.0 || ^16.0.0", graphql@^16.6.0, graphql@^16.7.1:
12931-
version "16.9.0"
12932-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
12933-
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==
12931+
version "16.11.0"
12932+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.11.0.tgz#96d17f66370678027fdf59b2d4c20b4efaa8a633"
12933+
integrity sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==
1293412934

1293512935
gray-matter@^2.1.0:
1293612936
version "2.1.1"
@@ -17754,7 +17754,7 @@ mkdirp@*, [email protected], mkdirp@^1.0.4, mkdirp@~1.0.4:
1775417754
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
1775517755
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
1775617756

17757-
mkdirp@^0.5.1, mkdirp@^0.5.4, mkdirp@^0.5.5, mkdirp@~0.5.1:
17757+
mkdirp@^0.5.1, mkdirp@^0.5.5, mkdirp@^0.5.6, mkdirp@~0.5.1:
1775817758
version "0.5.6"
1775917759
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6"
1776017760
integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==
@@ -17888,18 +17888,18 @@ msw@^1.2.2:
1788817888
type-fest "^2.19.0"
1788917889
yargs "^17.3.1"
1789017890

17891-
multer@^1.4.5-lts.1:
17892-
version "1.4.5-lts.1"
17893-
resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.5-lts.1.tgz#803e24ad1984f58edffbc79f56e305aec5cfd1ac"
17894-
integrity sha512-ywPWvcDMeH+z9gQq5qYHCCy+ethsk4goepZ45GLD63fOu0YcNecQxi64nDs3qluZB+murG3/D4dJ7+dGctcCQQ==
17891+
multer@^2.0.1:
17892+
version "2.0.1"
17893+
resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.1.tgz#3ed335ed2b96240e3df9e23780c91cfcf5d29202"
17894+
integrity sha512-Ug8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==
1789517895
dependencies:
1789617896
append-field "^1.0.0"
17897-
busboy "^1.0.0"
17898-
concat-stream "^1.5.2"
17899-
mkdirp "^0.5.4"
17897+
busboy "^1.6.0"
17898+
concat-stream "^2.0.0"
17899+
mkdirp "^0.5.6"
1790017900
object-assign "^4.1.1"
17901-
type-is "^1.6.4"
17902-
xtend "^4.0.0"
17901+
type-is "^1.6.18"
17902+
xtend "^4.0.2"
1790317903

1790417904
multimatch@^3.0.0:
1790517905
version "3.0.0"
@@ -24481,7 +24481,7 @@ type-fest@^4.0.0:
2448124481
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.30.0.tgz#cf411e7630578ad9e9884951dfaeef6588f970fe"
2448224482
integrity sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==
2448324483

24484-
type-is@^1.6.4, type-is@~1.6.18:
24484+
type-is@^1.6.18, type-is@~1.6.18:
2448524485
version "1.6.18"
2448624486
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
2448724487
integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==

0 commit comments

Comments
 (0)