Skip to content

chore(security): patch 0 Dependabot alerts#308

Merged
nbouliol merged 1 commit into
mainfrom
security/2026-05-21
May 21, 2026
Merged

chore(security): patch 0 Dependabot alerts#308
nbouliol merged 1 commit into
mainfrom
security/2026-05-21

Conversation

@PMerlet
Copy link
Copy Markdown
Member

@PMerlet PMerlet commented May 21, 2026

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 resolutions block 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

File Pinned package Why removal is safe
package.json ip-address: ^10.1.1 Redundant. Only caller in the tree is [email protected], which itself requests ip-address@^10.1.1. Removed the resolution, ran yarn install, confirmed yarn why ip-address still reports 10.2.0 and yarn.lock is byte-identical. The natural resolution from socks already 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 pin micromatch "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.lock is 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-address override from package.json to patch Dependabot alert

Removes the ip-address resolution entry from package.json as part of a Dependabot security patch.

Macroscope summarized 6f1918e.

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 nbouliol merged commit 73d7048 into main May 21, 2026
45 checks passed
@nbouliol nbouliol deleted the security/2026-05-21 branch May 21, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants