Skip to content

chore(deps): security, force npm v11#616

Merged
lukaszzazulak merged 4 commits intomainfrom
chore/security-force-npm-11
Feb 11, 2026
Merged

chore(deps): security, force npm v11#616
lukaszzazulak merged 4 commits intomainfrom
chore/security-force-npm-11

Conversation

@lukaszzazulak
Copy link
Contributor

@lukaszzazulak lukaszzazulak commented Feb 11, 2026

This PR forces npm to v11 for security reasons, see https://github.com/SmartBear/swaggerhub-cli/security/dependabot/42

  • I have added the appropriate label to my PR

@lukaszzazulak lukaszzazulak merged commit 4b04c45 into main Feb 11, 2026
4 checks passed
"engines": {
"node": ">=20.0.0"
"node": "^20.17.0 || >=22.9.0",
"npm": ">=11.0.0"

Choose a reason for hiding this comment

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

actually we could still use the npm@10 for running scripts in the project; it only matters for our dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants