Skip to content

fix: bump media-chrome from 4.17.2 to 4.18.3 in the prod-dependencies group across 1 directory#1301

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-fc5ef09929
Open

fix: bump media-chrome from 4.17.2 to 4.18.3 in the prod-dependencies group across 1 directory#1301
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-fc5ef09929

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps the prod-dependencies group with 1 update in the / directory: media-chrome.

Updates media-chrome from 4.17.2 to 4.18.3

Release notes

Sourced from media-chrome's releases.

v4.18.3

Bug Fixes

v4.18.2

Bug Fixes

v4.18.1

Bug Fixes

v4.18.0

Bug Fixes

Features

Changelog

Sourced from media-chrome's changelog.

4.18.3 (2026-03-25)

Bug Fixes

4.18.2 (2026-03-19)

Bug Fixes

4.18.1 (2026-03-17)

Bug Fixes

4.18.0 (2026-02-19)

Bug Fixes

Features

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for media-chrome since your current version.



Note

Low Risk
Low risk dependency-only change; main impact is pulling a newer media-chrome version and allowing compatible minor/patch updates via the updated semver range.

Overview
Updates media-chrome to 4.18.3 in the Next.js TypeScript example and in packages/mux-player.

Also changes @mux/mux-player’s media-chrome dependency from ~4.18.3 to ^4.18.3, and refreshes package-lock.json to reflect the new resolved version/integrity.

Reviewed by Cursor Bugbot for commit a3efbbb. 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 Mar 25, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 25, 2026 23:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 25, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 25, 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 Apr 6, 2026 11:10pm
elements-demo-nextjs Ready Ready Preview, Comment Apr 6, 2026 11:10pm
elements-demo-svelte-kit Ready Ready Preview, Comment Apr 6, 2026 11:10pm
elements-demo-vanilla Ready Ready Preview, Comment Apr 6, 2026 11:10pm
elements-demo-vue Ready Ready Preview, Comment Apr 6, 2026 11:10pm

Request Review

@snyk-io
Copy link
Copy Markdown

snyk-io bot commented Mar 25, 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.

Bumps the prod-dependencies group with 1 update in the / directory: [media-chrome](https://github.com/muxinc/media-chrome).


Updates `media-chrome` from 4.17.2 to 4.18.3
- [Release notes](https://github.com/muxinc/media-chrome/releases)
- [Changelog](https://github.com/muxinc/media-chrome/blob/main/CHANGELOG.md)
- [Commits](muxinc/media-chrome@v4.17.2...v4.18.3)

---
updated-dependencies:
- dependency-name: media-chrome
  dependency-version: 4.18.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-fc5ef09929 branch from fe4f602 to a3efbbb Compare April 6, 2026 23:07
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 a3efbbb. Configure here.

"@mux/mux-video": "0.30.5",
"@mux/playback-core": "0.33.3",
"media-chrome": "~4.18.3",
"media-chrome": "^4.18.3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Tilde to caret version range widens dependency scope

Medium Severity

The media-chrome version range in packages/mux-player/package.json changed from ~4.18.3 (tilde) to ^4.18.3 (caret). The tilde restricts to patch updates (>=4.18.3 <4.19.0), while the caret allows all minor updates (>=4.18.3 <5.0.0). Since mux-player is a published package, this widens the versions consumers may resolve, risking compatibility issues with future minor releases. Other packages in the ecosystem (e.g., player.style) also use ~ for media-chrome, suggesting the tighter constraint was intentional.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a3efbbb. Configure here.

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