chore(deps): bump app + transitive deps for security advisories#1435
Open
gdevenyi wants to merge 1 commit into
Open
chore(deps): bump app + transitive deps for security advisories#1435gdevenyi wants to merge 1 commit into
gdevenyi wants to merge 1 commit into
Conversation
Resolve Dependabot alerts via direct-dependency bumps and pnpm overrides that pin patched versions of vulnerable transitive dependencies. Direct: - axios (catalog) 1.17.0 -> 1.18.1 (SSRF, prototype pollution, DoS; 10 alerts) - js-yaml 4.1.x -> 4.3.0 (quadratic DoS in merge-key handling) - vitest / @vitest/browser / @vitest/coverage-v8 4.1.8 -> 4.1.10 (browser-mode file-access permission bypass) Transitive (pnpm.overrides): - multer ^2.2.0, fast-uri ^3.1.3, form-data ^4.0.6, body-parser ^2.3.0, svgo ^4.0.2, linkify-it ^5.0.2, js-yaml ^4.3.0, yaml@2 ^2.9.0 The yaml override is scoped to the 2.x line so the yaml@1 used by postcss-load-config is untouched. fast-uri is held at 3.1.3 because 3.1.4 is still inside the repo's 7-day minimumReleaseAge window (clears alert GHSA-4c8g-83qw-93j6; GHSA-v2hh-gcrm-f6hx follows once 3.1.4 ages in). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Resolves the bulk of the open Dependabot alerts (part 1 of 2). This PR covers direct application dependencies and vulnerable transitive dependencies (pinned via
pnpm.overrides). A follow-up PR handles the vendored instrument-runtime libraries.Direct bumps
axios(catalog)maxBodyLength/maxDepthbypass, form-DoS)js-yaml(devDep)vitest/@vitest/browser/@vitest/coverage-v8Transitive overrides (
pnpm.overrides)multer^2.2.0 ·fast-uri^3.1.3 ·form-data^4.0.6 ·body-parser^2.3.0 ·svgo^4.0.2 ·linkify-it^5.0.2 ·js-yaml^4.3.0 ·yaml@2^2.9.0Notes:
yamloverride is scoped to@2so the unrelatedyaml@1(viapostcss-load-config) is left untouched.fast-uriis held at 3.1.3. 3.1.4 is still inside the repo's 7-dayminimumReleaseAgewindow, so alert GHSA-4c8g-83qw-93j6 is cleared now and GHSA-v2hh-gcrm-f6hx clears automatically once 3.1.4 ages in.Verification
pnpm lint✅ (33/33) ·pnpm test✅ (307 passed, 1 skipped) ·pnpm install --frozen-lockfile✅🤖 Generated with Claude Code