fix(deps): patch high-severity vulnerabilities in babel and fast-uri#2799
Conversation
- @babel/plugin-transform-modules-systemjs 7.29.0 → 7.29.4 (GHSA-fv7c-fp4j-7gwp: arbitrary code execution via malicious input) - fast-uri 3.1.0 → 3.1.2 (GHSA-q3j6-qgpj-74h6: path traversal via percent-encoded dot segments) (GHSA-v39h-62p7-jpjc: host confusion via percent-encoded authority) Closes #2790 Closes #2791 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
🔬 Smoke Test Results
Overall: PASS PR by @lpcox · Reviewer:
|
Claude Engine Smoke Tests✅ GitHub MCP: Retrieved last 2 merged PRs
✅ Playwright: Verified github.com loads with "GitHub" in page title Result: PASS
|
|
Smoke Test: Copilot BYOK (Offline) Mode
Running in BYOK offline mode ( PR by @lpcox · Reviewer:
|
Smoke Test: FAIL✅ Merged PRs: docs: document effective token budget enforcement behavior; docs: sync schemas and specs with source changes Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
Smoke Test: GitHub Actions Services Connectivity
Overall: FAIL Services at
|
Summary
Patches two high-severity vulnerabilities identified by
npm audit.Vulnerabilities Fixed
GHSA-fv7c-fp4j-7gwp —
@babel/plugin-transform-modules-systemjs7.29.0→7.29.4GHSA-q3j6-qgpj-74h6 / GHSA-v39h-62p7-jpjc —
fast-uri3.1.0→3.1.2Changes
Only
package-lock.jsonis modified (6 lines changed). No source code changes.Verification
npm auditreports 0 vulnerabilities after fixnpm run buildsucceedsCloses #2790
Closes #2791