| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- Upgrade fast-xml-parser to 5.10.1 (fixes GHSA-8r6m-32jq-jx6q) - Add package.json override to force brace-expansion >=5.0.8 across all transitive dependencies (fixes GHSA-mh99-v99m-4gvg) without downgrading jest/ts-jest - Refresh .licenses/npm cache to match updated dependency tree - Rebuild dist/setup and dist/cache-save npm audit now reports 0 vulnerabilities. Pre-existing test suite failures (7 suites, ESM/jest teardown issue) verified unrelated to this change - identical on unmodified main with node 24. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
This PR addresses npm audit --audit-level=high failures in the basic-validation.yml workflow by updating direct and transitive Node dependencies, and then refreshing generated artifacts (lockfile, bundled dist/ outputs, and .licenses cache) to match the new dependency graph.
Changes:
Copilot reviewed 10 out of 15 changed files in this pull request and generated no comments.
Show a summary per file| File | Description |
|---|---|
| package.json | Adds overrides to ensure patched brace-expansion is used in the dependency tree. |
| package-lock.json | Updates resolved dependency versions (notably brace-expansion and fast-xml-parser) and removes older nested vulnerable copies. |
| dist/setup/index.js | Rebuilt bundled output to incorporate updated dependencies and their security fixes. |
| dist/cache-save/index.js | Rebuilt bundled output to incorporate updated dependencies and their security fixes. |
| .licenses/npm/xml-naming-0.3.0.dep.yml | Adds license metadata for newly introduced xml-naming@0.3.0. |
| .licenses/npm/xml-naming-0.1.0.dep.yml | Normalizes metadata formatting to match the refreshed license cache. |
| .licenses/npm/path-expression-matcher.dep.yml | Updates recorded version to match the new dependency tree. |
| .licenses/npm/is-unsafe.dep.yml | Updates recorded version to match the new dependency tree. |
| .licenses/npm/fast-xml-parser.dep.yml | Updates recorded version to match the new dependency tree. |
| .licenses/npm/concat-map.dep.yml | Removes license metadata for a dependency no longer present in the tree. |
| .licenses/npm/brace-expansion.dep.yml | Updates recorded version to match the new dependency tree. |
| .licenses/npm/brace-expansion-1.1.15.dep.yml | Removes license metadata for a dependency no longer present in the tree. |
| .licenses/npm/balanced-match.dep.yml | Adds license metadata for the updated balanced-match version in the tree. |
| .licenses/npm/balanced-match-1.0.2.dep.yml | Removes license metadata for a dependency no longer present in the tree. |
| .licenses/npm/@nodable/entities.dep.yml | Updates recorded version to match the new dependency tree. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Fixes the npm audit --audit-level=high failure in basic-validation.yml
Changes
Validation