From 19efed0a7f8cda177ff6cbcef857c1cff043900b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 00:34:02 +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-OBJECTPATH-1017036 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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 1811217b2f6d..2b28711b9339 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.0.6", "react": "16.13.1", "react-dom": "16.13.1", "video.js": "^6.7.3",