CLI Version
8.13.0
Node.js Version
v26.7.0
Operating System
Linux
Description
I ran npm audit and it suggests downgrading to an older version.
Steps to Reproduce
- From a project containing the mentioned hs version, run
npm audit
- Review the suggestions
Expected Behavior
I expected a list of packages to upgrade.
Screenshots
No response
Debug Output
No response
Additional Context
Instead, I get a bunch of packages that say this:
Will install @hubspot/cli@7.0.2, which is a breaking change.
I'm not sure but this might be related to #1554 as well. Feel free to close if it's a duplicate, but then please advise how to proceed. We can't afford to keep high and critical vulnerabilities in our code.
CLI Version
8.13.0
Node.js Version
v26.7.0
Operating System
Linux
Description
I ran
npm auditand it suggests downgrading to an older version.Steps to Reproduce
npm auditExpected Behavior
I expected a list of packages to upgrade.
Screenshots
No response
Debug Output
No response
Additional Context
Instead, I get a bunch of packages that say this:
Will install @hubspot/cli@7.0.2, which is a breaking change.I'm not sure but this might be related to #1554 as well. Feel free to close if it's a duplicate, but then please advise how to proceed. We can't afford to keep high and critical vulnerabilities in our code.