Skip to content

chore(deps): bump the npm-runtime group across 1 directory with 11 updates - #146

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-runtime-79556beffa
Closed

chore(deps): bump the npm-runtime group across 1 directory with 11 updates#146
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-runtime-79556beffa

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
@hugeicons/core-free-icons 4.2.3 4.3.0
@huggingface/hub 2.13.3 2.15.0
@llamaindex/liteparse-wasm 2.8.0 2.13.1
@mediabunny/mp3-encoder 1.50.9 1.55.2
@soundtouchjs/audio-worklet 2.1.0 2.1.1
highlight.js 11.11.1 11.12.0
katex 0.18.1 0.18.4
mammoth 1.12.0 1.12.1
mediabunny 1.50.9 1.55.2
mermaid 11.16.0 11.17.0
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.15.0

Commits
  • a2490ea 🔖 @​huggingface/hub 2.15.0
  • 1d1798a [hub] Plateau-seeking concurrency controller for parallel xet downloads (#2352)
  • 4ebe1d8 [hub] Remove the lower browser cap on the in-flight download budget (#2351)
  • ab9911b [hub] Adaptive parallel xet downloads with a bounded memory budget (#2350)
  • d2f8a18 Add multi-range support and update ReconstructionInfo schema (xet v2) (#2345)
  • 2f87963 🔖 @​huggingface/inference 4.13.25
  • 0f49069 [Inference Providers] fix fal-ai image-text-to-video URL rewrite breaking rou...
  • 7bb584f Reword SafetensorParseError JSDoc (review follow-up) (#2348)
  • 10e2665 Switch from secret to OIDC auth (#2346)
  • e073dc7 Move model property to top of request payloads
  • Additional commits viewable in compare view

Updates @llamaindex/liteparse-wasm from 2.8.0 to 2.13.1

Release notes

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

Node.js v2.13.1

What's Changed

Full Changelog: run-llama/liteparse@crates-v2.13.0...node-v2.13.1

WASM v2.13.1

What's Changed

Full Changelog: run-llama/liteparse@crates-v2.13.0...wasm-v2.13.1

Crates & CLI v2.13.0

What's Changed

Full Changelog: run-llama/liteparse@crates-v2.12.0...crates-v2.13.0

Node.js v2.13.0

What's Changed

Full Changelog: run-llama/liteparse@crates-v2.12.0...node-v2.13.0

WASM v2.13.0

What's Changed

Full Changelog: run-llama/liteparse@crates-v2.12.0...wasm-v2.13.0

Crates & CLI v2.12.0

What's Changed

New Contributors

... (truncated)

Commits
  • 2856997 Merge pull request #420 from run-llama/logan/fix-multi-line-table-headers
  • 56ccc92 fix: keep multi-line table headers within the same x pos
  • 36e7431 v2.13.0
  • 1933010 Merge pull request #419 from run-llama/logan/block-layout
  • 50a6356 nit
  • ffc7c2a Merge pull request #417 from run-llama/logan/garble-detection-improved
  • 3a1aa39 feat: add block-level layout to output
  • 539f656 feat: improve garbled text detection for mixed fonts
  • 2fd644a v2.12.0
  • 814da0c Merge pull request #390 from shuvamk/fix/markdown-no-escape-in-code-spans
  • Additional commits viewable in compare view

Updates @mediabunny/mp3-encoder from 1.50.9 to 1.55.2

Release notes

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

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

v1.52.1

  • Fixed ISOBMFF "Compressor name" not being written as a Pascal-style string

v1.52.0

  • Added quantizer support for encoders, enabling constant-quality encoding. Quantizer mode is used automatically if you use subjective qualities; no code changes needed. (#448)
  • Expanded the Quality class: Can now take in an arbitrary quality level, specify bitrate and bitrate mode, and specify a concrete per-codec quantizer level

... (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 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(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][]

... (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.1

Changelog

Sourced from mammoth's changelog.

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
  • 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.2

Release notes

Sourced from mediabunny's releases.

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

v1.52.1

  • Fixed ISOBMFF "Compressor name" not being written as a Pascal-style string

v1.52.0

  • Added quantizer support for encoders, enabling constant-quality encoding. Quantizer mode is used automatically if you use subjective qualities; no code changes needed. (#448)
  • Expanded the Quality class: Can now take in an arbitrary quality level, specify bitrate and bitrate mode, and specify a concrete per-codec quantizer level

... (truncated)

Commits

Updates mermaid from 11.16.0 to 11.17.0

Release notes

Sourced from mermaid's releases.

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.

  • #7850 a34cbf0 Thanks @​aloisklink! - fix(block): allow classdefs to update text color

  • #7937 f9cbe1e Thanks @​filipsajdak! - fix(dagre): let a diagram's own nodeSpacing/rankSpacing take effect in the unified dagre layout

  • #8005 90eeece Thanks @​pbrolin47! - fix(flowchart): reverts the behavior change from #7672 (fix/4648-directions), since arrows between subgraphs are broken

  • #7951 afa2f80 Thanks @​aloisklink! - perf: use fastdom to batch DOM measurements (up to 25% speedup)

  • Updated dependencies [e848423]:

    • @​mermaid-js/parser@​1.2.1

mermaid@11.16.1

Patch Changes

... (truncated)

Commits
  • 293b1c1 Merge pull request #8074 from mermaid-js/changeset-release/master
  • f484a36 Version Packages
  • 0a07bf6 Bump layout-elk version (#8078)
  • 1127c5f Merge pull request #8071 from mermaid-js/release/11.17.0
  • 8628ef1 docs: remove C4 typescript conversion changeset
  • 349ebd3 docs: remove non-user visible changeset
  • b5a744a docs: scope to all v11.17.0 changeset messages
  • 4150c73 Make changesets less verbose
  • 7ba4b6f [autofix.ci] apply automated fixes
  • b3d1f63 Fixed block rendering due to failing SS in applitools
  • Additional commits viewable in compare view

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 11 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.15.0` |
| [@llamaindex/liteparse-wasm](https://github.com/run-llama/liteparse) | `2.8.0` | `2.13.1` |
| [@mediabunny/mp3-encoder](https://github.com/Vanilagy/mediabunny/tree/HEAD/packages/mp3-encoder) | `1.50.9` | `1.55.2` |
| [@soundtouchjs/audio-worklet](https://github.com/cutterbl/SoundTouchJS/tree/HEAD/packages/audio-worklet) | `2.1.0` | `2.1.1` |
| [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.1` |
| [mediabunny](https://github.com/Vanilagy/mediabunny) | `1.50.9` | `1.55.2` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.16.0` | `11.17.0` |
| [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.15.0
- [Release notes](https://github.com/huggingface/huggingface.js/releases)
- [Commits](huggingface/huggingface.js@hub-v2.13.3...hub-v2.15.0)

Updates `@llamaindex/liteparse-wasm` from 2.8.0 to 2.13.1
- [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.13.1)

Updates `@mediabunny/mp3-encoder` from 1.50.9 to 1.55.2
- [Release notes](https://github.com/Vanilagy/mediabunny/releases)
- [Commits](https://github.com/Vanilagy/mediabunny/commits/v1.55.2/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 `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.1
- [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.1)

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

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

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.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
- dependency-name: "@llamaindex/liteparse-wasm"
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
- dependency-name: "@mediabunny/mp3-encoder"
  dependency-version: 1.55.2
  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: 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.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-runtime
- dependency-name: mediabunny
  dependency-version: 1.55.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
- dependency-name: mermaid
  dependency-version: 11.17.0
  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 24, 2026
@dependabot
dependabot Bot requested a review from NeoVand as a code owner August 24, 2026 23:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 31, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-runtime-79556beffa branch August 31, 2026 23:27
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