Skip to content

fix: bump castable-video from 1.1.13 to 1.1.16 in the prod-dependencies group across 1 directory#1329

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-7315b6fb57
Open

fix: bump castable-video from 1.1.13 to 1.1.16 in the prod-dependencies group across 1 directory#1329
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-7315b6fb57

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps the prod-dependencies group with 1 update in the / directory: castable-video.

Updates castable-video from 1.1.13 to 1.1.16

Release notes

Sourced from castable-video's releases.

castable-video: v1.1.16

1.1.16 (2026-05-06)

Bug Fixes

  • use private field in #castPlayer getter to avoid side effects (#244) (d27f204)

castable-video: v1.1.15

1.1.15 (2026-05-04)

Bug Fixes

castable-video: v1.1.14

1.1.14 (2026-04-29)

Bug Fixes

  • correct hlsSegmentFormat for HLS streams with AAC audio in castable-video (#234) (a547dc2)
Changelog

Sourced from castable-video's changelog.

1.1.16 (2026-05-06)

Bug Fixes

  • use private field in #castPlayer getter to avoid side effects (#244) (d27f204)

1.1.15 (2026-05-04)

Bug Fixes

1.1.14 (2026-04-29)

Bug Fixes

  • correct hlsSegmentFormat for HLS streams with AAC audio in castable-video (#234) (a547dc2)
Commits
  • a88988c chore: release main (#245)
  • d27f204 fix: use private field in #castPlayer getter to avoid side effects (#244)
  • 5bd38f0 chore: release main (#240)
  • 7271ee3 fix: format castable mixin
  • 2dc069b chore: release main (#231)
  • a547dc2 fix: correct hlsSegmentFormat for HLS streams with AAC audio in castable-vide...
  • 502bf40 Revert castable video fix for convention commit (#233)
  • 039b0cf fix correct hlsSegmentFormat for HLS streams with AAC audio in castable-video...
  • See full diff in compare view


Note

Low Risk
Low risk dependency bump limited to castable-video; behavior changes are confined to the underlying cast integration and should mainly affect Chromecast-related playback.

Overview
Updates the castable-video production dependency from 1.1.13 to 1.1.16 for @mux/mux-video, and refreshes package-lock.json to resolve the new version.

Also adjusts the lockfile’s @mux/mux-video dependency spec to allow ^1.1.16 (while packages/mux-video/package.json pins ~1.1.16).

Reviewed by Cursor Bugbot for commit 41dca1f. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 6, 2026 23:06
@vercel
Copy link
Copy Markdown

vercel Bot commented May 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
elements-demo-astro Ready Ready Preview, Comment May 8, 2026 11:09pm
elements-demo-nextjs Ready Ready Preview, Comment May 8, 2026 11:09pm
elements-demo-svelte-kit Ready Ready Preview, Comment May 8, 2026 11:09pm
elements-demo-vanilla Ready Ready Preview, Comment May 8, 2026 11:09pm
elements-demo-vue Ready Ready Preview, Comment May 8, 2026 11:09pm

Request Review

@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented May 6, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 1db2b0b. Configure here.

Comment thread package-lock.json
"@mux/playback-core": "0.35.0",
"@types/google_interactive_media_ads_types": "^3.697.0",
"castable-video": "~1.1.13",
"castable-video": "^1.1.16",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version specifier mismatch between package.json and lock file

Medium Severity

The castable-video specifier in packages/mux-video/package.json uses tilde (~1.1.16, patch-only updates) but the corresponding entry in package-lock.json uses caret (^1.1.16, minor+patch updates). This mismatch can cause npm install to report the lockfile as out of sync or resolve a different version range than intended.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1db2b0b. Configure here.

Bumps the prod-dependencies group with 1 update in the / directory: [castable-video](https://github.com/muxinc/media-elements/tree/HEAD/packages/castable-video).


Updates `castable-video` from 1.1.13 to 1.1.16
- [Release notes](https://github.com/muxinc/media-elements/releases)
- [Changelog](https://github.com/muxinc/media-elements/blob/main/packages/castable-video/CHANGELOG.md)
- [Commits](https://github.com/muxinc/media-elements/commits/castable-video@1.1.16/packages/castable-video)

---
updated-dependencies:
- dependency-name: castable-video
  dependency-version: 1.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
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