Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@docsearch/js": "3.5.2",
"@fec/gatsby-plugin-advanced-feed": "^3.0.1",
"@reach/router": "^1.1.1",
"gatsby": "^5.14.0",
"gatsby": "^5.14.4",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This update to gatsby from ^5.14.0 to ^5.14.4 transitively upgrades its dependency multer from version 1.x to 2.x. This is a major version bump that could introduce breaking changes.

While gatsby itself may handle this upgrade gracefully, it's a significant change that warrants thorough testing, especially for features involving file uploads (like Gatsby Functions in development mode). The Snyk PR description incorrectly states that this is not a breaking change, which could be misleading.

"gatsby-cli": "^5.10.0",
"gatsby-link": "^5.8.0",
"gatsby-plugin-csp": "^1.1.4",
Expand Down Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"babel-eslint": "^10.0.3",
"classnames": "^2.3.1",
"eslint": "^9.15.0",
"eslint": "^9.27.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-react": "^7.33.0",
"gh-pages": "^6.2.0",
Expand Down
Loading