Conversation
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.0 to 3.3.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.3.0...3.3.2) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
PR SummaryMedium Risk Overview This is primarily a security/bugfix upgrade, but reviewers should confirm the repo’s Node version aligns with Written by Cursor Bugbot for commit 231621b. This will update automatically on new commits. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "license": "(MPL-2.0 OR Apache-2.0)", | ||
| "engines": { | ||
| "node": ">=20" | ||
| }, |
There was a problem hiding this comment.
New dependency requires Node >=20, project supports >=18
Low Severity
The updated dompurify 3.3.2 declares "engines": { "node": ">=20" }, but the project's own package.json specifies "engines": { "node": ">=18.0" }. This means the project claims to support Node 18, but now depends on a package that requires Node 20+. Anyone running on Node 18 could encounter compatibility issues. The CI workflows already use Node 20, so this won't break builds, but the stated project support range is now inconsistent with its dependency requirements.


Bumps dompurify from 3.3.0 to 3.3.2.
Release notes
Sourced from dompurify's releases.
Commits
5e56114Getting 3.x branch ready for 3.3.2 release (#1208)e8c95f4fix: Fixed the broken package-lock.json9636037Update package-lock.json5cad4ceGetting 3.x branch ready for 3.3.2 releas (#1205)6fc446aMerge pull request #1175 from cure53/main3b3bf91Merge branch 'main' of github.com:cure53/DOMPurify9863f41chore: Preparing 3.3.1 releaseb4e0295chore: Preparing 3.3.0 release077746bbuild(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#1170)4de68bbbuild(deps): bump actions/checkout from 5 to 6 (#1171)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.