From 8415c45e6a39cfbe1fd5914ac6b368c55f380371 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jul 2024 07:01:27 +0000 Subject: [PATCH] fix: upgrade video.js from 8.12.0 to 8.16.0 Snyk has created this PR to upgrade video.js from 8.12.0 to 8.16.0. See this package in npm: video.js See this project in Snyk: https://app.snyk.io/org/andrzej.pauli/project/813f3e19-a86b-43bf-ad63-be11dcd93b6a?utm_source=github&utm_medium=referral&page=upgrade-pr --- DotnetPlayground.Web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DotnetPlayground.Web/package.json b/DotnetPlayground.Web/package.json index b66859fe..1975af1d 100644 --- a/DotnetPlayground.Web/package.json +++ b/DotnetPlayground.Web/package.json @@ -86,7 +86,7 @@ "msgpack5": "6.0.2", "node-forge": "1.3.1", "qrcodejs": "1.0.0", - "video.js": "8.12.0" + "video.js": "8.16.0" }, "scripts": { "postinstall": "npx gulp postinstall",