Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ckeditor5, @ckeditor/ckeditor5-adapter-ckfinder, @ckeditor/ckeditor5-alignment, @ckeditor/ckeditor5-autoformat, @ckeditor/ckeditor5-basic-styles, @ckeditor/ckeditor5-block-quote, @ckeditor/ckeditor5-ckbox, @ckeditor/ckeditor5-ckfinder, @ckeditor/ckeditor5-code-block, @ckeditor/ckeditor5-editor-classic, @ckeditor/ckeditor5-essentials, @ckeditor/ckeditor5-font, @ckeditor/ckeditor5-heading, @ckeditor/ckeditor5-horizontal-line, @ckeditor/ckeditor5-html-embed, @ckeditor/ckeditor5-image, @ckeditor/ckeditor5-indent, @ckeditor/ckeditor5-link, @ckeditor/ckeditor5-list, @ckeditor/ckeditor5-media-embed, @ckeditor/ckeditor5-mention, @ckeditor/ckeditor5-page-break, @ckeditor/ckeditor5-paste-from-office, @ckeditor/ckeditor5-remove-format, @ckeditor/ckeditor5-special-characters, @ckeditor/ckeditor5-table, @ckeditor/ckeditor5-word-count, @ckeditor/ckeditor5-source-editing, @ckeditor/ckeditor5-show-blocks, @ckeditor/ckeditor5-style, @ckeditor/ckeditor5-html-support and @ckeditor/ckeditor5-find-and-replace #6

Open
wants to merge 1 commit into
base: 7.dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

Bumps ckeditor5 to 43.1.1 and updates ancestor dependencies ckeditor5, @ckeditor/ckeditor5-adapter-ckfinder, @ckeditor/ckeditor5-alignment, @ckeditor/ckeditor5-autoformat, @ckeditor/ckeditor5-basic-styles, @ckeditor/ckeditor5-block-quote, @ckeditor/ckeditor5-ckbox, @ckeditor/ckeditor5-ckfinder, @ckeditor/ckeditor5-code-block, @ckeditor/ckeditor5-editor-classic, @ckeditor/ckeditor5-essentials, @ckeditor/ckeditor5-font, @ckeditor/ckeditor5-heading, @ckeditor/ckeditor5-horizontal-line, @ckeditor/ckeditor5-html-embed, @ckeditor/ckeditor5-image, @ckeditor/ckeditor5-indent, @ckeditor/ckeditor5-link, @ckeditor/ckeditor5-list, @ckeditor/ckeditor5-media-embed, @ckeditor/ckeditor5-mention, @ckeditor/ckeditor5-page-break, @ckeditor/ckeditor5-paste-from-office, @ckeditor/ckeditor5-remove-format, @ckeditor/ckeditor5-special-characters, @ckeditor/ckeditor5-table, @ckeditor/ckeditor5-word-count, @ckeditor/ckeditor5-source-editing, @ckeditor/ckeditor5-show-blocks, @ckeditor/ckeditor5-style, @ckeditor/ckeditor5-html-support and @ckeditor/ckeditor5-find-and-replace. These dependencies need to be updated together.

Updates ckeditor5 from 41.2.1 to 43.1.1

Release notes

Sourced from ckeditor5's releases.

v43.1.1

We are happy to announce the release of CKEditor 5 v43.1.1.

During a recent internal audit, we identified a Cross-Site Scripting (XSS) vulnerability in the CKEditor 5 clipboard package (CVE-2024-45613). This vulnerability could be triggered by a specific user action, leading to unauthorized JavaScript code execution, if the attacker managed to insert malicious content into the editor, which might happen with a very specific editor configuration.

This vulnerability affects only installations where the editor configuration meets the following criteria:

  1. The Block Toolbar plugin is enabled.
  2. One of the following plugins is also enabled:

You can read more details in the relevant security advisory and contact us if you have more questions.

Taking the occasion, we decided to introduce additional hardening to some parts of our codebase that introduce theoretical and unexploitable issues. Our security team confirmed that none of these issues were exploitable in a real scenario, however, we decided to fix them, in order to increase the overall security posture of our software.

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Changelog

Sourced from ckeditor5's changelog.

43.1.1 (September 25, 2024)

We are happy to announce the release of CKEditor 5 v43.1.1.

During a recent internal audit, we identified a Cross-Site Scripting (XSS) vulnerability in the CKEditor 5 clipboard package (CVE-2024-45613). This vulnerability could be triggered by a specific user action, leading to unauthorized JavaScript code execution, if the attacker managed to insert malicious content into the editor, which might happen with a very specific editor configuration.

This vulnerability affects only installations where the editor configuration meets the following criteria:

  1. The Block Toolbar plugin is enabled.
  2. One of the following plugins is also enabled:

You can read more details in the relevant security advisory and contact us if you have more questions.

Taking the occasion, we decided to introduce additional hardening to some parts of our codebase that introduce theoretical and unexploitable issues. Our security team confirmed that none of these issues were exploitable in a real scenario, however, we decided to fix them, in order to increase the overall security posture of our software.

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Commits
  • 6b1e550 Release: v43.1.1.
  • e63d992 Merge pull request #17148 from ckeditor/release_to_release
  • 2c43f71 Merge pull request #17113 from ckeditor/ck/fix-selection-hang-test
  • 9c2d297 Changelog for v43.1.1.
  • 84cdd9c Release: v43.1.0.
  • b32ee03 Merge pull request #17034 from ckeditor/revert-16878-ci/16870-sanitize-html
  • de4a416 Docs: minor fix. [skip ci]
  • 1eff562 Updated CHANGELOG.md. [short flow]
  • b2021fa Update docs/updating/update-to-43.md
  • aeafee9 Update docs/updating/update-to-43.md
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-adapter-ckfinder from 41.2.1 to 43.1.1

Release notes

Sourced from @​ckeditor/ckeditor5-adapter-ckfinder's releases.

v43.1.1

We are happy to announce the release of CKEditor 5 v43.1.1.

During a recent internal audit, we identified a Cross-Site Scripting (XSS) vulnerability in the CKEditor 5 clipboard package (CVE-2024-45613). This vulnerability could be triggered by a specific user action, leading to unauthorized JavaScript code execution, if the attacker managed to insert malicious content into the editor, which might happen with a very specific editor configuration.

This vulnerability affects only installations where the editor configuration meets the following criteria:

  1. The Block Toolbar plugin is enabled.
  2. One of the following plugins is also enabled:

You can read more details in the relevant security advisory and contact us if you have more questions.

Taking the occasion, we decided to introduce additional hardening to some parts of our codebase that introduce theoretical and unexploitable issues. Our security team confirmed that none of these issues were exploitable in a real scenario, however, we decided to fix them, in order to increase the overall security posture of our software.

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-adapter-ckfinder's changelog.

43.1.1 (September 25, 2024)

We are happy to announce the release of CKEditor 5 v43.1.1.

During a recent internal audit, we identified a Cross-Site Scripting (XSS) vulnerability in the CKEditor 5 clipboard package (CVE-2024-45613). This vulnerability could be triggered by a specific user action, leading to unauthorized JavaScript code execution, if the attacker managed to insert malicious content into the editor, which might happen with a very specific editor configuration.

This vulnerability affects only installations where the editor configuration meets the following criteria:

  1. The Block Toolbar plugin is enabled.
  2. One of the following plugins is also enabled:

You can read more details in the relevant security advisory and contact us if you have more questions.

Taking the occasion, we decided to introduce additional hardening to some parts of our codebase that introduce theoretical and unexploitable issues. Our security team confirmed that none of these issues were exploitable in a real scenario, however, we decided to fix them, in order to increase the overall security posture of our software.

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Commits
  • 6b1e550 Release: v43.1.1.
  • 84cdd9c Release: v43.1.0.
  • a0ac4f4 Release: v43.0.0.
  • f0e0db6 Changed global name for ckeditor5 for umd build and bump ckeditor5-dev-* to t...
  • 2b39778 Merge branch 'stable' into stable_to_master
  • 30c5780 Release: v42.0.2.
  • d860cbb Internal: Update dev-* packages.
  • e68214c Update dependencies to the latest version
  • 1739b8f Fix: Add dependencies used in the new dist folder as production `dependenci...
  • 20ea87d Simplified changelog in packages.
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-alignment from 41.2.1 to 43.1.1

Release notes

Sourced from @​ckeditor/ckeditor5-alignment's releases.

v43.1.1

We are happy to announce the release of CKEditor 5 v43.1.1.

During a recent internal audit, we identified a Cross-Site Scripting (XSS) vulnerability in the CKEditor 5 clipboard package (CVE-2024-45613). This vulnerability could be triggered by a specific user action, leading to unauthorized JavaScript code execution, if the attacker managed to insert malicious content into the editor, which might happen with a very specific editor configuration.

This vulnerability affects only installations where the editor configuration meets the following criteria:

  1. The Block Toolbar plugin is enabled.
  2. One of the following plugins is also enabled:

You can read more details in the relevant security advisory and contact us if you have more questions.

Taking the occasion, we decided to introduce additional hardening to some parts of our codebase that introduce theoretical and unexploitable issues. Our security team confirmed that none of these issues were exploitable in a real scenario, however, we decided to fix them, in order to increase the overall security posture of our software.

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-alignment's changelog.

43.1.1 (September 25, 2024)

We are happy to announce the release of CKEditor 5 v43.1.1.

During a recent internal audit, we identified a Cross-Site Scripting (XSS) vulnerability in the CKEditor 5 clipboard package (CVE-2024-45613). This vulnerability could be triggered by a specific user action, leading to unauthorized JavaScript code execution, if the attacker managed to insert malicious content into the editor, which might happen with a very specific editor configuration.

This vulnerability affects only installations where the editor configuration meets the following criteria:

  1. The Block Toolbar plugin is enabled.
  2. One of the following plugins is also enabled:

You can read more details in the relevant security advisory and contact us if you have more questions.

Taking the occasion, we decided to introduce additional hardening to some parts of our codebase that introduce theoretical and unexploitable issues. Our security team confirmed that none of these issues were exploitable in a real scenario, however, we decided to fix them, in order to increase the overall security posture of our software.

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Commits
  • 6b1e550 Release: v43.1.1.
  • 84cdd9c Release: v43.1.0.
  • a0ac4f4 Release: v43.0.0.
  • f0e0db6 Changed global name for ckeditor5 for umd build and bump ckeditor5-dev-* to t...
  • 2b39778 Merge branch 'stable' into stable_to_master
  • 30c5780 Release: v42.0.2.
  • d860cbb Internal: Update dev-* packages.
  • e68214c Update dependencies to the latest version
  • 1739b8f Fix: Add dependencies used in the new dist folder as production `dependenci...
  • 20ea87d Simplified changelog in packages.
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-autoformat from 41.2.1 to 43.1.1

Release notes

Sourced from @​ckeditor/ckeditor5-autoformat's releases.

v43.1.1

We are happy to announce the release of CKEditor 5 v43.1.1.

During a recent internal audit, we identified a Cross-Site Scripting (XSS) vulnerability in the CKEditor 5 clipboard package (CVE-2024-45613). This vulnerability could be triggered by a specific user action, leading to unauthorized JavaScript code execution, if the attacker managed to insert malicious content into the editor, which might happen with a very specific editor configuration.

This vulnerability affects only installations where the editor configuration meets the following criteria:

  1. The Block Toolbar plugin is enabled.
  2. One of the following plugins is also enabled:

You can read more details in the relevant security advisory and contact us if you have more questions.

Taking the occasion, we decided to introduce additional hardening to some parts of our codebase that introduce theoretical and unexploitable issues. Our security team confirmed that none of these issues were exploitable in a real scenario, however, we decided to fix them, in order to increase the overall security posture of our software.

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-autoformat's changelog.

43.1.1 (September 25, 2024)

We are happy to announce the release of CKEditor 5 v43.1.1.

During a recent internal audit, we identified a Cross-Site Scripting (XSS) vulnerability in the CKEditor 5 clipboard package (CVE-2024-45613). This vulnerability could be triggered by a specific user action, leading to unauthorized JavaScript code execution, if the attacker managed to insert malicious content into the editor, which might happen with a very specific editor configuration.

This vulnerability affects only installations where the editor configuration meets the following criteria:

  1. The Block Toolbar plugin is enabled.
  2. One of the following plugins is also enabled:

You can read more details in the relevant security advisory and contact us if you have more questions.

