Skip to content

Bump dompurify from 2.4.4 to 3.0.3

dependabot requested to merge dependabot-npm_and_yarn-dompurify-3.0.3 into main

Bumps dompurify from 2.4.4 to 3.0.3.

Release notes

Sourced from dompurify's releases.

DOMPurify 3.0.3

  • Added new TRUSTED_TYPES_POLICY configuration option, thanks @​dejang
  • Added feDropShadow to the SVG filter allow-list, thanks @​SelfMadeSystem

DOMPurify 3.0.2

  • Fixed an issue with ALLOWED_URI_REGEXP not being reset, thanks @​mukilane
  • Added mprescripts tag to allowed MathML elements, thanks @​duyhai94
  • Added SMS URI scheme to allowed URI schemes, tanks @​Kiwka
  • Updated supported browser versions for nicer code and smaller size, thanks @​buzinas

DOMPurify 3.0.1

  • Fixed a problem with improper reset of custom HTML options, thanks @​ammaraskar

DOMPurify 3.0.0

  • Removed all code that is for MSIE-only
  • Removed all tests that are for MSIE-only
  • Modified documentation to reflect new state of MSIE support
  • Added support for ALLOW_SELF_CLOSE_IN_ATTR flag, thanks @​edg2s @​AndreVirtimo
  • Added better support for shadowrootmode, thanks @​mfreed7

NOTE Please use the 2.4.4 release if you still need MSIE support, 3.0.0 comes without the MSIE overhead

DOMPurify 2.4.5

  • Fixed a problem with improper reset of custom HTML options, thanks @​ammaraskar
Commits
  • c70f8c5 Merge pull request #805 from cure53/main
  • ca67d37 chore: preparing 3.0.3 release
  • ad1bdd4 Merge pull request #801 from dejang/refactor-policy-creation-order
  • e7895b4 Merge pull request #803 from cure53/dependabot/npm_and_yarn/engine.io-and-soc...
  • 8a2ca66 build(deps): bump engine.io and socket.io
  • 2377fc5 create internal trustedTypes policy only if not specified via config object
  • bb04683 Merge pull request #800 from dejang/configurable-trusted-types-policy
  • 8dc24e4 support TRUSTED_TYPES_POLICY configuration option
  • f3a5f0c Merge pull request #795 from SelfMadeSystem/patch-1
  • d507666 Moved feDropShadow to the svg filter allowlist
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports