From e7eccdad974f7eb484f2d1c1bf4d42cd23db6248 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2024 01:56:51 +0000 Subject: [PATCH] fix: upgrade video.js from 8.10.0 to 8.18.1 Snyk has created this PR to upgrade video.js from 8.10.0 to 8.18.1. See this package in npm: video.js See this project in Snyk: https://app.snyk.io/org/nerds-github/project/a6d95be2-6fa7-418d-8fd1-0cd3974eee23?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index a369a933d7..04e46fe707 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "qrcode.vue": "^3.4.1", "tus-js-client": "^4.1.0", "utif": "^3.1.0", - "video.js": "^8.10.0", + "video.js": "^8.18.1", "videojs-hotkeys": "^0.2.28", "videojs-mobile-ui": "^1.1.1", "vue": "^3.4.21",