From 301915c86f28e0af5d0f4c4ac00f500c73112713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:05:42 +0000 Subject: [PATCH] build(deps): bump video.js from 8.23.7 to 8.23.8 Bumps [video.js](https://github.com/videojs/video.js) from 8.23.7 to 8.23.8. - [Release notes](https://github.com/videojs/video.js/releases) - [Changelog](https://github.com/videojs/video.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/videojs/video.js/compare/v8.23.7...v8.23.8) --- updated-dependencies: - dependency-name: video.js dependency-version: 8.23.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d06403c8a..ac498f8d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "marked": "^18.0.5", "pinia": "^3.0.4", "posthog-js": "^1.391.2", - "video.js": "^8.23.7", + "video.js": "^8.23.8", "vue": "^3.5.38", "vue-router": "^5.1.0", "vuetify": "^4.1.2" @@ -14339,13 +14339,13 @@ } }, "node_modules/video.js": { - "version": "8.23.7", - "resolved": "https://registry.npmjs.org/video.js/-/video.js-8.23.7.tgz", - "integrity": "sha512-cG4HOygYt+Z8j6Sf5DuK6OgEOoM+g9oGP6vpqoZRaD13aHE4PMITbyjJUXZcIQbgB0wJEadBRaVm5lJIzo2jAA==", + "version": "8.23.8", + "resolved": "https://registry.npmjs.org/video.js/-/video.js-8.23.8.tgz", + "integrity": "sha512-plZuWxN4clhDESSpi3QLYVs6tgnnf9qT9SA4iahHwZEmdVSuUh4+O6vQPcA5XqiEDvjeBDJvLafH1bhkAXaXKQ==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.28.4", - "@videojs/http-streaming": "^3.17.3", + "@videojs/http-streaming": "^3.17.4", "@videojs/vhs-utils": "^4.1.1", "@videojs/xhr": "2.7.0", "aes-decrypter": "^4.0.2", diff --git a/package.json b/package.json index 5d5613516..cf7eb0ba6 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "marked": "^18.0.5", "pinia": "^3.0.4", "posthog-js": "^1.391.2", - "video.js": "^8.23.7", + "video.js": "^8.23.8", "vue": "^3.5.38", "vue-router": "^5.1.0", "vuetify": "^4.1.2"