chore(security): audit Dependabot alerts and remove redundant resolutions#301
Open
chore(security): audit Dependabot alerts and remove redundant resolutions#301
Conversation
Remove 2 redundant resolutions (lodash, lodash-es) — natural resolution already satisfies the pinned ranges.
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, 1 deferred, 0 resolutions added, 2 resolutions removed. | label: 🔒 security applied
Fixed
None.
Ignored
None.
Deferred
ip-address(npm, dev/transitive). Created2026-05-06, less than 7 days old; deferred to next run per the age gate.Resolutions added
None.
Resolutions removed
package.jsonlodash^4.18.0yarn install, the natural transitive ranges (^4.17.4,^4.17.15) resolve tolodash@4.18.1, which already satisfies^4.18.0. Verified viayarn why lodash.package.jsonlodash-es^4.18.0yarn install, the natural transitive range (^4.17.21) resolves tolodash-es@4.18.1, which already satisfies^4.18.0. Verified viayarn why lodash-es.The
semantic-release-slack-bot/**/micromatch: ^4.0.8resolution is kept — without it, thesemantic-release-slack-botchain falls back tomicromatch@4.0.2(still vulnerable to ReDoS). Verified by removing and re-installing.Risks
No behavior change. The redundant
lodash/lodash-espins were no-ops at the registry level — removing them yields the same resolved versions (4.18.1) the lockfile already had. Lockfile diff is large because Yarn re-orders entries on a fresh install, but the resolved versions oflodash@4.18.1,lodash-es@4.18.1, andmicromatch@4.0.8are unchanged.Manual testing
Covered by CI.
Validation
✅ CI green