Skip to content

fix: resolve npm security vulnerabilities in pjs-js-client#88

Merged
bug-ops merged 1 commit intomainfrom
chore/update-npm-deps
Feb 23, 2026
Merged

fix: resolve npm security vulnerabilities in pjs-js-client#88
bug-ops merged 1 commit intomainfrom
chore/update-npm-deps

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Feb 23, 2026

Summary

  • Override minimatch to ^10.2.1 to fix GHSA-3ppc-4f35-3m26 (High severity ReDoS)
  • Update transitive ajv to 6.14.0 to fix GHSA-2g4f-4pwh-qvx6 (Medium severity)
  • Result: npm audit reports 0 vulnerabilities

This unblocks the OSV Security Scan CI check that currently fails on PR #87 and other PRs.

Test plan

  • npm audit returns 0 vulnerabilities
  • cargo clippy --workspace -- -D warnings passes
  • cargo nextest run --workspace --lib --bins passes (743 tests)
  • cargo +nightly fmt --check passes

Override minimatch to ^10.2.1 to fix GHSA-3ppc-4f35-3m26 (ReDoS via
repeated wildcards). Also picks up ajv 6.14.0 fixing GHSA-2g4f-4pwh-qvx6.
@bug-ops bug-ops enabled auto-merge (squash) February 23, 2026 12:03
@bug-ops bug-ops merged commit 9cfb54f into main Feb 23, 2026
26 checks passed
@bug-ops bug-ops deleted the chore/update-npm-deps branch February 23, 2026 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant