Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the npm group with 24 updates:

Package From To
@codemirror/autocomplete 6.18.6 6.20.0
@codemirror/commands 6.8.1 6.10.0
@codemirror/language 6.11.0 6.11.3
@codemirror/legacy-modes 6.5.1 6.5.2
@codemirror/view 6.38.1 6.39.4
bootstrap 5.3.7 5.3.8
bootstrap-icons 1.9.1 1.13.1
datatables.net 2.3.4 2.3.5
datatables.net-bs5 2.3.1 2.3.5
datatables.net-fixedcolumns 5.0.4 5.0.5
datatables.net-fixedcolumns-bs5 5.0.4 5.0.5
katex 0.16.21 0.16.27
prosemirror-inputrules 1.5.0 1.5.1
prosemirror-keymap 1.2.2 1.2.3
prosemirror-menu 1.2.4 1.2.5
prosemirror-model 1.25.1 1.25.4
prosemirror-view 1.40.0 1.41.4
video.js 8.21.0 8.23.4
@rollup/plugin-replace 6.0.2 6.0.3
autoprefixer 10.4.21 10.4.23
less 4.1.2 4.5.1
rollup 4.52.5 4.53.4
sass 1.76.0 1.96.0
serve 14.2.4 14.2.5

Updates @codemirror/autocomplete from 6.18.6 to 6.20.0

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.20.0 (2025-11-20)

New features

Completions now support a sortText property to influence sort order.

6.19.1 (2025-10-23)

Bug fixes

Make sure a completion's info panel is associated with that completion in the accessibility tree.

6.19.0 (2025-09-26)

New features

Completion sections may now set their rank to dynamic to indicate their order should be determined by the matching score of their best-matching option.

6.18.7 (2025-09-02)

Bug fixes

Add a binding for Alt-i to trigger startCompletion, following VS Code's current default bindings.

Improve handling of nested fields in snippets.

Commits
  • d5e37b3 Mark version 6.20.0
  • 7c8e0d5 Add support for Completion.sortText
  • 8f88a0e Mark version 6.19.1
  • f098482 Set info panel as description of the option in accessibility tree
  • 27bbf99 Mark version 6.19.0
  • 9be8852 Allow completion sections to have a dynamic rank
  • 0e49b08 Mark version 6.18.7
  • 0b3a0a9 Support nested snippet fields
  • ab0a899 Add Alt-i as a key for startCompletion
  • 10ea060 Switch from exclamation point to declare syntax for type-only properties
  • Additional commits viewable in compare view

Updates @codemirror/commands from 6.8.1 to 6.10.0

Changelog

Sourced from @​codemirror/commands's changelog.

6.10.0 (2025-10-23)

New features

The new deleteGroupForwardWin command provides by-group forward deletion using the Windows convention.

6.9.0 (2025-10-02)

Bug fixes

Prevent the default behavior of backspace and delete keys, to prevent the browser from doing anything creative when there's nothing to delete.

New features

Implement new addCursorAbove and addCursorBelow commands. Bind them to Mod-Alt-ArrowUp/Down in the default keymap.

Commits
  • 97194a6 Mark version 6.10.0
  • 2951cc0 Export a deleteGroupForwardWin variant
  • 49959cd Mark version 6.9.0
  • 775f8de Add preventDefault flag to backspace and delete commands
  • 2ff2e3d Make implementation of addCursorAbove/Below a bit more efficient
  • ec02f63 Add addCursorAbove/Below commands
  • See full diff in compare view

Updates @codemirror/language from 6.11.0 to 6.11.3

Changelog

Sourced from @​codemirror/language's changelog.

6.11.3 (2025-08-15)

Bug fixes

Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.

6.11.2 (2025-06-27)

Bug fixes

Make sure folded ranges open when backspacing or deleting into them.

6.11.1 (2025-06-02)

Bug fixes

Fix an issue where indentation would sometimes miss nodes in mixed-language situations.