Taking the occasion, we decided to introduce additional hardening to some parts of our codebase that introduce theoretical and unexploitable issues. Our security team confirmed that none of these issues were exploitable in a real scenario, however, we decided to fix them, in order to increase the overall security posture of our software.

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Commits
  • 6b1e550 Release: v43.1.1.
  • 84cdd9c Release: v43.1.0.
  • a0ac4f4 Release: v43.0.0.
  • 28bf325 Other: Updated translations. [skip ci]
  • 4a8ca46 Other: Updated translations. [skip ci]
  • 2832bf8 Added exports for the blockAutoformatEditing and the `inlineAutoformatEditi...
  • f0e0db6 Changed global name for ckeditor5 for umd build and bump ckeditor5-dev-* to t...
  • 2b39778 Merge branch 'stable' into stable_to_master
  • 30c5780 Release: v42.0.2.
  • d860cbb Internal: Update dev-* packages.
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-basic-styles from 41.2.1 to 43.1.1

Release notes

Sourced from @​ckeditor/ckeditor5-basic-styles's releases.

v43.1.1

We are happy to announce the release of CKEditor 5 v43.1.1.

During a recent internal audit, we identified a Cross-Site Scripting (XSS) vulnerability in the CKEditor 5 clipboard package (CVE-2024-45613). This vulnerability could be triggered by a specific user action, leading to unauthorized JavaScript code execution, if the attacker managed to insert malicious content into the editor, which might happen with a very specific editor configuration.

This vulnerability affects only installations where the editor configuration meets the following criteria:

  1. The Block Toolbar plugin is enabled.
  2. One of the following plugins is also enabled:

You can read more details in the relevant

…tor5-alignment, @ckeditor/ckeditor5-autoformat, @ckeditor/ckeditor5-basic-styles, @ckeditor/ckeditor5-block-quote, @ckeditor/ckeditor5-ckbox, @ckeditor/ckeditor5-ckfinder, @ckeditor/ckeditor5-code-block, @ckeditor/ckeditor5-editor-classic, @ckeditor/ckeditor5-essentials, @ckeditor/ckeditor5-font, @ckeditor/ckeditor5-heading, @ckeditor/ckeditor5-horizontal-line, @ckeditor/ckeditor5-html-embed, @ckeditor/ckeditor5-image, @ckeditor/ckeditor5-indent, @ckeditor/ckeditor5-link, @ckeditor/ckeditor5-list, @ckeditor/ckeditor5-media-embed, @ckeditor/ckeditor5-mention, @ckeditor/ckeditor5-page-break, @ckeditor/ckeditor5-paste-from-office, @ckeditor/ckeditor5-remove-format, @ckeditor/ckeditor5-special-characters, @ckeditor/ckeditor5-table, @ckeditor/ckeditor5-word-count, @ckeditor/ckeditor5-source-editing, @ckeditor/ckeditor5-show-blocks, @ckeditor/ckeditor5-style, @ckeditor/ckeditor5-html-support and @ckeditor/ckeditor5-find-and-replace

Bumps [ckeditor5](https://github.com/ckeditor/ckeditor5) to 43.1.1 and updates ancestor dependencies [ckeditor5](https://github.com/ckeditor/ckeditor5), [@ckeditor/ckeditor5-adapter-ckfinder](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-adapter-ckfinder), [@ckeditor/ckeditor5-alignment](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-alignment), [@ckeditor/ckeditor5-autoformat](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-autoformat), [@ckeditor/ckeditor5-basic-styles](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-basic-styles), [@ckeditor/ckeditor5-block-quote](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-block-quote), [@ckeditor/ckeditor5-ckbox](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-ckbox), [@ckeditor/ckeditor5-ckfinder](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-ckfinder), [@ckeditor/ckeditor5-code-block](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-code-block), [@ckeditor/ckeditor5-editor-classic](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-editor-classic), [@ckeditor/ckeditor5-essentials](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-essentials), [@ckeditor/ckeditor5-font](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-font), [@ckeditor/ckeditor5-heading](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-heading), [@ckeditor/ckeditor5-horizontal-line](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-horizontal-line), [@ckeditor/ckeditor5-html-embed](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-html-embed), [@ckeditor/ckeditor5-image](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-image), [@ckeditor/ckeditor5-indent](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-indent), [@ckeditor/ckeditor5-link](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-link), [@ckeditor/ckeditor5-list](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-list), [@ckeditor/ckeditor5-media-embed](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-media-embed), [@ckeditor/ckeditor5-mention](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-mention), [@ckeditor/ckeditor5-page-break](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-page-break), [@ckeditor/ckeditor5-paste-from-office](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-paste-from-office), [@ckeditor/ckeditor5-remove-format](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-remove-format), [@ckeditor/ckeditor5-special-characters](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-special-characters), [@ckeditor/ckeditor5-table](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-table), [@ckeditor/ckeditor5-word-count](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-word-count), [@ckeditor/ckeditor5-source-editing](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-source-editing), [@ckeditor/ckeditor5-show-blocks](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-show-blocks), [@ckeditor/ckeditor5-style](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-style), [@ckeditor/ckeditor5-html-support](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-html-support) and [@ckeditor/ckeditor5-find-and-replace](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-find-and-replace). These dependencies need to be updated together.


Updates `ckeditor5` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](ckeditor/ckeditor5@v41.2.1...v43.1.1)

Updates `@ckeditor/ckeditor5-adapter-ckfinder` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-adapter-ckfinder)

Updates `@ckeditor/ckeditor5-alignment` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-alignment)

Updates `@ckeditor/ckeditor5-autoformat` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-autoformat)

Updates `@ckeditor/ckeditor5-basic-styles` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-basic-styles)

Updates `@ckeditor/ckeditor5-block-quote` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-block-quote)

Updates `@ckeditor/ckeditor5-ckbox` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-ckbox)

Updates `@ckeditor/ckeditor5-ckfinder` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-ckfinder)

Updates `@ckeditor/ckeditor5-code-block` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-code-block)

Updates `@ckeditor/ckeditor5-editor-classic` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-editor-classic)

Updates `@ckeditor/ckeditor5-essentials` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-essentials)

Updates `@ckeditor/ckeditor5-font` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-font)

Updates `@ckeditor/ckeditor5-heading` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-heading)

Updates `@ckeditor/ckeditor5-horizontal-line` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-horizontal-line)

Updates `@ckeditor/ckeditor5-html-embed` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-html-embed)

Updates `@ckeditor/ckeditor5-image` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-image)

Updates `@ckeditor/ckeditor5-indent` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-indent)

Updates `@ckeditor/ckeditor5-link` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-link)

Updates `@ckeditor/ckeditor5-list` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-list)

Updates `@ckeditor/ckeditor5-media-embed` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-media-embed)

Updates `@ckeditor/ckeditor5-mention` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-mention)

Updates `@ckeditor/ckeditor5-page-break` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-page-break)

Updates `@ckeditor/ckeditor5-paste-from-office` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-paste-from-office)

Updates `@ckeditor/ckeditor5-remove-format` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-remove-format)

Updates `@ckeditor/ckeditor5-special-characters` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-special-characters)

Updates `@ckeditor/ckeditor5-table` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-table)

Updates `@ckeditor/ckeditor5-word-count` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-word-count)

Updates `@ckeditor/ckeditor5-source-editing` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-source-editing)

Updates `@ckeditor/ckeditor5-show-blocks` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-show-blocks)

Updates `@ckeditor/ckeditor5-style` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-style)

Updates `@ckeditor/ckeditor5-html-support` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-html-support)

Updates `@ckeditor/ckeditor5-find-and-replace` from 41.2.1 to 43.1.1
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.1.1/packages/ckeditor5-find-and-replace)

---
updated-dependencies:
- dependency-name: ckeditor5
  dependency-type: indirect
- dependency-name: "@ckeditor/ckeditor5-adapter-ckfinder"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-alignment"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-autoformat"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-basic-styles"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-block-quote"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-ckbox"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-ckfinder"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-code-block"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-editor-classic"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-essentials"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-font"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-heading"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-horizontal-line"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-html-embed"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-image"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-indent"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-link"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-list"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-media-embed"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-mention"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-page-break"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-paste-from-office"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-remove-format"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-special-characters"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-table"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-word-count"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-source-editing"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-show-blocks"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-style"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-html-support"
  dependency-type: direct:development
- dependency-name: "@ckeditor/ckeditor5-find-and-replace"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants