Skip to content

fix(deps): bump js-yaml and nanoid past open Dependabot highs - #222

Merged
github-actions[bot] merged 2 commits into
mainfrom
fix/dependabot-frontend-transitives
Aug 21, 2026
Merged

fix(deps): bump js-yaml and nanoid past open Dependabot highs#222
github-actions[bot] merged 2 commits into
mainfrom
fix/dependabot-frontend-transitives

Conversation

@catomean

Copy link
Copy Markdown
Collaborator

In-range transitive bumps in frontend/package-lock.json (no manifest changes), rebased onto current main (post next-16.3.1 lockfile rewrite):

Also carries the .gitignore hardening (node_modules/node_modules) so the tracked self-referencing symlink that broke every root npm command with ELOOP (reintroduced in d18eb00) is removed and can't slip past the ignore pattern again.

Remaining open alerts after this: extract-zip #198 (backend, no patched release upstream) and @opentelemetry/core #137 (pinned to 1.x by contentlayer's effect-ts chain; build-time only).

Verified locally under Node 20: lint ✓, typecheck ✓, 43/43 unit tests ✓, build ✓.

🤖 Generated with Claude Code

catomean and others added 2 commits August 21, 2026 06:07
A tracked symlink node_modules -> /home/g/dev/datacat/node_modules
(reintroduced in d18eb00) made every npm command at the repo root fail
with ELOOP. It slipped past .gitignore because 'node_modules/' only
matches directories — drop the trailing slash so symlinks are caught too.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
In-range transitive bumps in frontend/package-lock.json, no manifest
changes: js-yaml 4.2.0 -> 4.3.1 and 3.14.2 -> 3.15.1 (alerts #196/#197,
prototype pollution, high) and nanoid 3.3.17 -> 3.3.18 (alert #199,
infinite loop with zero size, high). Closes every open frontend alert
except @opentelemetry/core #137, which stays pinned to 1.x by the
contentlayer effect-ts chain (build-time only, no untrusted baggage
headers — goes away with contentlayer).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions
github-actions Bot merged commit 335828b into main Aug 21, 2026
2 checks passed
@github-actions
github-actions Bot deleted the fix/dependabot-frontend-transitives branch August 21, 2026 04:17
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