This repository was archived by the owner on May 3, 2026. It is now read-only.
chore(deps): apply npm audit fix for security vulnerabilities - #119
Merged
Conversation
Resolves vulnerabilities that can be fixed without breaking changes by running `npm audit fix`. Reduces total vulnerabilities from 106 to 83. Remaining issues require either breaking-change major version bumps to direct devDependencies (e.g. semantic-release, mkdirp, rimraf, tap-spec) or have no upstream fix available (e.g. transitive deps via deprecated `request` and `gh-pages-deploy` packages). Those are deferred for manual review.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
npm audit fixto resolve security vulnerabilities that can be fixed without breaking changes.@octokit/*,ajv,braces,tar,minimatch,marked,semver,json-schema,http-cache-semantics,brace-expansion,diff,ansi-regex, etc.).package-lock.jsonis touched; no direct dependency version ranges inpackage.jsonwere modified.Remaining vulnerabilities
The remaining 83 issues fall into two buckets and were intentionally deferred:
Require breaking changes (
npm audit fix --forcewould do major bumps):semantic-release17 -> 24mkdirp1 -> 3rimraf3 -> 6tap-spec5 -> 2.2.2 (downgrade)open-> 6.xNo upstream fix available, mostly transitive deps inherited via deprecated packages such as
request,gh-pages-deploy, and bundled dependencies in thenpmCLI.These should be addressed in a follow-up by either replacing the affected dev tooling (e.g.
requestis deprecated) or accepting the major bumps after manual verification.Test plan
npm testruns locally