From 599892ddc3849c62df090337e9d290fbf229af71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:03:11 +0000 Subject: [PATCH] fix: bump the prod-dependencies group across 1 directory with 2 updates Bumps the prod-dependencies group with 2 updates in the / directory: [media-chrome](https://github.com/muxinc/media-chrome) and [castable-video](https://github.com/muxinc/media-elements/tree/HEAD/packages/castable-video). Updates `media-chrome` from 4.19.0 to 4.19.1 - [Release notes](https://github.com/muxinc/media-chrome/releases) - [Changelog](https://github.com/muxinc/media-chrome/blob/main/CHANGELOG.md) - [Commits](https://github.com/muxinc/media-chrome/compare/v4.19.0...v4.19.1) 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: media-chrome dependency-version: 4.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-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] --- examples/nextjs-with-typescript/package.json | 2 +- package-lock.json | 18 +++++++++--------- packages/mux-player/package.json | 2 +- packages/mux-video/package.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/nextjs-with-typescript/package.json b/examples/nextjs-with-typescript/package.json index b7ac62a1..06082c83 100644 --- a/examples/nextjs-with-typescript/package.json +++ b/examples/nextjs-with-typescript/package.json @@ -19,7 +19,7 @@ "@mux/mux-uploader-react": "*", "@mux/mux-video": "*", "@mux/mux-video-react": "*", - "media-chrome": "^4.19.0", + "media-chrome": "^4.19.1", "next": "^14.2.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/package-lock.json b/package-lock.json index b4b8128f..f4ce94d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -983,7 +983,7 @@ "@mux/mux-uploader-react": "*", "@mux/mux-video": "*", "@mux/mux-video-react": "*", - "media-chrome": "^4.19.0", + "media-chrome": "^4.19.1", "next": "^14.2.2", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -11240,9 +11240,9 @@ } }, "node_modules/castable-video": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/castable-video/-/castable-video-1.1.13.tgz", - "integrity": "sha512-yIdbRPi7k04FXsQaMb9RtsWw5GELiNF21ERoD5WUhU4e3rsVmOB12UX+LUUPWhTw3kPpjndnYyy4mHlFU3qSxw==", + "version": "1.1.16", + "resolved": "https://registry.npmjs.org/castable-video/-/castable-video-1.1.16.tgz", + "integrity": "sha512-wBhe2dZu2afhewL3EaGgVYTyDsa9HvNhY98clMZkNzDrLelOValSrTaoMos9YX7PPBCrgpd1j6YmNyyI2Vbq3w==", "license": "MIT", "dependencies": { "custom-media-element": "~1.4.6" @@ -18158,9 +18158,9 @@ "license": "CC0-1.0" }, "node_modules/media-chrome": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/media-chrome/-/media-chrome-4.19.0.tgz", - "integrity": "sha512-HWhDTwts+BSbdPkkB1VsJXp5kvL0IxY7xFT5tBwliM2+89kTPVTnHnev+9it2f9PweANjT/C8/C/S0PW9oyZbA==", + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/media-chrome/-/media-chrome-4.19.1.tgz", + "integrity": "sha512-1+x2l0mNulHKZN0lBxGJwJ+TV2W/KzLjaAd//UCGZz8GE5O5YNafFskWTcv/D6Ty0d9drX9SSfimOzGwob8eVQ==", "license": "MIT", "dependencies": { "ce-la-react": "^0.3.2" @@ -26940,7 +26940,7 @@ "dependencies": { "@mux/mux-video": "0.31.1", "@mux/playback-core": "0.35.1", - "media-chrome": "~4.19.0", + "media-chrome": "~4.19.1", "player.style": "^0.3.0" }, "devDependencies": { @@ -27712,7 +27712,7 @@ "@mux/mux-data-google-ima": "^0.3.4", "@mux/playback-core": "0.35.1", "@types/google_interactive_media_ads_types": "^3.697.0", - "castable-video": "~1.1.13", + "castable-video": "^1.1.16", "custom-media-element": "~1.4.6", "media-tracks": "~0.3.5" }, diff --git a/packages/mux-player/package.json b/packages/mux-player/package.json index 60e83217..69bfc1c2 100644 --- a/packages/mux-player/package.json +++ b/packages/mux-player/package.json @@ -127,7 +127,7 @@ "dependencies": { "@mux/mux-video": "0.31.1", "@mux/playback-core": "0.35.1", - "media-chrome": "~4.19.0", + "media-chrome": "~4.19.1", "player.style": "^0.3.0" }, "devDependencies": { diff --git a/packages/mux-video/package.json b/packages/mux-video/package.json index 00f1e0d9..42d25671 100644 --- a/packages/mux-video/package.json +++ b/packages/mux-video/package.json @@ -127,7 +127,7 @@ "@mux/mux-data-google-ima": "^0.3.4", "@mux/playback-core": "0.35.1", "@types/google_interactive_media_ads_types": "^3.697.0", - "castable-video": "~1.1.13", + "castable-video": "~1.1.16", "custom-media-element": "~1.4.6", "media-tracks": "~0.3.5" },