Skip to content

Commit

Permalink
fix: examples/with-videojs/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607
  • Loading branch information
snyk-bot committed Jan 10, 2024
1 parent a5fea53 commit f64145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-videojs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f64145c

Please sign in to comment.