chore(deps): override fast-uri, js-yaml, deepmerge-ts to patched versions - #414
Open
SavioBS629 wants to merge 1 commit into
Open
chore(deps): override fast-uri, js-yaml, deepmerge-ts to patched versions#414SavioBS629 wants to merge 1 commit into
SavioBS629 wants to merge 1 commit into
Conversation
…ions Pin transitive dependencies to versions that clear known high-severity advisories via npm `overrides`: - fast-uri ^3.1.6 (pulled by ajv via @modelcontextprotocol/sdk): fixes host-confusion and SSRF advisories affecting 3.0.0–3.1.5. - js-yaml ^4.3.2 (dev-only, pulled by eslint): fixes the maxTotalMergeKeys CPU-exhaustion advisory affecting 4.0.0–4.3.1. - deepmerge-ts ^8.0.0 (pulled by webdriverio's @wdio/config and @wdio/utils): fixes the recursive-object stack-exhaustion advisory affecting <8.0.0. fast-uri and js-yaml are patch bumps. deepmerge-ts is a major bump past @wdio's declared ^7.0.3 range; lint, typecheck, and the test suite pass unchanged (deepmerge-ts@8 requires node >=16.9.0, satisfied here). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited), Workspace UI (inherited) Review profile: ASSERTIVE Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
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.
What
Pin three transitive dependencies to patched versions via npm
overrides, clearing known high-severity advisories:fast-uri@modelcontextprotocol/sdkjs-yamlmaxTotalMergeKeysCPU exhaustion (affects 4.0.0–4.3.1)deepmerge-ts@wdio/config/@wdio/utils← webdriverioRisk
fast-uriandjs-yamlare patch bumps — negligible risk.deepmerge-tsis a major bump (7 → 8) forced past@wdio's declared^7.0.3.deepmerge-ts@8requires node>=16.9.0(satisfied). Lint,tsc --noEmit, and the full test suite pass unchanged (5 pre-existing fake-timer flakes inbuildFailureThemes/tfaRcaCollaborationare present onmainand unaffected).Testing
npm install→npm run lint→tsc --noEmit→npx vitest run: all green except the pre-existing unrelated flakes noted above.npm auditconfirms the three advisories are cleared.🤖 Generated with Claude Code