From e8d666d0613fe660dcb581bdaf81a05bdac63722 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 17:06:07 +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 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-NEXT-1540422 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - 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 - https://snyk.io/vuln/SNYK-JS-VIDEOJS-1533429 --- examples/with-videojs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-videojs/package.json b/examples/with-videojs/package.json index 601b9a491893..cccc2c26f4b7 100644 --- a/examples/with-videojs/package.json +++ b/examples/with-videojs/package.json @@ -6,10 +6,10 @@ "start": "next start" }, "dependencies": { - "next": "^9.1.8-canary.11", + "next": "^11.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "video.js": "^6.7.3", + "video.js": "^7.14.3", "videojs-youtube": "^2.4.1" } }