Skip to content

Security Patch: Fix six of seven Dependabot alerts via dependency bumps - #224

Open
KohmeiK wants to merge 1 commit into
mainfrom
security/dependency-bumps
Open

Security Patch: Fix six of seven Dependabot alerts via dependency bumps#224
KohmeiK wants to merge 1 commit into
mainfrom
security/dependency-bumps

Conversation

@KohmeiK

@KohmeiK KohmeiK commented Jul 29, 2026

Copy link
Copy Markdown
Member

No simulation / UI changes. A security patch to remove the notifications from Dependabot in the Security tab.

  • hull.js (critical, code injection via the points-format parameter): the patched 1.0.10+ was never published to npm — the registry stops at 1.0.6 — so install v1.0.13 from the GitHub tag the advisory points at. The git layout has no dist/ bundle, so the import moves to the package main (typed by @types/hull.js, hence the number[][] casts) and the redundant angular.json global-script entry is dropped. PMKS never passes the vulnerable third parameter, so this was defense in depth.
  • protobufjs 7.6.5 (runtime, via firebase), postcss, fast-uri, tar, brace-expansion: in-range lockfile updates.
  • esbuild 0.28.1 and @babel/core 7.29.7 arrive with the Angular 22.0.8 patch set; Angular's exact peer matrix moves the framework and CLI together, which required regenerating the lockfile (all resolutions stay inside the declared ranges).
  • apexcharts pinned to 5.15.2: the fresh resolve pulled 5.16.0, whose own type declarations do not compile (ApexDrilldownEvent is used but never declared).

Left open: @hono/node-server (moderate, Windows path traversal) inside @angular/cli's MCP server — the fix is only in the 2.x major, which @modelcontextprotocol/sdk does not accept yet. Dev-only exposure; it will close with a future Angular CLI release.

Verified: 190 unit tests pass, the production build succeeds, and the focused-interactions e2e smoke against the built dist shows only the two known main-branch issues that #220/#221 already fix.

- hull.js (critical, code injection via the points-format parameter):
  the patched 1.0.10+ was never published to npm — the registry stops at
  1.0.6 — so install v1.0.13 from the GitHub tag the advisory points
  at. The git layout has no dist/ bundle, so the import moves to the
  package main (typed by @types/hull.js, hence the number[][] casts) and
  the redundant angular.json global-script entry is dropped. PMKS never
  passes the vulnerable third parameter, so this was defense in depth.
- protobufjs 7.6.5 (runtime, via firebase), postcss, fast-uri, tar,
  brace-expansion: in-range lockfile updates.
- esbuild 0.28.1 and @babel/core 7.29.7 arrive with the Angular 22.0.8
  patch set; Angular's exact peer matrix moves the framework and CLI
  together, which required regenerating the lockfile (all resolutions
  stay inside the declared ranges).
- apexcharts pinned to 5.15.2: the fresh resolve pulled 5.16.0, whose
  own type declarations do not compile (ApexDrilldownEvent is used but
  never declared).

Left open: @hono/node-server (moderate, Windows path traversal) inside
@angular/cli's MCP server — the fix is only in the 2.x major, which
@modelcontextprotocol/sdk does not accept yet. Dev-only exposure; it
will close with a future Angular CLI release.

Verified: 190 unit tests pass, the production build succeeds, and the
focused-interactions e2e smoke against the built dist shows only the
two known main-branch issues that #220/#221 already fix.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@netlify

netlify Bot commented Jul 29, 2026

Copy link
Copy Markdown

Deploy Preview for pmksprod ready!

Name Link
🔨 Latest commit 973dd4d
🔍 Latest deploy log https://app.netlify.com/projects/pmksprod/deploys/6a6a3c4bb06753000862c5c4
😎 Deploy Preview https://deploy-preview-224--pmksprod.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@KohmeiK KohmeiK changed the title Fix six of seven Dependabot alerts via dependency bumps Security Patch: Fix six of seven Dependabot alerts via dependency bumps Jul 29, 2026
@KohmeiK
KohmeiK requested a review from rkprad July 29, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant