Skip to content

chore(deps): resolve all 10 open security alerts - #91

Merged
RobThePCGuy merged 1 commit into
mainfrom
chore/npm-audit-security-fixes
Aug 2, 2026
Merged

chore(deps): resolve all 10 open security alerts#91
RobThePCGuy merged 1 commit into
mainfrom
chore/npm-audit-security-fixes

Conversation

@RobThePCGuy

Copy link
Copy Markdown
Owner

Clears every open Dependabot security alert. npm audit fix for what semver reaches, plus two overrides (existing house pattern) where upstream pins block the patched versions.

Alerts Package Resolution
#142 (high) sharp override ^0.35.0 -> 0.35.3 (@huggingface/transformers pins ^0.34)
#129 (high) adm-zip override ^0.6.0 -> 0.6.0 (onnxruntime-node pins 0.5.x)
#133, #127 js-yaml 3.15.1
#88, #87, #132 protobufjs 7.6.5
#137 @hono/node-server 2.0.12 via @modelcontextprotocol/sdk 1.30.0
#47 ip-address 10.4.0
#85 (dev, low) @babel/core patched via audit fix

Verified locally: npm audit 0 vulnerabilities; lint, tests (532 passed), build, and bundle-size guard all green.

npm audit fix plus two overrides for transitive pins that block patched versions:
- sharp ^0.35.0 override (@huggingface/transformers pins ^0.34) - GHSA-f88m-g3jw-g9cj
- adm-zip ^0.6.0 override (onnxruntime-node pins 0.5.x) - GHSA-xcpc-8h2w-3j85
- via audit fix: js-yaml 3.15.1, protobufjs 7.6.5, ip-address 10.4.0,
  @modelcontextprotocol/sdk 1.30.0 (brings @hono/node-server 2.0.12),
  brace-expansion and @babel/core to patched versions

npm audit: 0 vulnerabilities. Lint, tests (532 passed), build, and bundle guard all green.
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@RobThePCGuy
RobThePCGuy merged commit 842430b into main Aug 2, 2026
4 checks passed
@RobThePCGuy
RobThePCGuy deleted the chore/npm-audit-security-fixes branch August 2, 2026 01:41

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4361e670c0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
Comment on lines +81 to +82
"sharp": "^0.35.0",
"adm-zip": "^0.6.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Enforce patched versions in published installs

For npx, global installs, and applications that consume this published package, these overrides are ignored because npm states that overrides “are only considered in the root package.json.” The shipped package-lock.json does not govern consumer resolution either, so @huggingface/transformers can still resolve vulnerable sharp@^0.34.5 and onnxruntime-node can still resolve vulnerable adm-zip@^0.5.16, leaving the two high-severity alerts unfixed for users. Use a published-package mechanism such as upgrading/pinning the parent dependencies or shipping an appropriate shrinkwrap.

Useful? React with 👍 / 👎.

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