Skip to content

Bump dompurify and swagger-ui in /frontend-angular#2919

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/frontend-angular/multi-d2daf20883
Closed

Bump dompurify and swagger-ui in /frontend-angular#2919
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/frontend-angular/multi-d2daf20883

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps dompurify to 3.4.11 and updates ancestor dependency swagger-ui. These dependencies need to be updated together.

Updates dompurify from 3.0.2 to 3.4.11

Release notes

Sourced from dompurify's releases.

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

  • Hardened the handling of Shadow Roots when using IN_PLACE, thanks @​GameZoneHacker
  • Removed a problem leading to permanent hook pollution, thanks @​offset
  • Refactored the test suite and expanded test coverage significantly

DOMPurify 3.4.6

  • Fixed several issues with DOM Clobbering in IN_PLACE mode, thanks @​offset & @​Bankde
  • Hardened the checks for cross-realm IN_PLACE and Shadow DOM sanitization, thanks @​offset & @​Bankde
  • Added more test coverage for IN_PLACE and general DOM Clobbering attacks
  • Bumped several dependencies where possible

DOMPurify 3.4.5

  • Fixed a bypass caused by the new HTML element selectedcontent added in 3.4.4, thanks @​KabirAcharya

Note that this is a security release for an issue introduced in 3.4.4 and should be upgraded to immediately.

... (truncated)

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates swagger-ui from 5.0.0 to 5.32.6

Release notes

Sourced from swagger-ui's releases.

v5.32.6

5.32.6 (2026-05-12)

Bug Fixes

  • deps-dev: address undici vulnerability (#10870) (35f5a6a)
  • docker: address CVE-2026-27135 nghttp2-libs vulnerability (#10879) (0a63415)

v5.32.5

5.32.5 (2026-04-27)

Bug Fixes

Reverts

v5.32.4

5.32.4 (2026-04-15)

Bug Fixes

  • authorization: increase backdrop z-index (#10831) (fd08fe8)
  • docker: upgrade alpine packages to address HIGH severity CVEs (#10830) (095ee75)

v5.32.3

5.32.3 (2026-04-14)

Bug Fixes

  • style: move button margin from right to left (#10696) (30279ef)

Performance Improvements

v5.32.2

5.32.2 (2026-04-07)

Bug Fixes

... (truncated)

Commits
  • dcdca62 chore(release): cut the 5.32.6 release
  • 871b897 chore(deps): swagger-client to 3.37.4 (#10880)
  • 0a63415 fix(docker): address CVE-2026-27135 nghttp2-libs vulnerability (#10879)
  • 9da9aed chore(deps-dev): bump fast-uri from 3.0.6 to 3.1.2 (#10875)
  • 716b006 chore(deps): bump @​babel/plugin-transform-modules-systemjs (#10877)
  • 70120da chore(deps-dev): replace html-webpack-skip-assets-plugin with native excludeC...
  • f672bd2 chore(deps): bump axios from 1.15.0 to 1.16.0 (#10872)
  • 35f5a6a fix(deps-dev): address undici vulnerability (#10870)
  • 5210ab5 chore(deps-dev): bump postcss from 8.5.3 to 8.5.12 (#10859)
  • dcb493c chore(release): cut the 5.32.5 release
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [dompurify](https://github.com/cure53/DOMPurify) to 3.4.11 and updates ancestor dependency [swagger-ui](https://github.com/swagger-api/swagger-ui). These dependencies need to be updated together.


Updates `dompurify` from 3.0.2 to 3.4.11
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.0.2...3.4.11)

Updates `swagger-ui` from 5.0.0 to 5.32.6
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v5.0.0...v5.32.6)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.4.11
  dependency-type: indirect
- dependency-name: swagger-ui
  dependency-version: 5.32.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 20, 2026
@dependabot dependabot Bot requested a review from ElenaSpb as a code owner June 20, 2026 10:59
@lifeart lifeart closed this Jun 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/frontend-angular/multi-d2daf20883 branch June 26, 2026 08:43
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