Security Patch: Fix six of seven Dependabot alerts via dependency bumps - #224
Open
KohmeiK wants to merge 1 commit into
Open
Security Patch: Fix six of seven Dependabot alerts via dependency bumps#224KohmeiK wants to merge 1 commit into
KohmeiK wants to merge 1 commit into
Conversation
- 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>
✅ Deploy Preview for pmksprod ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
No simulation / UI changes. A security patch to remove the notifications from Dependabot in the Security tab.
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.