Skip to content

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

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

chore(deps): bump the npm-runtime group across 1 directory with 10 updates#144
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-runtime-26400b8f7e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
@huggingface/hub 2.13.3 2.15.0
@llamaindex/liteparse-wasm 2.8.0 2.12.0
@mediabunny/mp3-encoder 1.50.9 1.54.0
@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.54.0
mermaid 11.16.0 11.16.1
pdfjs-dist 6.1.200 6.2.108

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.12.0

Release notes

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

Crates & CLI v2.12.0

What's Changed

New Contributors

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

Node.js v2.12.0

What's Changed

New Contributors

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

Python v2.12.0

What's Changed

New Contributors

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

WASM v2.12.0

What's Changed

... (truncated)

Commits
  • 2fd644a v2.12.0
  • 814da0c Merge pull request #390 from shuvamk/fix/markdown-no-escape-in-code-spans
  • bd35c9f fix(markdown): size code-span fence to longest backtick run; unify span rende...
  • a8c193c Merge pull request #412 from run-llama/pierre/rotation-aware-page-bounds
  • a8466f9 Merge branch 'main' into pierre/rotation-aware-page-bounds
  • 696367e Merge pull request #411 from run-llama/pierre/parse-screenshots
  • ce6c504 feat(wasm): support extract_screenshots in the WASM build
  • 2d02d4a Merge branch 'main' into pierre/parse-screenshots
  • 5109b46 Merge pull request #410 from run-llama/pierre/tolerant-page-errors
  • 80f62c7 fix: harden tolerant page-error handling across surfaces
  • Additional commits viewable in compare view

Updates @mediabunny/mp3-encoder from 1.50.9 to 1.54.0

Release notes

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

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
  • Adjusted @mediabunny/server to properly forward quantizer settings to libavcodec
  • Deprecated bitrate fields all across the API; use the new quality field instead
  • Fixed video/audio decoders not being closed in certain error situations (#446)
  • Fixed promises hanging indefinitely sometimes when calling Input.dispose()
  • Improved encoder error handling to reduce "Sample wasn't closed" warnings
  • Fixed ISOBMFF muxer not labeling video tracks as containing an alpha track (for example, with ProRes 4444) (#450)

v1.51.0

  • Added composable conversions: You can now set composable: true for a Conversion, which makes the Conversion no longer "own" the Output. This allows you to add additional tracks manually, or have multiple conversions target the same output, useful for combining multiple files into one.
  • Conversions can now be paused using the pauseSignal option on the execute method
  • Conversions can now be stepped forward deliberately using the until option on the execute method
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.54.0

Release notes

Sourced from mediabunny's releases.

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
  • Adjusted @mediabunny/server to properly forward quantizer settings to libavcodec
  • Deprecated bitrate fields all across the API; use the new quality field instead
  • Fixed video/audio decoders not being closed in certain error situations (#446)
  • Fixed promises hanging indefinitely sometimes when calling Input.dispose()
  • Improved encoder error handling to reduce "Sample wasn't closed" warnings
  • Fixed ISOBMFF muxer not labeling video tracks as containing an alpha track (for example, with ProRes 4444) (#450)

v1.51.0

  • Added composable conversions: You can now set composable: true for a Conversion, which makes the Conversion no longer "own" the Output. This allows you to add additional tracks manually, or have multiple conversions target the same output, useful for combining multiple files into one.
  • Conversions can now be paused using the pauseSignal option on the execute method
  • Conversions can now be stepped forward deliberately using the until option on the execute method
Commits
  • 6a87647 Bump minor
  • d6fdf57 Add sponsor
  • b293ea1 Merge pull request #461 from Vanilagy/frame-rate
  • 39f49de Add explanatory doc comment
  • 9acc97d Bump patch
  • dc068a0 Add computeFrameRateMetrics and heuristics to determine a video's true frame ...
  • a08e262 Work around WebKit not respecting TypedArray offets for FileSystemWritableFil...
  • e9d7bc4 Bump minor, document single file mode special case
  • 5b22c8c Fix HLS writing an incomplete init segment for sparse segments, improve decod...
  • 7ec538e Add special-cased HLS muxer behavior with single-file mode and fMP4 in order ...
  • Additional commits viewable in compare view

Updates mermaid from 11.16.0 to 11.16.1

Release notes

Sourced from mermaid's releases.

mermaid@11.16.1

Patch Changes

  • #8022 12d472c Thanks @​aloisklink! - fix: handle CSS sibling combinators in compileCSS

  • #8022 2cd6dcf Thanks @​aloisklink! - fix: increase protections against prototype pollution

    User-controlled input already has protections against prototype pollution.

    Fixes: GHSA-c4c3-pg64-4m4v

  • #8022 99af3fc Thanks @​aloisklink! - fix(architecture): use Maps and Sets to store groups/services

    Services are now rendered in the order they are defined and more service IDs are now supported.

  • #8022 2cd6dcf Thanks @​aloisklink! - deprecate: Deprecate the mermaidAPI.setConfig() function

    Calling this function has no observable effect, as the next time a render() or parse() is called, the currentConfig is cleared.

  • #8022 630aa7e Thanks @​aloisklink! - fix(xychart): support zero-width x-axis ranges

  • #8022 59b22fa Thanks @​aloisklink! - fix(radar): limit number of ticks to 32

    Setting a ticks value higher than this would only show 32 ticks.

Commits
  • 7ecca0c Version Packages (#8023)
  • 95b1b9c docs: change mermaidAPI.setConfig() changeset (#8024)
  • acc69f1 Merge pull request #8022 from mermaid-js/release/11.16.1
  • eba7287 docs: point changesets to correct commit hashes
  • 12d472c Merge commit from fork
  • 2cd6dcf Merge commit from fork
  • 630aa7e Merge commit from fork
  • 59b22fa Merge commit from fork
  • 99af3fc Merge commit from fork
  • 2337f7e Merge branch 'test/improve-example.html' into release/11.16.1
  • 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

... (truncated)

Commits
  • 0365cbd Merge pull request #21654 from calixteman/fix/cycles
  • f704f2e Merge pull request #21652 from Snuffleupagus/signatures-async-helpers
  • 01ba4c4 Merge pull request #21646 from calixteman/update/pdf.js.qcms
  • 0299cdc Merge pull request #21653 from Snuffleupagus/jsActions-_getElementsByName-sho...
  • 8c3e101 Merge pull request #21650 from mozilla/dependabot/github_actions/github/codeq...
  • 14afb86 Merge pull request #21649 from mozilla/dependabot/github_actions/github/codeq...
  • 14fc73b Merge pull request #21648 from mozilla/dependabot/github_actions/github/codeq...

…dates

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

| Package | From | To |
| --- | --- | --- |
| [@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.12.0` |
| [@mediabunny/mp3-encoder](https://github.com/Vanilagy/mediabunny/tree/HEAD/packages/mp3-encoder) | `1.50.9` | `1.54.0` |
| [@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.54.0` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.16.0` | `11.16.1` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `6.1.200` | `6.2.108` |



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.12.0
- [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.12.0)

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

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

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: "@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.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
- dependency-name: "@mediabunny/mp3-encoder"
  dependency-version: 1.54.0
  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.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-runtime
- dependency-name: mermaid
  dependency-version: 11.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 17, 2026
@dependabot
dependabot Bot requested a review from NeoVand as a code owner August 17, 2026 23:26
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 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 24, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-runtime-26400b8f7e branch August 24, 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