From 51af276dec017e12a98fdbbfed5626511c17ac99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 04:34:46 +0000 Subject: [PATCH] fix: examples/with-videojs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- examples/with-videojs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-videojs/package.json b/examples/with-videojs/package.json index 601b9a4918934f..fe202be7a47a1b 100644 --- a/examples/with-videojs/package.json +++ b/examples/with-videojs/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "^9.1.8-canary.11", + "next": "^10.0.2", "react": "^17.0.2", "react-dom": "^17.0.2", "video.js": "^6.7.3",