Skip to content

Bump dompurify from 3.4.1 to 3.4.13 in /docs/codexMaker - #88

Merged
VictorDoyle merged 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/codexMaker/dompurify-3.4.13
Aug 19, 2026
Merged

Bump dompurify from 3.4.1 to 3.4.13 in /docs/codexMaker#88
VictorDoyle merged 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/codexMaker/dompurify-3.4.13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps dompurify from 3.4.1 to 3.4.13.

Release notes

Sourced from dompurify's releases.

DOMPurify 3.4.13

  • Fixed an issue with hook removal during IN_PLACE sanitization, thanks @​koyokr
  • Fixed an issue with hooks potentially bypassing the clone guard, thanks @​AkshayjainG
  • Fixed an issue with DOM clobbering via ownerDocument during IN_PLACE, thanks @​AkshayjainG
  • Bumped several dependencies where possible

DOMPurify 3.4.12

  • Fixed an issue where a hook would not get called for custom elements, thanks @​Rikuxx0
  • Hardened the handling of hooks removing elements, @​mkrause-bee360
  • Added support for a few new SVG attributes, thanks @​cbn-falias & @​Develop-KIM
  • Hardened the handling of declarative partial updates
  • Updated the documentation is several spots, README, wiki, etc.
  • Bumped several dependencies where possible

DOMPurify 3.4.11

  • Fixed an issue with a leaky config for hooks via setConfig, thanks @​trace37labs
  • Bumped vulnerable development dependencies to arrive at plain 0 with npm audit
  • Updated the osv-scanner suppression list as no vulnerable dependencies are left for now
  • Updated up the linting tool-chain and removed now-redundant lint directives
  • Updated the documentation is several spots, README, wiki, etc.
  • Bumped several dependencies where possible

DOMPurify 3.4.10

  • Refactored codebase for clarity: extracted the public type declarations into types.ts
  • Decomposed the three largest sanitizer functions into focused helpers
  • Removed duplicated defaults and dead branches, consolidated SAFE_FOR_TEMPLATES scrubbing into single shared path
  • Improved per-node performance by hoisting the mXSS probe regexes and testing textContent before innerHTML
  • Added a deterministic micro-benchmark harness (npm run bench) with a --compare mode
  • Reduced CI cost by running the full three-engine browser suite once per PR
  • Refreshed the demos/ folder so every demo runs again, and added a SVG-via-<img> demo
  • Documented the bench and test:happydom scripts in the README
  • Completed the Attack Classes & Bypass History wiki page
  • Bumped several dependencies where possible

DOMPurify 3.4.9

  • Further improved the handling of Trusted Types config options, thanks @​offset
  • Further improved the handling of IN_PLACE sanitization, thanks @​mozfreddyb
  • Added more test coverage for IN_PLACE and Trusted Types related usage
  • Bumped several dependencies where possible
  • Updated README and wiki with more accurate documentation & attack samples

DOMPurify 3.4.8

  • Cleaned up the repository root, renamed some and removed unneeded files
  • Fixed an issue with handling of Trusted Types policies, thanks @​fulstadev
  • Fixed the node iterator for better template scrubbing, thanks @​IamLeandrooooo
  • Included formerly missing LICENSE-MPL in published npm package, thanks @​asamuzaK
  • Bumped several dependencies where possible

DOMPurify 3.4.7

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 9, 2026
@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

📊 Project Size Analysis

Overall Changes

💻 Codebase

  • Before: 722KB
  • After: 744KB
  • Change: +22KB

📦 Packages

  • Before: 755MB
  • After: 755MB
  • Change: +0B

Top 10 Size Changes (Codebase)

Package/File Size Before Size After Change
pkg_sizes_before.txt 0B 20KB +20KB
sizes_before.txt 0B 2KB +2KB
docs/codexMaker/package-lock.json 258KB 258KB +2B

Top 10 Size Changes (Packages)

Package/File Size Before Size After Change

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.1 to 3.4.13.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.4.1...3.4.13)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.4.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/codexMaker/dompurify-3.4.13 branch from bb6c988 to 937f7d6 Compare August 18, 2026 18:30
@github-actions

Copy link
Copy Markdown

📊 Project Size Analysis

Overall Changes

💻 Codebase

  • Before: 722KB
  • After: 744KB
  • Change: +22KB

📦 Packages

  • Before: 755MB
  • After: 755MB
  • Change: +0B

Top 10 Size Changes (Codebase)

Package/File Size Before Size After Change
pkg_sizes_before.txt 0B 20KB +20KB
sizes_before.txt 0B 2KB +2KB
docs/codexMaker/package-lock.json 258KB 258KB +2B

Top 10 Size Changes (Packages)

Package/File Size Before Size After Change

@VictorDoyle
VictorDoyle merged commit 93f9d14 into main Aug 19, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/docs/codexMaker/dompurify-3.4.13 branch August 19, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant