From 1357ea8ce04b20d1d5bfe9ea55da2737d65fc81c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Apr 2021 21:02:04 +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-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 80796801a821e..8285d923a9c0a 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.0", "react": "16.14.0", "react-dom": "16.14.0", "video.js": "^6.7.3",