fix(deps): bump js-yaml and nanoid past open Dependabot highs - #222
Merged
Conversation
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>
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.
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
.gitignorehardening (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