Upgrade serve
dependency to version 7
#6546
Labels
help wanted
Issue with a clear description that the community can help with.
type: bug
An issue or pull request relating to a bug in Gatsby
Description
There's a security vulnerability in
serve
that GitHub just started flagging. The fix is to upgradeserve
toserve@^7.0.0
. Currently we're still on version 6.gatsby/packages/gatsby/package.json
Line 117 in d8aaa2f
Steps to Solve
yarn install serve@latest
in thegatsby
packagegatsby serve
continues to work as expectedWe should apply this upgrade to both v1 and v2, assuming there are no breaking changes for v1.
The text was updated successfully, but these errors were encountered: