Skip to content

Commit

Permalink
fix: package.json & package-lock.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-XMLDOMXMLDOM-3042243
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent cd559d3 commit f011be7
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 84 deletions.
190 changes: 108 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"aes-decrypter": "3.1.2",
"global": "^4.4.0",
"m3u8-parser": "4.7.0",
"mpd-parser": "0.21.0",
"mpd-parser": "0.22.1",
"mux.js": "6.0.1",
"video.js": "^6 || ^7"
"video.js": "^7.21.1"
},
"peerDependencies": {
"video.js": "^6 || ^7"
Expand Down

0 comments on commit f011be7

Please sign in to comment.