Skip to content

chore(deps): Bump the npm-runtime group across 1 directory with 12 updates - #152

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-runtime-c56d6697b8
Open

chore(deps): Bump the npm-runtime group across 1 directory with 12 updates#152
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-runtime-c56d6697b8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-runtime group with 12 updates in the / directory:

Package From To
@hugeicons/core-free-icons 4.2.3 4.3.0
@huggingface/hub 2.13.3 2.16.1
@llamaindex/liteparse-wasm 2.8.0 2.14.2
@mediabunny/mp3-encoder 1.50.9 1.55.3
@soundtouchjs/audio-worklet 2.1.0 2.1.1
defuddle 0.19.2 0.19.3
highlight.js 11.11.1 11.12.0
katex 0.18.1 0.18.4
mammoth 1.12.0 1.12.2
mediabunny 1.50.9 1.55.3
mermaid 11.16.0 11.17.2
pdfjs-dist 6.1.200 6.2.108

Updates @hugeicons/core-free-icons from 4.2.3 to 4.3.0

Updates @huggingface/hub from 2.13.3 to 2.16.1

Commits
  • 0f407dc 🔖 @​huggingface/hub 2.16.1
  • 3686998 perf(blake3-jit,xetchunk): 8-way interleaved SIMD + shared wasm memory — E2E ...
  • 21babdb Test xetchunk against xet-core across an input matrix (#2423)
  • 87c5b10 Fix xetchunk minimum-size boundary handling (#2422)
  • b2cf3ae perf(blake3-jit): single-call wasm one-shot engine — ~2.6-3.2x keyed hashing,...
  • b832e8a perf(gearhash-jit,xetchunk): 1.7x gearhash scan, load-once scan API, fine-gra...
  • c174aaa Replace KerasFormers with ZeroModels entry for download counting (#2416)
  • fa685ce 🔖 @​huggingface/tasks 0.21.40
  • fcf57ed Add RouteE Powertrain model library (#2332)
  • 4fc4a45 🔖 @​huggingface/tasks 0.21.39
  • Additional commits viewable in compare view

Updates @llamaindex/liteparse-wasm from 2.8.0 to 2.14.2

Release notes

Sourced from @​llamaindex/liteparse-wasm's releases.

Crates & CLI v2.14.2

What's Changed

New Contributors

Full Changelog: run-llama/liteparse@crates-v2.14.1...crates-v2.14.2

Node.js v2.14.2

What's Changed

New Contributors

Full Changelog: run-llama/liteparse@crates-v2.14.1...node-v2.14.2

Python v2.14.2

What's Changed

New Contributors

Full Changelog: run-llama/liteparse@crates-v2.14.1...python-v2.14.2

WASM v2.14.2

What's Changed

New Contributors

Full Changelog: run-llama/liteparse@crates-v2.14.1...wasm-v2.14.2

Crates & CLI v2.14.1

What's Changed

Full Changelog: run-llama/liteparse@crates-v2.14.0...crates-v2.14.1

Node.js v2.14.1

What's Changed

... (truncated)

Commits
  • e233fa1 v2.14.2
  • eca9788 Merge pull request #440 from Choudhry18/fix/wasm-browser-ocr
  • dd74858 Merge pull request #441 from run-llama/logan/latency-runtime
  • f97cd55 fix(wasm): PNG-encode OCR callback image data
  • 05dc633 format
  • 2625dbe fix: reduce memory and latency for large docs
  • 6a0ea0d Revert "fix: reduce memory and latency for large docs"
  • 5338e3b fix: reduce memory and latency for large docs
  • df41d44 fix(wasm): run browser OCR without Tokio
  • 74588ac v2.14.1
  • Additional commits viewable in compare view

Updates @mediabunny/mp3-encoder from 1.50.9 to 1.55.3

Release notes

Sourced from @​mediabunny/mp3-encoder's releases.

v1.55.3

  • Fixed missing tenc fallback for encrypted ISOBMFF files (#470)
  • Fixed fMP4 HLS segments starting with an emsg box not being recognized (#473)
  • Fixed incomplete parsing and generation of AacAudioSpecificConfig (#471)
  • Fixed Mediabunny not functioning properly with custom Promise implementations (#472)

v1.55.2

  • Added support for ISOBMFF files carrying Annex B AVC/HEVC (#468)
  • Made missing WebCodecs error message more useful in insecure browser contexts (#466)

v1.55.1

Redeploy due to missing provenance.

See v1.55.0.

v1.55.0

This update adds a new audio codec, DTS! This codec is the primary audio codec used on Blu-ray discs and is popular in the feature film and home cinema space.


  • Added the DTS audio codec under the codec identifier 'dts'
  • Added support for reading & writing DTS to ISOBMFF, Matroska, and MPEG-TS files
  • Added @mediabunny/dts, a new extension package that provides a fast DTS audio decoder and encoder polyfill
  • Fixed double decoder close error

v1.54.0

  • Added InputVideoTrack.computeFrameRateMetrics() for retrieving detailed video frame rate information. See more here.

v1.53.1

  • Added a workaround for a WebKit bug where TypedArray offsets are not respected in FileSystemWritableFileStream (#459)

v1.53.0

  • Writing HLS with single file mode + fMP4 segments will now produce a standalone-valid segments file, independently playable
  • Added new track metadata to enable writing zero-packet tracks (decoderConfig & primingPacket)
  • Fixed HLS writing an incorrect init segment if segments are sparse (not all tracks occur in every segment)
  • Fixed encodability checks throwing on Safari in some cases (#456)
  • UrlSource now honors maxCacheSize even if the server responds with 200; plus it slows down response consumption in this case (#457)
  • Improved VideoSample mipmapping for resizing
  • Improved video/audio decoder config validation
  • Fixed Input.getFirstTimestamp() for files with zero-packet tracks
  • Fixed incorrect traf indices being written in fMP4 files with sparse fragments (not all tracks occur in every fragment)
  • Fixed rare MPEG-TS demuxer assertion error

v1.52.3

  • Changed alternate group assignment in ISOBMFF muxer to work around WebKit bug (#454)
  • Fixed occasional assertion failure when not awaiting Output.start()

v1.52.2

  • Improved quality of canvas-based video resizing

... (truncated)

Commits

Updates @soundtouchjs/audio-worklet from 2.1.0 to 2.1.1

Release notes

Sourced from @​soundtouchjs/audio-worklet's releases.

v2.1.1

2.1.1 (2026-08-03)

Bug Fixes

  • phase vocoder worklet (#84)

❤️ Thank You

  • Brandon Jones @​bhj
  • Claude Fable 5
Changelog

Sourced from @​soundtouchjs/audio-worklet's changelog.

2.1.1 (2026-08-03)

Bug Fixes

  • phase vocoder worklet (#84)

❤️ Thank You

  • Brandon Jones @​bhj
  • Claude Fable 5
Commits

Updates defuddle from 0.19.2 to 0.19.3

Release notes

Sourced from defuddle's releases.

0.19.3

  • Fixed unsafe HTML handling in schema.org content fallbacks.
  • Blocked SVG SMIL-based script injection.
  • Updated dependencies.
Commits

Updates highlight.js from 11.11.1 to 11.12.0

Release notes

Sourced from highlight.js's releases.

v11.12.0 - Summer, hot and rainy.

Parser Engine:

  • fix(parser) count named capture groups when rewriting backreferences [spokodev][]

New Grammars:

  • add FreeDesktop config file (.desktop / systemd) grammar [gg582][]
  • added 3rd party Cedar grammar to SUPPORTED_LANGUAGES [Dhruv Maniya][]
  • added 3rd party DAX and M (Power Query) grammars to SUPPORTED_LANGUAGES [jiaopengzi][]
  • added 3rd party Djot grammar to SUPPORTED_LANGUAGES [Mark Scherer][]
  • added 3rd party Igor Pro grammar to SUPPORTED_LANGUAGES [Ryne Andal][]
  • added 3rd party Jaiva grammar to SUPPORTED_LANGUAGES [Lehlogonolo Poole][]
  • added 3rd party Liquidsoap grammar to SUPPORTED_LANGUAGES [Romain Beauxis][]
  • added 3rd party MoonBit grammar to SUPPORTED_LANGUAGES [Kaida-Amethyst][]
  • added 3rd party Pkl grammar to SUPPORTED_LANGUAGES [Dan Chao][]
  • added 3rd party RAScript grammar to SUPPORTED_LANGUAGES [Joshua Raphael][]
  • added 3rd party Veryl grammar to SUPPORTED_LANGUAGES [Naoya Hatta][]
  • added 3rd party Why3 grammar to SUPPORTED_LANGUAGES [JGalego][]
  • added 3rd party Xojo grammar to SUPPORTED_LANGUAGES [patricksalo][]
  • referenced existing 3rd party ES|QL grammar in SUPPORTED_LANGUAGES [Styx0x6][]

Core Grammars:

  • fix(c) only match real atomic_* type names, not C11 atomic functions, issue #3837 [Mark Xian][]
  • fix(c, cpp) bound the run of type tokens in front of a function name (ReDoS), issue #4362 [Jayesh Bhade][]
  • fix(c, cpp) scope angle-bracket header string to #include, issue #3505 [Pablo][]
  • fix(c, cpp) stop a raw string's closing delimiter from swallowing quotes, issue #3585 [David Pavlovschii][]
  • enh(cmake) add block and endblock keywords [Anonymous Maarten][]
  • fix(cmake) only highlight standalone numbers, not digits that begin an identifier (e.g. 3rdparty), issue #4170 [Mark Xian][]
  • fix(cpp) require a word boundary before numeric literals so digits inside identifiers aren't highlighted as numbers, issue #4231 [Mark Xian][]
  • fix(crystal) stop treating integer division // as a regex literal [Zain Asif][]
  • enh(csharp) support digit separators in binary literals and numeric type suffixes, and stop highlighting the leading _ of an identifier, issue #4258 [Sarath Francis][]
  • enh(css) add corner-shape properties [Hama Tanveer][]
  • enh(css) support six-digit unicode-range values [Konstantin Baltsat][]
  • enh(dart) add highlighting for class and function names [guuido][]
  • enh(dns) highlight registered CAA property tags, issue #4475 [Joey Huang][]
  • enh(dns) improve grammar: character strings, TXT, classes, escapes, addresses [Checconio][]
  • enh(dos) add batch as an alias, issue #4395 [Hashim Khan][]
  • enh(gherkin) update keyword list [Hirse][]
  • enh(gherkin) variables can't contain whitespace [Hirse][]
  • enh(gherkin) docstrings can use backticks [Hirse][]
  • enh(go) recognize binary integer literals [spokodev][]
  • enh(groovy) support underscores in numeric literals [greymoth][]
  • fix(haskell) highlight where in GADT and closed type-family declarations, issue #3753 [Konstantin Baltsat][]
  • enh(java) improve detection of types, including generic and array types [Hannes Wallnoefer][]
  • enh(javascript) add self to built-in variables [Dsaquel][]
  • enh(kotlin) add ktm and ktx aliases [DarkMatter-999][]
  • fix(leaf) fix bug in Leaf keyword highlighting [Francesco Paolo Severino][]
  • fix(lisp) preserve highlighting after quoted multiplication expressions [arturict][]

... (truncated)

Changelog

Sourced from highlight.js's changelog.

Version 11.12.0

Parser Engine:

  • fix(parser) count named capture groups when rewriting backreferences [spokodev][]

New Grammars:

  • add FreeDesktop config file (.desktop / systemd) grammar [gg582][]
  • added 3rd party Cedar grammar to SUPPORTED_LANGUAGES [Dhruv Maniya][]
  • added 3rd party DAX and M (Power Query) grammars to SUPPORTED_LANGUAGES [jiaopengzi][]
  • added 3rd party Djot grammar to SUPPORTED_LANGUAGES [Mark Scherer][]
  • added 3rd party Igor Pro grammar to SUPPORTED_LANGUAGES [Ryne Andal][]
  • added 3rd party Jaiva grammar to SUPPORTED_LANGUAGES [Lehlogonolo Poole][]
  • added 3rd party Liquidsoap grammar to SUPPORTED_LANGUAGES [Romain Beauxis][]
  • added 3rd party MoonBit grammar to SUPPORTED_LANGUAGES [Kaida-Amethyst][]
  • added 3rd party Pkl grammar to SUPPORTED_LANGUAGES [Dan Chao][]
  • added 3rd party RAScript grammar to SUPPORTED_LANGUAGES [Joshua Raphael][]
  • added 3rd party Veryl grammar to SUPPORTED_LANGUAGES [Naoya Hatta][]
  • added 3rd party Why3 grammar to SUPPORTED_LANGUAGES [JGalego][]
  • added 3rd party Xojo grammar to SUPPORTED_LANGUAGES [patricksalo][]
  • referenced existing 3rd party ES|QL grammar in SUPPORTED_LANGUAGES [Styx0x6][]

Core Grammars:

  • fix(c) only match real atomic_* type names, not C11 atomic functions, issue #3837 [Mark Xian][]
  • fix(c) do not highlight C++ std types as built-ins, issue #4103 [Arron Zou][]
  • fix(c, cpp) bound the run of type tokens in front of a function name (ReDoS), issue #4362 [Jayesh Bhade][]
  • fix(c, cpp) scope angle-bracket header string to #include, issue #3505 [Pablo][]
  • fix(c, cpp) stop a raw string's closing delimiter from swallowing quotes, issue #3585 [David Pavlovschii][]
  • enh(cmake) add block and endblock keywords [Anonymous Maarten][]
  • fix(cmake) only highlight standalone numbers, not digits that begin an identifier (e.g. 3rdparty), issue #4170 [Mark Xian][]
  • fix(cpp) require a word boundary before numeric literals so digits inside identifiers aren't highlighted as numbers, issue #4231 [Mark Xian][]
  • fix(crystal) stop treating integer division // as a regex literal [Zain Asif][]
  • enh(csharp) support digit separators in binary literals and numeric type suffixes, and stop highlighting the leading _ of an identifier, issue #4258 [Sarath Francis][]
  • enh(css) add corner-shape properties [Hama Tanveer][]
  • enh(css) support six-digit unicode-range values [Konstantin Baltsat][]
  • enh(dart) add highlighting for class and function names [guuido][]
  • enh(dns) highlight registered CAA property tags, issue #4475 [Joey Huang][]
  • enh(dns) improve grammar: character strings, TXT, classes, escapes, addresses [Checconio][]
  • enh(dos) add batch as an alias, issue #4395 [Hashim Khan][]
  • enh(gherkin) update keyword list [Hirse][]
  • enh(gherkin) variables can't contain whitespace [Hirse][]
  • enh(gherkin) docstrings can use backticks [Hirse][]
  • enh(go) recognize binary integer literals [spokodev][]
  • enh(groovy) support underscores in numeric literals [greymoth][]
  • fix(haml) recognize implicit div tag lines starting with .class or #id, issue #3783 [pikammmmm][]
  • fix(haskell) highlight where in GADT and closed type-family declarations, issue #3753 [Konstantin Baltsat][]
  • enh(java) improve detection of types, including generic and array types [Hannes Wallnoefer][]
  • enh(javascript) add self to built-in variables [Dsaquel][]

... (truncated)

Commits
  • f7f7d38 (release) release v11.12.0
  • c4c4728 (docs) FreeDesktop + Kotlin aliases; note extra language override
  • 9142292 bump version to 11.12.0
  • 03d1e7e (chore) rebuild CHANGES.md for 11.12.0
  • ca6bb8e enh(sqf) update to A3 v2.22 (#4460)
  • 1414c96 fix: use Trusted Publishers in publishing pipeline (#4427)
  • 2a9ad7d fix(markdown) don't treat a thematic break as the start of bold text (#4485)
  • 375f3f4 build(deps-dev): bump @​rollup/plugin-commonjs from 28.0.1 to 29.0.3 (#4481)
  • 2ce1706 build(deps-dev): bump del from 8.0.0 to 8.0.1 (#4484)
  • 72084b5 fix(ruby): don't treat scope resolution :: as symbols (#4463)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for highlight.js since your current version.


Updates katex from 0.18.1 to 0.18.4

Release notes

Sourced from katex's releases.

v0.18.4

0.18.4 (2026-08-10)

Bug Fixes

v0.18.3

0.18.3 (2026-08-09)

Bug Fixes

v0.18.2

0.18.2 (2026-08-08)

Bug Fixes

Changelog

Sourced from katex's changelog.

0.18.4 (2026-08-10)

Bug Fixes

0.18.3 (2026-08-09)

Bug Fixes

0.18.2 (2026-08-08)

Bug Fixes

Commits
  • 49dc3d9 chore(release): 0.18.4 [ci skip]
  • e507f75 fix(environment): report invalid environment names as ParseError (#4256)
  • f0f46a8 chore(release): 0.18.3 [ci skip]
  • 1c973ae fix: allow braced arguments for delimsizing (#4255)
  • a11ce72 docs: update migration guide (#4248)
  • 95322e1 docs: add Deno section (#4254)
  • dd88e46 chore(deps): update dependency js-yaml to v4.3.1 [security] (#4263)
  • 93c362b chore(release): 0.18.2 [ci skip]
  • 0adf7e7 fix: prevent prototype pollution in settings (#4260)
  • 5a5bf20 chore(deps): update dependency postcss to v8.5.23 [security] (#4259)
  • Additional commits viewable in compare view

Updates mammoth from 1.12.0 to 1.12.2

Changelog

Sourced from mammoth's changelog.

1.12.2

  • Avoid prototype pollution when reading the styles defined in a document. This avoids an issue where a maliciously crafted document could be used to set externalFileAccess to true.

1.12.1

  • Fix: on Windows, when an image's content type includes a backslash in the subpart, files may be written outside of the directory set by --output-dir.

  • Detect and ignore numbering levels that use numStyleLink to refer to themselves.

Commits
  • 8706034 Bump version to 1.12.2
  • 2888fa1 Create objects without prototypes when used as map with arbitrary keys
  • 31f0c37 Avoid prototype pollution when reading styles
  • e3b9cec Bump version to 1.12.1
  • c69ea62 Ignore numbering levels that use numStyleLink to refer to themselves
  • fbf5e22 Check image content type for backslashes
  • 1a495a9 Add note on performance
  • ee59684 Remove donations section
  • See full diff in compare view

Updates mediabunny from 1.50.9 to 1.55.3

Release notes

Sourced from mediabunny's releases.

v1.55.3

  • Fixed missing tenc fallback for encrypted ISOBMFF files (#470)
  • Fixed fMP4 HLS segments starting with an emsg box not being recognized (#473)
  • Fixed incomplete parsing and generation of AacAudioSpecificConfig (#471)
  • Fixed Mediabunny not functioning properly with custom Promise implementations (#472)

v1.55.2

  • Added support for ISOBMFF files carrying Annex B AVC/HEVC (#468)
  • Made missing WebCodecs error message more useful in insecure browser contexts (#466)

v1.55.1

Redeploy due to missing provenance.

See v1.55.0.

v1.55.0

This update adds a new audio codec, DTS! This codec is the primary audio codec used on Blu-ray discs and is popular in the feature film and home cinema space.


  • Added the DTS audio codec under the codec identifier 'dts'
  • Added support for reading & writing DTS to ISOBMFF, Matroska, and MPEG-TS files
  • Added @mediabunny/dts, a new extension package that provides a fast DTS audio decoder and encoder polyfill
  • Fixed double decoder close error

v1.54.0

  • Added InputVideoTrack.computeFrameRateMetrics() for retrieving detailed video frame rate information. See more here.

v1.53.1

  • Added a workaround for a WebKit bug where TypedArray offsets are not respected in FileSystemWritableFileStream (#459)

v1.53.0

  • Writing HLS with single file mode + fMP4 segments will now produce a standalone-valid segments file, independently playable
  • Added new track metadata to enable writing zero-packet tracks (decoderConfig & primingPacket)
  • Fixed HLS writing an incorrect init segment if segments are sparse (not all tracks occur in every segment)
  • Fixed encodability checks throwing on Safari in some cases (#456)
  • UrlSource now honors maxCacheSize even if the server responds with 200; plus it slows down response consumption in this case (#457)
  • Improved VideoSample mipmapping for resizing
  • Improved video/audio decoder config validation
  • Fixed Input.getFirstTimestamp() for files with zero-packet tracks
  • Fixed incorrect traf indices being written in fMP4 files with sparse fragments (not all tracks occur in every fragment)
  • Fixed rare MPEG-TS demuxer assertion error

v1.52.3

  • Changed alternate group assignment in ISOBMFF muxer to work around WebKit bug (#454)
  • Fixed occasional assertion failure when not awaiting Output.start()

v1.52.2

  • Improved quality of canvas-based video resizing

... (truncated)

Commits

Updates mermaid from 11.16.0 to 11.17.2

Release notes

Sourced from mermaid's releases.

mermaid@11.17.2

Patch Changes

  • #8125 178d7c7 Thanks @​knsv-bot! - fix: restore the edgePaths class on the edge group in rendered SVG, and point the flowchart, block and user journey stylesheets at it

mermaid@11.17.1

Patch Changes

  • #8092 31ce60a Thanks @​pbrolin47! - fix(c4): wrap element labels to c4.width again

    C4 element labels (System, Container, Component, Person and their _Ext variants) stopped wrapping in 11.17.0, so long descriptions rendered on one unbroken line and the shape grew sideways well past the configured c4.width. The unified-shapes label helper gated wrapping on the root-level wrap option, which has no schema default and is therefore undefined; it now gates on c4.wrap (default true), which is what the legacy renderer used.

  • #8088 c66200b Thanks @​ashishjain0512! - fix: neo-look arrowheads and crow's-foot markers no longer fall back to default theme colours/stroke widths on the first render with layout: elk. State diagram arrowheads stayed dark on dark themes, and ER / requirement markers were drawn at the default stroke width, because markers were created from the layout package's own bundled copy of mermaid, whose config had not been initialized yet.

  • #8079 281cd7b Thanks @​ashishjain0512! - fix(class): class diagram relation markers (composition, aggregation, extension, dependency, lollipop) no longer scale with the edge stroke width, so they stay outside the class box boundary in themes that set strokeWidth: 2 (redux, redux-dark, redux-color, redux-dark-color, neo, neo-dark) with the default classic look.

mermaid@11.17.0

Minor Changes

Patch Changes

  • #7847 215fe89 Thanks @​filipsajdak! - fix(c4): named attributes such as $tags, $link and $sprite are no longer clobbered to undefined when they arrive in an earlier positional slot of Person/System/Container/Component/Boundary/Rel statements.

  • #7871 8d874c4 Thanks @​knsv-bot! - fix(flowchart): stop dagre layout from spamming warn-level logs on every node/edge/cluster

  • #8071 b3d1f63 Thanks @​pbrolin47! - fix(block): sibling blocks overlapping in block diagrams when one has a label wider than 200px

  • #7870 71b8843 Thanks @​knsv-bot! - fix: a RangeError: Invalid array length crash when rendering certain edges.

  • #7924 9cbef5d Thanks @​nightt5879! - fix(treeView): icons disappearing after strict security sanitization.

... (truncated)

Commits

Updates pdfjs-dist from 6.1.200 to 6.2.108

Release notes

Sourced from pdfjs-dist's releases.

v6.2.108

This release contains improvements for annotation rendering, annotation editing, font conversion, image conversion, performance, SMask handling and text selection.

Changes since v6.1.200

…dates

Bumps the npm-runtime group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| @hugeicons/core-free-icons | `4.2.3` | `4.3.0` |
| [@huggingface/hub](https://github.com/huggingface/huggingface.js) | `2.13.3` | `2.16.1` |
| [@llamaindex/liteparse-wasm](https://github.com/run-llama/liteparse) | `2.8.0` | `2.14.2` |
| [@mediabunny/mp3-encoder](https://github.com/Vanilagy/mediabunny/tree/HEAD/packages/mp3-encoder) | `1.50.9` | `1.55.3` |
| [@soundtouchjs/audio-worklet](https://github.com/cutterbl/SoundTouchJS/tree/HEAD/packages/audio-worklet) | `2.1.0` | `2.1.1` |
| [defuddle](https://github.com/kepano/defuddle) | `0.19.2` | `0.19.3` |
| [highlight.js](https://github.com/highlightjs/highlight.js) | `11.11.1` | `11.12.0` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.18.1` | `0.18.4` |
| [mammoth](https://github.com/mwilliamson/mammoth.js) | `1.12.0` | `1.12.2` |
| [mediabunny](https://github.com/Vanilagy/mediabunny) | `1.50.9` | `1.55.3` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.16.0` | `11.17.2` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `6.1.200` | `6.2.108` |



Updates `@hugeicons/core-free-icons` from 4.2.3 to 4.3.0

Updates `@huggingface/hub` from 2.13.3 to 2.16.1
- [Release notes](https://github.com/huggingface/huggingface.js/releases)
- [Commits](huggingface/huggingface.js@hub-v2.13.3...hub-v2.16.1)

Updates `@llamaindex/liteparse-wasm` from 2.8.0 to 2.14.2
- [Release notes](https://github.com/run-llama/liteparse/releases)
- [Changelog](https://github.com/run-llama/liteparse/blob/main/CHANGELOG.md)
- [Commits](run-llama/liteparse@node-v2.8.0...node-v2.14.2)

Updates `@mediabunny/mp3-encoder` from 1.50.9 to 1.55.3
- [Release notes](https://github.com/Vanilagy/mediabunny/releases)
- [Commits](https://github.com/Vanilagy/mediabunny/commits/v1.55.3/packages/mp3-encoder)

Updates `@soundtouchjs/audio-worklet` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/cutterbl/SoundTouchJS/releases)
- [Changelog](https://github.com/cutterbl/SoundTouchJS/blob/master/packages/audio-worklet/CHANGELOG.md)
- [Commits](https://github.com/cutterbl/SoundTouchJS/commits/v2.1.1/packages/audio-worklet)

Updates `defuddle` from 0.19.2 to 0.19.3
- [Release notes](https://github.com/kepano/defuddle/releases)
- [Commits](kepano/defuddle@0.19.2...0.19.3)

Updates `highlight.js` from 11.11.1 to 11.12.0
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.11.1...11.12.0)

Updates `katex` from 0.18.1 to 0.18.4
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.18.1...v0.18.4)

Updates `mammoth` from 1.12.0 to 1.12.2
- [Release notes](https://github.com/mwilliamson/mammoth.js/releases)
- [Changelog](https://github.com/mwilliamson/mammoth.js/blob/master/NEWS)
- [Commits](mwilliamson/mammoth.js@1.12.0...1.12.2)

Updates `mediabunny` from 1.50.9 to 1.55.3
- [Release notes](https://github.com/Vanilagy/mediabunny/releases)
- [Commits](Vanilagy/mediabunny@v1.50.9...v1.55.3)

Updates `mermaid` from 11.16.0 to 11.17.2
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.16.0...mermaid@11.17.2)

Updates `pdfjs-dist` from 6.1.200 to 6.2.108
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v6.1.200...v6.2.108)

---
updated-dependencies:
- dependency-name: "@hugeicons/core-free-icons"
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
- dependency-name: "@huggingface/hub"
  dependency-version: 2.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
- dependency-name: "@llamaindex/liteparse-wasm"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
- dependency-name: "@mediabunny/mp3-encoder"
  dependency-version: 1.55.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
- dependency-name: "@soundtouchjs/audio-worklet"
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-runtime
- dependency-name: defuddle
  dependency-version: 0.19.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-runtime
- dependency-name: highlight.js
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
- dependency-name: katex
  dependency-version: 0.18.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-runtime
- dependency-name: mammoth
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-runtime
- dependency-name: mediabunny
  dependency-version: 1.55.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
- dependency-name: mermaid
  dependency-version: 11.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
- dependency-name: pdfjs-dist
  dependency-version: 6.2.108
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
...

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 Aug 31, 2026
@dependabot
dependabot Bot requested a review from NeoVand as a code owner August 31, 2026 23:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 2026
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.

0 participants