From 512b53cb8b8899c9e41cf7cee4ce74d8acdcf4a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 May 2021 03:20:22 +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-BROWSERSLIST-1090194 --- 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 1811217b2f6d6..b3f36241ece40 100644 --- a/examples/with-videojs/package.json +++ b/examples/with-videojs/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^9.1.8-canary.11", + "next": "^10.2.1", "react": "16.13.1", "react-dom": "16.13.1", "video.js": "^6.7.3",