chore(deps): security bumps — axios, engine.io, brace-expansion#266
Merged
Conversation
Add npm overrides so these transitive deps resolve to non-vulnerable versions (durable across lockfile regeneration). Lockfile kept at v2. - axios 1.18.0 GHSA-gcfj-64vw-6mp9 AXE-3878 - engine.io 6.6.7 GHSA-r635-g3xr-vw7x AXE-3879 - brace-expansion @1 1.1.16 / @2 2.1.2 / @5 5.0.7 GHSA-3jxr-9vmj-r5cp AXE-3886 [a11y-critical]: security-only dependency bumps in the axe-core submodule (package.json is JSON, so the impact tag is recorded in this message). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
js-yaml 3.15.0/4.3.0 (GHSA-52cp-r559-cp3m, AXE-3891) and linkify-it 5.0.2 (GHSA-v245-v573-v5vm, AXE-3892) via package.json overrides. Both are transitive dev/build tooling deps (js-yaml via grunt; linkify-it via markdown-it -> jsdoc docs). No runtime impact. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
sunny-se
approved these changes
Jul 24, 2026
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
Security-only dependency bumps for the axe-core submodule, applied via npm
overrides(durable across lockfile regeneration). Lockfile kept at v2. No source (.js) changes.Resolves
All three are transitive deps, so they're pinned through
overrides(matches the repo's existingws/websocket-driverpattern). Existing Dependabot PRs were insufficient (e.g. #223 only reached axios 1.16.1, below the 1.18.0 patch floor).Verification
package-lock.jsonis at/above the advisory patch floor (bothpackagesand legacydependenciestrees).lib/are pre-existing and unrelated (no.jstouched).🤖 Generated with Claude Code