Commits
  • 9c41d68 Mark version 6.11.3
  • 1979f0d Reduce StreamParser chunk size
  • ca8d6be Mark version 6.11.2
  • 2bc3b04 Open folds when deleting/backspacing into them
  • 53e08cc Mark version 6.11.1
  • 56a1c5f Fix an issue in overlay tree traversal in indentation
  • 951477e Fix grammar in doc comment
  • See full diff in compare view

Updates @codemirror/legacy-modes from 6.5.1 to 6.5.2

Changelog

Sourced from @​codemirror/legacy-modes's changelog.

6.5.2 (2025-09-30)

Bug fixes

Properly tokenize multi-line strings in TOML mode.

Properly declare comment syntax metadata for the Q language.

Commits
  • 693b4a3 Mark version 6.5.2
  • 87efec8 Fix simple-mode unicode regex flag being dropped
  • ca768ce Fix Kotlin unsigned long literal token
  • 7bc6fee Fix Q mode block comment tokenizing, add comment syntax metadata.
  • 15f26b0 Support multi-line strings in TOML mode
  • See full diff in compare view

Updates @codemirror/view from 6.38.1 to 6.39.4

Changelog

Sourced from @​codemirror/view's changelog.

6.39.4 (2025-12-12)

Bug fixes

Fix a bug where paste events handlers on Chrome could fail to run when pasting on a blank line.

Fix a regression causing the native cursor to get stuck before block widgets with side>0.

Fix a crash in content DOM building after a block widget.

Fix a bug in posAtCoords that would in some circumstances make it return positions on the wrong side of a block widget.

6.39.3 (2025-12-11)

Bug fixes

Fix a bug that could corrupt the rendered document in some situations involving adjacent mark decorations of the same type.

6.39.2 (2025-12-09)

Bug fixes

Fix an issue where moveVertially was sometimes unable to escape lines with thick borders or padding.

6.39.1 (2025-12-09)

Bug fixes

Restore a workaround for a Chrome selection bug that had regressed in the previous release.

6.39.0 (2025-12-08)

Bug fixes

Properly handle bidirectional text in posAtCoords.

Avoid computing a zero character width (leading to divisions by zero) when the editor is hidden and the browser doesn't have a layout for it.

New features

The posAndSideAtCoords method is an extended version of posAtCoords that also tells you which side of the position the coordinates are associated with.

Add support for block wrappers, decoration-like things that allow extension code to create DOM nodes around groups of lines.

6.38.8 (2025-11-17)

Bug fixes

Improve handling of composition with multiple cursors on MacOS.

... (truncated)

Commits
  • db7c7c4 Mark version 6.39.4
  • 130b4a5 Fix posAtCoords right after a block widget at start of line
  • 67e2013 Ensure there's an active line before emitting inline content
  • 4be27f1 Fix broken native cursor positioning after side=1 block widgets
  • 578625e Prevent hidden widgets from eating events
  • 75a63c0 Return DOM positions at the right side of point widgets
  • 72d07e4 Mark version 6.39.3
  • b616246 Fix a bug in mark decoration drawing
  • 0f1f805 Mark version 6.39.2
  • ce1e5c7 Improve handling of line padding in vertical cursor motion
  • Additional commits viewable in compare view

Updates bootstrap from 5.3.7 to 5.3.8

Release notes

Sourced from bootstrap's releases.

v5.3.8

What's Changed

Dependencies

New Contributors

Full Changelog: twbs/bootstrap@v5.3.7...v5.3.8

Commits

Updates bootstrap-icons from 1.9.1 to 1.13.1

Release notes

Sourced from bootstrap-icons's releases.

v1.13.1

Quick fix for search on the docs.

What's Changed

Full Changelog: twbs/icons@v1.13.0...v1.13.1

v1.13.0

What's Changed

Full Changelog: twbs/icons@v1.12.1...v1.13.0

v1.12.1

Forgot to generate new docs page for Bluesky because I was too excited about a single icon update.

v1.12.0: The Bluesky Update

There's only one new icon in this release… and it‘s Bluesky. 🤣

v1.11.4

What's Changed

Not including several dependency updates…

