From 61146c5a67208c7d765570427b12fb40e819182a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2024 22:05:36 +0000 Subject: [PATCH] fix: upgrade video.js from 8.18.1 to 8.19.0 Snyk has created this PR to upgrade video.js from 8.18.1 to 8.19.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 58ae2d22..735b6e7d 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.18.1" + "video.js": "8.19.0" }, "scripts": { "postinstall": "npx gulp postinstall",