diff --git a/package-lock.json b/package-lock.json index a10105a79..a36086eb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.3", "shepherd.js": "^13.0.1", - "video.js": "^8.17.1" + "video.js": "^8.17.3" }, "devDependencies": { "esbuild": "^0.23.0", @@ -6902,10 +6902,9 @@ "license": "MIT" }, "node_modules/video.js": { - "version": "8.17.2", - "resolved": "https://registry.npmjs.org/video.js/-/video.js-8.17.2.tgz", - "integrity": "sha512-oa4BGAr5H965OBcn83qM9xMMtjtSCRh0zMLnyouD9itQJ994FY/NlYo+XSPujk4NpsBGHSUF/+rGy0Wu5Mrzqg==", - "license": "Apache-2.0", + "version": "8.17.3", + "resolved": "https://registry.npmjs.org/video.js/-/video.js-8.17.3.tgz", + "integrity": "sha512-zhhmE0LNxJRA603/48oYzF7GYdT+rQRscvcsouYxFE71aKhalHLBP6S9/XjixnyjcrYgwIx8OQo6eSjcbbAW0Q==", "dependencies": { "@babel/runtime": "^7.12.5", "@videojs/http-streaming": "3.13.2", diff --git a/package.json b/package.json index 03267c94a..34676beba 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.3", "shepherd.js": "^13.0.1", - "video.js": "^8.17.1" + "video.js": "^8.17.3" }, "devDependencies": { "esbuild": "^0.23.0",