chore(security): patch 0 Dependabot alerts#308
Merged
Conversation
Remove redundant `ip-address` resolution. `[email protected]` already requests `ip-address@^10.1.1`, which resolves to 10.2.0 naturally — no override needed. `yarn.lock` is unchanged. The `semantic-release-slack-bot/**/micromatch` resolution stays: removing it lets `[email protected]`'s exact pin to `[email protected]` reintroduce the ReDoS vulnerability. https://claude.ai/code/session_01WbAejfq8AH22exqSxNwBjs
nbouliol
approved these changes
May 21, 2026
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, 1 resolutions removed. | label: 🔒 security applied
No open Dependabot alerts at this run. Sweeping the existing
resolutionsblock surfaced one redundant entry — shipping the cleanup on its own as instructed.Fixed
None — no open alerts.
Ignored
None.
Deferred
None.
Resolutions added
None.
Resolutions removed
package.jsonip-address: ^10.1.1[email protected], which itself requestsip-address@^10.1.1. Removed the resolution, ranyarn install, confirmedyarn why ip-addressstill reports10.2.0andyarn.lockis byte-identical. The natural resolution fromsocksalready satisfies the original pin.The other resolution (
semantic-release-slack-bot/**/micromatch: ^4.0.8) was probed and kept: removing it causes[email protected]'s exact pinmicromatch "4.0.2"to reintroduce[email protected](vulnerable to ReDoS GHSA-952p-6rrq-rcjv). Confirmed via fresh install +yarn why micromatch.Risks
No behavior change.
yarn.lockis byte-identical to baseline after the resolution removal — the resolved tree is unaffected, only the (now-unnecessary) override is gone.Manual testing
Covered by CI.
Validation
✅ CI green
Note
Remove
ip-addressoverride from package.json to patch Dependabot alertRemoves the
ip-addressresolution entry from package.json as part of a Dependabot security patch.Macroscope summarized 6f1918e.