There's a security vulnerability in serve that GitHub just started flagging. The fix is to upgrade serve to serve@^7.0.0. Currently we're still on version 6.
yarn install serve@latest in the gatsby 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 latest version is 9.2.0, so it's probably worth updating all the way up to that.
This was handled in the above mentioned PRs, thanks folks!
Most helpful comment
The latest version is 9.2.0, so it's probably worth updating all the way up to that.