Bump dompurify from 3.2.4 to 3.3.2#282
Conversation
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.4 to 3.3.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.2.4...3.3.2) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
Dependency update for DOMPurify, security and bug fix patches, safe to merge. Approved. |
There was a problem hiding this comment.
Pull request overview
Updates the project’s DOM sanitization library dependency (DOMPurify) to a newer patch/minor release, primarily for upstream security and correctness fixes.
Changes:
- Bump
dompurifydevDependency from^3.2.4to^3.3.2 - Update
package-lock.jsonto reflect the new resolved DOMPurify version and metadata
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates the dompurify devDependency version specifier |
| package-lock.json | Locks dompurify to 3.3.2 and records its new package metadata (including Node engine requirement) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@wordpress/scripts": "^30.4.0", | ||
| "date-fns": "^2.28.0", | ||
| "dompurify": "^3.2.4", | ||
| "dompurify": "^3.3.2", |
There was a problem hiding this comment.
dompurify@3.3.2 declares engines.node >=20 (see lockfile), but this repo pins Node 18.12.1 via volta and allows >=18.12.1 via engines. This version bump is likely to break installs/builds in environments that enforce engine checks (or when developers use Volta's pinned Node 18). Consider either (a) bumping the repo's Node/Volta requirements to >=20 (and updating any CI/build docs accordingly) or (b) keeping dompurify on a Node-18-compatible version.
| "dompurify": "^3.3.2", | |
| "dompurify": "3.0.2", |
Bumps dompurify from 3.2.4 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.