New Contributors

Full Changelog: twbs/icons@v1.11.3...v1.11.4

... (truncated)

Commits

Updates datatables.net from 2.3.4 to 2.3.5

Commits
  • d20915f Sync tag release - 2.3.5
  • 6f41c0b d8c0b84d669af57b39f87de2148827909f939d92 Release 2.3.5
  • e5a8102 482118dc5576e787995199e2f655735c4ddc2eaf Tests: Updates to tests for compatib...
  • 46a2a7c 41753f5bf8cfec1019110dac3aa169ea0d76ac7b Docs: Fix markup for deprecation war...
  • 247afa2 d9865f0255e0bd2964a5da4e2d4c1d0781128b78 Build: Allow catch statements to h...
  • e81f02b 5209034dcd57c4fa531dea07df752c91469119fd Build: Update dependencies
  • 4f4018c 0856947dafffde62560b92a3adf59e3376ffda34 Update: Update SCSS for future compa...
  • 1db99e4 2f60af7746b59e655ceec99ec569c15e13ecbe0e Fix: -api column().type() would re...
  • eff15c0 e6578101577a7f4585536f63ea4bd957b381c13f Dev: Add a default padding character...
  • e98611e 8b2d742ca039f06ed2724bb5b4c25577c50393bd Fix: Column width calculations now u...
  • Additional commits viewable in compare view

Updates datatables.net-bs5 from 2.3.1 to 2.3.5

Commits
  • 89b7981 Sync tag release - 2.3.5
  • 92c5029 d8c0b84d669af57b39f87de2148827909f939d92 Release 2.3.5
  • 7ddf44a 482118dc5576e787995199e2f655735c4ddc2eaf Tests: Updates to tests for compatib...
  • f48bde9 41753f5bf8cfec1019110dac3aa169ea0d76ac7b Docs: Fix markup for deprecation war...
  • 9e6e770 d9865f0255e0bd2964a5da4e2d4c1d0781128b78 Build: Allow catch statements to h...
  • e30e7a8 5209034dcd57c4fa531dea07df752c91469119fd Build: Update dependencies
  • 1733f41 0856947dafffde62560b92a3adf59e3376ffda34 Update: Update SCSS for future compa...
  • 551467a 2f60af7746b59e655ceec99ec569c15e13ecbe0e Fix: -api column().type() would re...
  • 21fba66 e6578101577a7f4585536f63ea4bd957b381c13f Dev: Add a default padding character...
  • 6e8563f 8b2d742ca039f06ed2724bb5b4c25577c50393bd Fix: Column width calculations now u...
  • Additional commits viewable in compare view

Updates datatables.net-fixedcolumns from 5.0.4 to 5.0.5

Release notes

Sourced from datatables.net-fixedcolumns's releases.

5.0.5

FixedColumns 5.0.5

Commits
  • e830c1f Include ESM files in Nuget packages
  • ec4272a 683849f662ce760fd1d7eac296ed46bfafaf22d2 Dev: Remove DS_Store
  • 411bb05 ef7fdd9a3f526d8420ebe87d1a19aab578f7a546 Fix: When initialised via `-button f...
  • 4ce7b47 ab37526c9bae46cef14977a6ee256fd382362302 spelling: datatables
  • bb8c5c7 Correct typo
  • cbc4fcc Update readme for clearer install instructions
  • 1b4ed91 Sync tag release - 5.0.4
  • 4f34a08 46c9b7d9527b20af916949e4a87bf97a359659ca Release 5.0.4
  • See full diff in compare view

Updates datatables.net-fixedcolumns-bs5 from 5.0.4 to 5.0.5

Release notes

Sourced from datatables.net-fixedcolumns-bs5's releases.

5.0.5

FixedColumns Bootstrap5 5.0.5

Commits
  • 47b3b5d Include ESM files in Nuget packages
  • 1dbcb2d 683849f662ce760fd1d7eac296ed46bfafaf22d2 Dev: Remove DS_Store
  • 9f7de8f ef7fdd9a3f526d8420ebe87d1a19aab578f7a546 Fix: When initialised via `-button f...
  • bf68bd5 ab37526c9bae46cef14977a6ee256fd382362302 spelling: datatables
  • 8cd45e0 Correct typo
  • a1fbc19 Update readme for clearer install instructions
  • 35d3002 Sync tag release - 5.0.4
  • 2a624bb 46c9b7d9527b20af916949e4a87bf97a359659ca Release 5.0.4
  • See full diff in compare view

