fix: patch security vulnerabilities in dependencies#905
Merged
Conversation
- Add npm overrides for rollup (4.59.0) and lodash (4.17.23) - Update cypress to ^15.11.0 in examples (fixes systeminformation CVE) - Update mocha to ^11.7.5 in examples and qase-cypress devDeps - Update testcafe to ^3.7.4 in examples - Update newman to ^6.2.2 in examples - Regenerate package-lock.json Resolves: ajv ReDoS, rollup path traversal, lodash prototype pollution, systeminformation command injection, minimatch 5.x ReDoS, diff 4.x/5.x DoS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rollup(→ 4.59.0) andlodash(→ 4.17.23) to fix known CVEscypressto ^15.11.0 in examples (fixes systeminformation command injection)mochato ^11.7.5 in examples andqase-cypressdevDependenciestestcafeto ^3.7.4 andnewmanto ^6.2.2 in examplespackage-lock.jsonResolved vulnerabilities
No user impact
All changes are in
devDependencies, npmoverrides(root isprivate: true), and examples — none of the published packages'dependenciesorpeerDependencieswere modified.Remaining (unfixable without upstream releases)
diff 7.x/serialize-javascript— waiting for mocha fixjose,node-forge,qs— waiting for newman fixunderscore— testcafe-hammerhead / newman transitive deptar-fs,ws,tmp,minimatch 3.x— requires @wdio 9.x upgradeTest plan
npm test --workspaces)npm run build --workspaces)