From 502fa0710a4f35b870a78a6ef3cae1eda75af91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:34:41 +0000 Subject: [PATCH] build(deps): bump media-chrome from 4.19.0 to 4.19.2 in /frontend Bumps [media-chrome](https://github.com/muxinc/media-chrome) from 4.19.0 to 4.19.2. - [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.2) --- updated-dependencies: - dependency-name: media-chrome dependency-version: 4.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f395611..1d8d4ad 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17,7 +17,7 @@ "js-cookie": "^3.0.5", "lenis": "^1.3.17", "lucide-react": "^0.562.0", - "media-chrome": "^4.17.2", + "media-chrome": "^4.19.2", "next": "16.1.1", "next-themes": "^0.4.6", "react": "19.2.3", @@ -4952,9 +4952,9 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/media-chrome/-/media-chrome-4.19.2.tgz", + "integrity": "sha512-4ai1ITN8wBhwugQcRgqe3tN0z6OSKGOXqHLNrS04MgKFfsLqu6Dm8MPq02pI9Y9ZKoXtFjIl85jOryIW9es3BA==", "license": "MIT", "dependencies": { "ce-la-react": "^0.3.2" diff --git a/frontend/package.json b/frontend/package.json index 73a92b3..f250356 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "js-cookie": "^3.0.5", "lenis": "^1.3.17", "lucide-react": "^0.562.0", - "media-chrome": "^4.17.2", + "media-chrome": "^4.19.2", "next": "16.1.1", "next-themes": "^0.4.6", "react": "19.2.3",