release 0.2.1 with transitive dependency security fixes#15
Merged
Conversation
Owner
alexmc2
commented
Apr 4, 2026
- release 0.2.1
- pin patched transitive minimatch versions via npm overrides
- refresh the lockfile with fixed minimatch and brace-expansion releases
- update the changelog for the security release
There was a problem hiding this comment.
Pull request overview
Releases version 0.2.1 of the scaffolding CLI, focused on addressing reported transitive dependency security issues by pinning patched minimatch versions and updating release notes accordingly.
Changes:
- Bump package version to
0.2.1and add npmoverridesto pin patched transitiveminimatchversions. - Refresh
package-lock.jsonto pull updatedminimatch/brace-expansionartifacts consistent with the overrides. - Add a
0.2.1changelog entry describing the security-focused release.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Version bump to 0.2.1 and introduces overrides to pin patched transitive minimatch versions. |
| package-lock.json | Lockfile refresh reflecting updated minimatch and brace-expansion resolutions. |
| CHANGELOG.md | Adds a 0.2.1 security release entry describing the dependency pinning and lockfile refresh. |
CHANGELOG.md
Outdated
|
|
||
| ## [0.2.1] - 2026-04-04 | ||
| ### Security | ||
| - Pinned patched transitive `minimatch` versions via npm `overrides` so installs no longer resolve the vulnerable `ejs -> jake -> filelist -> minimatch` path. |
There was a problem hiding this comment.
This wording is a bit misleading: npm overrides won’t prevent the ejs -> jake -> filelist -> minimatch dependency path from being resolved; it ensures that the resolved minimatch version on that path is patched. Consider rephrasing to explicitly say the vulnerable version is no longer resolved (or that the path now resolves to the patched version).
Suggested change
| - Pinned patched transitive `minimatch` versions via npm `overrides` so installs no longer resolve the vulnerable `ejs -> jake -> filelist -> minimatch` path. | |
| - Pinned patched transitive `minimatch` versions via npm `overrides` so the `ejs -> jake -> filelist -> minimatch` path now resolves to a patched `minimatch` release instead of a vulnerable one. |
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.