Skip to content

build(deps): bump jodit from 4.13.5 to 4.13.8 - #4541

Merged
thorsten merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jodit-4.13.8
Jul 30, 2026
Merged

build(deps): bump jodit from 4.13.5 to 4.13.8#4541
thorsten merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jodit-4.13.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps jodit from 4.13.5 to 4.13.8.

Release notes

Sourced from jodit's releases.

4.13.8

🏠 Internal

  • Dependencies: security/maintenance bumps — axios 1.18.0, webpack-dev-server 5.2.6, tar 7.5.21, svgo 4.0.2, fast-uri 3.1.4 (Dependabot). All dev/build-only. (#1384, #1385, #1386, #1387, #1388)

4.13.7

🐛 Bug Fix

  • Dialog: event handlers passed via options.events are now attached to the dialog's emitter (as FileBrowser already does). A dialog fires afterOpen/beforeClose on its own emitter — unlike popups, which fire on the editor emitter — so those events were previously unreachable from the editor. Plugins that open dialogs (e.g. the PRO Button Generator) can now forward the editor's events config so afterOpen/beforeClose can be observed. Reported by Ralf Pichler (uniquare.com, Jodit OEM).

4.13.6

🐛 Bug Fix

  • Security / clean-html: a <script> nested directly inside <svg> (or MathML) is now removed by denyTags. The deny/allow tag filter matched node.nodeName against an upper-cased hash, but foreign-namespaced elements keep their original case (an SVG <script> reports "script", not "SCRIPT"), so the script slipped through the default denyTags and executed when the value was loaded into the editor. The lookup now normalises the tag name to upper case, so namespace can't bypass the filter — while still honouring allowTags. Fixes GHSA-45qg-252v-3f7p. Thanks to Roman Kis for the report.
  • Toolbar: fixed TypeError: Cannot redefine property: component thrown when the editor is created with cache: false. ToolbarButton.createContainer (decorated with @cacheHTML) defined the component back-reference on the button element without configurable, i.e. non-configurable. With caching enabled the container is cloned (which drops the property), hiding the problem; with cache: false the container isn't cloned, so a button built after an editor became ready reached the constructor still carrying that non-configurable property and the constructor's redefine threw. The property is now defined as configurable, matching the base UIElement.
Changelog

Sourced from jodit's changelog.

4.13.8

🏠 Internal

  • Dependencies: security/maintenance bumps — axios 1.18.0, webpack-dev-server 5.2.6, tar 7.5.21, svgo 4.0.2, fast-uri 3.1.4 (Dependabot). All dev/build-only. (#1384, #1385, #1386, #1387, #1388)

4.13.7

🐛 Bug Fix

  • Dialog: event handlers passed via options.events are now attached to the dialog's emitter (as FileBrowser already does). A dialog fires afterOpen/beforeClose on its own emitter — unlike popups, which fire on the editor emitter — so those events were previously unreachable from the editor. Plugins that open dialogs (e.g. the PRO Button Generator) can now forward the editor's events config so afterOpen/beforeClose can be observed. Reported by Ralf Pichler (uniquare.com, Jodit OEM).

4.13.6

🐛 Bug Fix

  • Security / clean-html: a <script> nested directly inside <svg> (or MathML) is now removed by denyTags. The deny/allow tag filter matched node.nodeName against an upper-cased hash, but foreign-namespaced elements keep their original case (an SVG <script> reports "script", not "SCRIPT"), so the script slipped through the default denyTags and executed when the value was loaded into the editor. The lookup now normalises the tag name to upper case, so namespace can't bypass the filter — while still honouring allowTags. Fixes GHSA-45qg-252v-3f7p. Thanks to Roman Kis for the report.
  • Toolbar: fixed TypeError: Cannot redefine property: component thrown when the editor is created with cache: false. ToolbarButton.createContainer (decorated with @cacheHTML) defined the component back-reference on the button element without configurable, i.e. non-configurable. With caching enabled the container is cloned (which drops the property), hiding the problem; with cache: false the container isn't cloned, so a button built after an editor became ready reached the constructor still carrying that non-configurable property and the constructor's redefine threw. The property is now defined as configurable, matching the base UIElement.
Commits

Dependabot compatibility score

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)

Bumps [jodit](https://github.com/xdan/jodit) from 4.13.5 to 4.13.8.
- [Release notes](https://github.com/xdan/jodit/releases)
- [Changelog](https://github.com/xdan/jodit/blob/main/CHANGELOG.md)
- [Commits](xdan/jodit@4.13.5...4.13.8)

---
updated-dependencies:
- dependency-name: jodit
  dependency-version: 4.13.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jul 30, 2026
@thorsten
thorsten merged commit 14be661 into main Jul 30, 2026
16 checks passed
@thorsten
thorsten deleted the dependabot/npm_and_yarn/jodit-4.13.8 branch July 30, 2026 16:45
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