chore(security): remove 2 redundant resolutions#294
Closed
Conversation
Remove redundant resolutions in package.json: - lodash: ^4.18.0 (natural resolution from @semantic-release/* satisfies >=4.18.0) - lodash-es: ^4.18.0 (natural resolution from @semantic-release/exec satisfies >=4.18.0) Kept semantic-release-slack-bot/**/micromatch: ^4.0.8 — without it, semantic-release-slack-bot pins micromatch@4.0.2 which is below the patched ^4.0.8 (GHSA-952p-6rrq-rcjv). https://claude.ai/code/session_01SM8R8X6anjSWiZc5q2bfKt
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.
Summary
0 fixed, 0 ignored, 0 deferred, 0 resolutions added, 2 resolutions removed. | label: 🔒 security applied
No open Dependabot alerts at the time of this run — shipping for resolution hygiene only.
Fixed
None — no open alerts.
Ignored
None.
Deferred
None.
Resolutions added
None.
Resolutions removed
package.jsonlodash: ^4.18.0@semantic-release/changelog,@semantic-release/git, and@commitlint/clideclarelodash: ^4.17.4; with the entry removed,yarn installstill resolveslodash@4.18.1(verified viayarn why lodash).package.jsonlodash-es: ^4.18.0@semantic-release/execdeclareslodash-es: ^4.17.21; with the entry removed,yarn installstill resolveslodash-es@4.18.1(verified viayarn why lodash-es).semantic-release-slack-bot/**/micromatch: ^4.0.8was tested and kept — without it,semantic-release-slack-bot@4.0.2pinsmicromatch@4.0.2, below the patched range for GHSA-952p-6rrq-rcjv (ReDoS, fixed in 4.0.8).Risks
No behavior change. Resolved versions of
lodash(4.18.1),lodash-es(4.18.1), andmicromatch(4.0.8) are all unchanged inyarn.lock— verified viayarn why <pkg>after the install. The package.json entries were redundant pins, not active overrides.Manual testing
Covered by CI.
Validation
✅ CI green