build(deps): bump dompurify from 3.3.1 to 3.3.2 in /frontend#44
Open
dependabot[bot] wants to merge 1 commit intodevfrom
Open
build(deps): bump dompurify from 3.3.1 to 3.3.2 in /frontend#44dependabot[bot] wants to merge 1 commit intodevfrom
dependabot[bot] wants to merge 1 commit intodevfrom
Conversation
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.3.1...3.3.2) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps dompurify from 3.3.1 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)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.
Greptile Summary
This PR bumps
dompurifyfrom 3.3.1 to 3.3.2 in the frontend, a security-oriented patch release.Key changes:
package.json: version constraint updated from^3.3.1to^3.3.2package-lock.json: resolved URL, integrity hash updated; a newengines: { node: \">=20\" }constraint is added by the upstream packageSecurity fixes included in 3.3.2 (from release notes):
_isValidAttributeCompatibility: The new
node >= 20engine requirement introduced by dompurify 3.3.2 is satisfied — the project'sfrontend/.nvmrcpins Node.js tov22.17.0.Confidence Score: 5/5
Safe to merge — this is a pure security patch with no API changes and all compatibility requirements are met.
No logic changes — only version numbers and integrity hashes updated. The new node >= 20 engine constraint is satisfied by the project's pinned Node.js v22.17.0. The patch addresses real security issues (prototype pollution, XSS bypass), making this a beneficial and low-risk update.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["dependabot detects dompurify 3.3.2"] --> B["package.json\n^3.3.1 → ^3.3.2"] B --> C["package-lock.json\nversion / hash / engines updated"] C --> D{"Node.js engine check\nrequires >= 20"} D -->|".nvmrc = v22.17.0 ✅"| E["Compatible"] E --> F["Security fixes applied\n• jsdom raw-text bypass\n• Prototype pollution\n• Lenient _isValidAttribute parsing"]Reviews (1): Last reviewed commit: "build(deps): bump dompurify from 3.3.1 t..." | Re-trigger Greptile