Skip to content

Commit 04fa6f1

Browse files
axpnetaeroftp[bot]claude
committed
fix(deps): align dompurify override with the direct dependency
package.json declared dompurify both as a direct dependency and as a top-level override at the same range, so every Dependabot npm run failed with 'Override for dompurify@x conflicts with direct dependency' and could not refresh any npm PR. Use npm's $dompurify reference so the override tracks the direct dependency version: the transitive security floor is preserved and Dependabot can bump the direct dependency freely. Lockfile regenerated (no tree change, 0 vulnerabilities). Co-Authored-By: aeroftp[bot] <aeroftp[bot]@users.noreply.github.com> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8db6c7e commit 04fa6f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
},
6363
"overrides": {
6464
"picomatch": ">=2.3.2",
65-
"dompurify": "^3.4.2"
65+
"dompurify": "$dompurify"
6666
}
6767
}

0 commit comments

Comments
 (0)