Updates katex from 0.16.21 to 0.16.27

Release notes

Sourced from katex's releases.

v0.16.27

0.16.27 (2025-12-07)

Features

  • support equals sign and surrounding whitespace in \htmlData attribute values (#4112) (c77aaec)

v0.16.26

0.16.26 (2025-12-07)

Bug Fixes

  • \mathop followed by integral symbol (6fbad18)

v0.16.25

0.16.25 (2025-10-13)

Features

  • css: provide katex-swap.css that uses font-display: swap (#3940) (b3f9ce6), closes #2242

v0.16.24

0.16.24 (2025-10-12)

Features

v0.16.23

0.16.23 (2025-10-03)

Bug Fixes

  • Support \def with arguments via macros option (#4087) (80a8158)

v0.16.22

0.16.22 (2025-04-09)

Bug Fixes

  • \relax in base or exponent of super/subscript (#4045) (1f43c84)
Changelog

Sourced from katex's changelog.

0.16.27 (2025-12-07)

Features

  • support equals sign and surrounding whitespace in \htmlData attribute values (#4112) (c77aaec)

0.16.26 (2025-12-07)

Bug Fixes

  • \mathop followed by integral symbol (6fbad18)

0.16.25 (2025-10-13)

Features

  • css: provide katex-swap.css that uses font-display: swap (#3940) (b3f9ce6), closes #2242

0.16.24 (2025-10-12)

Features

0.16.23 (2025-10-03)

Bug Fixes

  • Support \def with arguments via macros option (#4087) (80a8158)

0.16.22 (2025-04-09)

Bug Fixes

  • \relax in base or exponent of super/subscript (#4045) (1f43c84)
Commits
  • cc5eee5 chore(release): 0.16.27 [ci skip]
  • c77aaec feat: support equals sign and surrounding whitespace in \htmlData attribute v...
  • 9151d5e chore(release): 0.16.26 [ci skip]
  • 6fbad18 fix: \mathop followed by integral symbol
  • 785315c chore(deps): update dependency js-yaml to v4.1.1 [security] (#4106)
  • d2f1084 chore(release): 0.16.25 [ci skip]
  • b3f9ce6 feat(css): provide katex-swap.css that uses font-display: swap (#3940)
  • c6c78de chore(release): 0.16.24 [ci skip]
  • 8c9b306 feat: support hex colors with alpha (#4090)
  • adad68c chore: remove polyfill for Array.prototype.includes (#4061)
  • Additional commits viewable in compare view

Updates prosemirror-inputrules from 1.5.0 to 1.5.1

Changelog

Sourced from prosemirror-inputrules's changelog.

1.5.1 (2025-10-15)

Bug fixes

Fix an issue where input rules with inCodeMark disabled would still match if a part of the match before the cursor had a code mark.

Commits
  • 089aa38 Mark version 1.5.1
  • 7f63cfb Check entire matched text for code marks when inCodeMark is false
  • See full diff in compare view

Updates prosemirror-keymap from 1.2.2 to 1.2.3

Changelog

Sourced from prosemirror-keymap's changelog.

1.2.3 (2025-05-04)

Bug fixes

Fix an issue where the library was too eager to dispatch keys by key code when the character produced isn't ASCII.

Commits
  • 081f24f Mark version 1.2.3
  • 9da0f9d Don't try to dispatch keys by keycode unless alt/meta/crtl is held
  • See full diff in compare view

Updates prosemirror-menu from 1.2.4 to 1.2.5

Changelog

Sourced from prosemirror-menu's changelog.

1.2.5 (2025-04-22)

Bug fixes

Make sure the menu is re-rendered when the editor's root changes, so that it doesn't reference icons whose SVG lives in another root.

Commits

Updates prosemirror-model from 1.25.1 to 1.25.4

Changelog

Sourced from prosemirror-model's changelog.

1.25.4 (2025-10-21)

Bug fixes

The DOM parser will now, if a line break replacement is defined in the schema, try to use that instead of spaces to replace newlines when preserving whitespace.

1.25.3 (2025-08-06)

Bug fixes

Fix a bug in Slice that made it possible for invalid ReplaceAroundSteps to be applied in some situations.

1.25.2 (2025-07-11)

Bug fixes

Suppress lint warnings about dereferencing methods by making Schema.nodeFromJSON and markFromJSON properties instead of methods.

Avoid using setAttribute("style", ...) to stay clear of content security policies.

Commits
  • 2605d2c Mark version 1.25.4
  • 79e9f2b When preserving whitespace, replace newlines with line break replacements
  • 73fe169 Mark version 1.25.3
  • 9811db9 Fix an issue in slice insertion not properly checking for valid content
  • 80b6768 Correct some link fragments in doc comments
  • 8ab5b8f Mark version 1.25.2
  • e73b74c Prefer style.cssText over setAttribute
  • 278f5ca Correct some link fragments in doc comments
  • 20d26c9 Remove unused parameter in Fragment.findIndex
  • d149770 Declare Schema.node/markFromJSON as properties
  • Additional commits viewable in compare view

Updates prosemirror-view from 1.40.0 to 1.41.4

Changelog

Sourced from prosemirror-view's changelog.

1.41.4 (2025-12-01)

Bug fixes

EditorView.dragging is now only cleared after the drop event has entirely been handled.

Add a workaround for an issue where Chrome and Safari will, if you backspace out the last text before an inline-flex node, insert a bogus hard break.

Fix a composition problem on Chrome Windows when starting a composition before an absolutely positioned widget.

1.41.3 (2025-10-09)

Bug fixes

Fix a bug where typing when the selection crosses inline node boundaries was ignored in some situations.

1.41.2 (2025-09-29)

Bug fixes

Fix an issue where some Backspace presses with SwiftKey on Android would get interpreted as Enter.

1.41.1 (2025-09-19)

Bug fixes

Consistently set draggable on a node's inner DOM representation, not a decoration wrapper element.

1.41.0 (2025-09-06)

Bug fixes

Make sure transformPasted is properly called when pasting into a code block.

Fix an issue where the editor didn't properly set the DOM selection in a shadow DOM on Safari in some situations.

Work around a Safari issue that broke composition right after changing the set of active marks.

New features

Pass an argument to transformPasted that tells the handler whether the paste is plain text. Call transformPasted when pasting into a code block

1.40.1 (2025-07-18)

Bug fixes

Fix an issue where, for some Android virtual keyboards, joining textblocks that contain an image with Backspace would run the handler for Enter instead.

Fix an issue causing posAtCoords to get confused by table cells sticking out of their parent row elements.

Commits
  • e8bbb6e Mark version 1.41.4
  • 4f025d2 Add a cursor buffer when starting composition before an uneditable element on...
  • 1530717 Add a kludge for Chrome and Safari randomly inserting br nodes on backspace
  • 3918c98 Only clear view.dragging after handling drop event
  • e31e090 Remove two semicolons
  • 4b09d44 Detach ranges created in findOffsetInText
  • 88b6960 Remove unused import
  • 1114c7d Mark version 1.41.3
  • c483087 Fix missing transaction on readDOMChange
  • 381c163 Mark version 1.41.2
  • Additional commits viewable in compare view

Updates video.js from 8.21.0 to 8.23.4

Release notes

Sourced from video.js's releases.

v8.23.4

8.23.4 (2025-08-01)

Bug Fixes

  • Component.js string arg type for for removeChild (#9070) (31f8d7c)

Chores

Documentation

netlify preview for this version

v8.23.3

8.23.3 (2025-04-16)

Bug Fixes

  • update release workflow discussion permission (#9031) (1a09554)

netlify preview for this version

v8.23.2

8.23.2 (2025-04-16)

Bug Fixes

netlify preview for this version

v8.22.0

8.22.0 (2025-02-05)

Features

Fixes

Bumps the npm group with 24 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.18.6` | `6.20.0` |
| [@codemirror/commands](https://github.com/codemirror/commands) | `6.8.1` | `6.10.0` |
| [@codemirror/language](https://github.com/codemirror/language) | `6.11.0` | `6.11.3` |
| [@codemirror/legacy-modes](https://github.com/codemirror/legacy-modes) | `6.5.1` | `6.5.2` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.38.1` | `6.39.4` |
| [bootstrap](https://github.com/twbs/bootstrap) | `5.3.7` | `5.3.8` |
| [bootstrap-icons](https://github.com/twbs/icons) | `1.9.1` | `1.13.1` |
| [datatables.net](https://github.com/DataTables/Dist-DataTables) | `2.3.4` | `2.3.5` |
| [datatables.net-bs5](https://github.com/DataTables/Dist-DataTables-Bootstrap5) | `2.3.1` | `2.3.5` |
| [datatables.net-fixedcolumns](https://github.com/DataTables/Dist-DataTables-FixedColumns) | `5.0.4` | `5.0.5` |
| [datatables.net-fixedcolumns-bs5](https://github.com/DataTables/Dist-DataTables-FixedColumns-Bootstrap5) | `5.0.4` | `5.0.5` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.21` | `0.16.27` |
| [prosemirror-inputrules](https://github.com/prosemirror/prosemirror-inputrules) | `1.5.0` | `1.5.1` |
| [prosemirror-keymap](https://github.com/prosemirror/prosemirror-keymap) | `1.2.2` | `1.2.3` |
| [prosemirror-menu](https://github.com/prosemirror/prosemirror-menu) | `1.2.4` | `1.2.5` |
| [prosemirror-model](https://github.com/prosemirror/prosemirror-model) | `1.25.1` | `1.25.4` |
| [prosemirror-view](https://github.com/prosemirror/prosemirror-view) | `1.40.0` | `1.41.4` |
| [video.js](https://github.com/videojs/video.js) | `8.21.0` | `8.23.4` |
| [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) | `6.0.2` | `6.0.3` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.23` |
| [less](https://github.com/less/less.js) | `4.1.2` | `4.5.1` |
| [rollup](https://github.com/rollup/rollup) | `4.52.5` | `4.53.4` |
| [sass](https://github.com/sass/dart-sass) | `1.76.0` | `1.96.0` |
| [serve](https://github.com/vercel/serve) | `14.2.4` | `14.2.5` |


Updates `@codemirror/autocomplete` from 6.18.6 to 6.20.0
- [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md)
- [Commits](codemirror/autocomplete@6.18.6...6.20.0)

Updates `@codemirror/commands` from 6.8.1 to 6.10.0
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](codemirror/commands@6.8.1...6.10.0)

Updates `@codemirror/language` from 6.11.0 to 6.11.3
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md)
- [Commits](codemirror/language@6.11.0...6.11.3)

Updates `@codemirror/legacy-modes` from 6.5.1 to 6.5.2
- [Changelog](https://github.com/codemirror/legacy-modes/blob/main/CHANGELOG.md)
- [Commits](codemirror/legacy-modes@6.5.1...6.5.2)

Updates `@codemirror/view` from 6.38.1 to 6.39.4
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.38.1...6.39.4)

Updates `bootstrap` from 5.3.7 to 5.3.8
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.7...v5.3.8)

Updates `bootstrap-icons` from 1.9.1 to 1.13.1
- [Release notes](https://github.com/twbs/icons/releases)
- [Commits](twbs/icons@v1.9.1...v1.13.1)

Updates `datatables.net` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/DataTables/Dist-DataTables/releases)
- [Commits](DataTables/Dist-DataTables@2.3.4...2.3.5)

Updates `datatables.net-bs5` from 2.3.1 to 2.3.5
- [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap5/releases)
- [Commits](DataTables/Dist-DataTables-Bootstrap5@2.3.1...2.3.5)

Updates `datatables.net-fixedcolumns` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/DataTables/Dist-DataTables-FixedColumns/releases)
- [Commits](DataTables/Dist-DataTables-FixedColumns@5.0.4...5.0.5)

Updates `datatables.net-fixedcolumns-bs5` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/DataTables/Dist-DataTables-FixedColumns-Bootstrap5/releases)
- [Commits](DataTables/Dist-DataTables-FixedColumns-Bootstrap5@5.0.4...5.0.5)

Updates `katex` from 0.16.21 to 0.16.27
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.21...v0.16.27)

Updates `prosemirror-inputrules` from 1.5.0 to 1.5.1
- [Changelog](https://github.com/ProseMirror/prosemirror-inputrules/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-inputrules@1.5.0...1.5.1)

Updates `prosemirror-keymap` from 1.2.2 to 1.2.3
- [Changelog](https://github.com/ProseMirror/prosemirror-keymap/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-keymap@1.2.2...1.2.3)

Updates `prosemirror-menu` from 1.2.4 to 1.2.5
- [Changelog](https://github.com/ProseMirror/prosemirror-menu/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-menu@1.2.4...1.2.5)

Updates `prosemirror-model` from 1.25.1 to 1.25.4
- [Changelog](https://github.com/ProseMirror/prosemirror-model/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-model@1.25.1...1.25.4)

Updates `prosemirror-view` from 1.40.0 to 1.41.4
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-view@1.40.0...1.41.4)

Updates `video.js` from 8.21.0 to 8.23.4
- [Release notes](https://github.com/videojs/video.js/releases)
- [Changelog](https://github.com/videojs/video.js/blob/main/CHANGELOG.md)
- [Commits](videojs/video.js@v8.21.0...v8.23.4)

Updates `@rollup/plugin-replace` from 6.0.2 to 6.0.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.3/packages/replace)

Updates `autoprefixer` from 10.4.21 to 10.4.23
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.21...10.4.23)

Updates `less` from 4.1.2 to 4.5.1
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/less/less.js/commits)

Updates `rollup` from 4.52.5 to 4.53.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.5...v4.53.4)

Updates `sass` from 1.76.0 to 1.96.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.76.0...1.96.0)

Updates `serve` from 14.2.4 to 14.2.5
- [Release notes](https://github.com/vercel/serve/releases)
- [Commits](vercel/serve@14.2.4...v14.2.5)

---
updated-dependencies:
- dependency-name: "@codemirror/autocomplete"
  dependency-version: 6.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@codemirror/commands"
  dependency-version: 6.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@codemirror/language"
  dependency-version: 6.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@codemirror/legacy-modes"
  dependency-version: 6.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@codemirror/view"
  dependency-version: 6.39.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: bootstrap
  dependency-version: 5.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: bootstrap-icons
  dependency-version: 1.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: datatables.net
  dependency-version: 2.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: datatables.net-bs5
  dependency-version: 2.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: datatables.net-fixedcolumns
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: datatables.net-fixedcolumns-bs5
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: katex
  dependency-version: 0.16.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: prosemirror-inputrules
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: prosemirror-keymap
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: prosemirror-menu
  dependency-version: 1.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: prosemirror-model
  dependency-version: 1.25.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: prosemirror-view
  dependency-version: 1.41.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: video.js
  dependency-version: 8.23.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@rollup/plugin-replace"
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: autoprefixer
  dependency-version: 10.4.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: less
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: rollup
  dependency-version: 4.53.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: sass
  dependency-version: 1.96.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: serve
  dependency-version: 14.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 15, 2025
@inducer inducer merged commit 3e42655 into main Dec 15, 2025
18 checks passed
@inducer inducer deleted the dependabot/npm_and_yarn/npm-64be5576d6 branch December 15, 2025 19:57
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.

2 participants