Skip to content

Update dependencies - #79

Merged
dnegstad merged 1 commit into
mainfrom
claude/brace-expansion-dependency-7yrggl
Jul 24, 2026
Merged

Update dependencies#79
dnegstad merged 1 commit into
mainfrom
claude/brace-expansion-dependency-7yrggl

Conversation

@dnegstad

Copy link
Copy Markdown
Owner

Refresh the lockfile to clear high-severity DoS advisories on several
dev-only, transitive dependencies. All bumps stay within existing
package.json semver ranges — no manifest changes, and no eslint upgrade
(eslint is already ^10.3.0; brace-expansion is transitive via minimatch,
not pinned by eslint).

  @vscode/vsce   3.9.1  -> 3.9.2   (minimatch ^3 -> ^10, glob ^11 -> ^13)
  brace-expansion 5.0.6 -> 5.0.8   (GHSA-3jxr-9vmj-r5cp)
  fast-uri        3.1.2 -> 3.1.4   (GHSA-v2hh-gcrm-f6hx, GHSA-4c8g-83qw-93j6)
  js-yaml         4.2.0 -> 4.3.0   (GHSA-52cp-r559-cp3m)
  linkify-it      5.0.1 -> 5.0.2   (GHSA-v245-v573-v5vm)

The vsce bump modernizes its dependency tree, dropping the legacy
minimatch@3 branch that was the sole source of brace-expansion@1.x; the
tree now carries only the patched brace-expansion 5.0.8. Net effect is a
smaller lockfile (duplicated glob/minimatch subtrees collapse into the
versions already present).

npm audit now reports 0 vulnerabilities; eslint . passes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PbGxqpu53Gthid7gA32JU4
@dnegstad
dnegstad merged commit 208a5e0 into main Jul 24, 2026
7 checks passed
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.

2 participants