1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

chore: make direct deps be exact but indirect have ^ (#8014)

This commit is contained in:
Gary Katsevman 2022-11-21 20:39:52 -05:00 committed by Pat O'Neill
parent bf1faffb94
commit db4201a800
2 changed files with 13 additions and 13 deletions

10
package-lock.json generated
View File

@ -1749,11 +1749,6 @@
"video.js": "^7 || ^8"
},
"dependencies": {
"@xmldom/xmldom": {
"version": "0.8.6",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
"integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg=="
},
"mpd-parser": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-1.0.1.tgz",
@ -1799,6 +1794,11 @@
"is-function": "^1.0.1"
}
},
"@xmldom/xmldom": {
"version": "0.8.6",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
"integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg=="
},
"JSONStream": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",

View File

@ -87,19 +87,19 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@videojs/http-streaming": "^3.0.0",
"@videojs/http-streaming": "3.0.0",
"@videojs/vhs-utils": "^4.0.0",
"@videojs/xhr": "2.6.0",
"aes-decrypter": "4.0.1",
"global": "^4.4.0",
"keycode": "^2.2.0",
"aes-decrypter": "^4.0.1",
"global": "4.4.0",
"keycode": "2.2.0",
"m3u8-parser": "^6.0.0",
"mpd-parser": "1.0.0",
"mux.js": "6.2.0",
"mpd-parser": "^1.0.1",
"mux.js": "^6.2.0",
"safe-json-parse": "4.0.0",
"videojs-contrib-quality-levels": "^2.2.0",
"videojs-contrib-quality-levels": "2.2.0",
"videojs-font": "3.2.0",
"videojs-vtt.js": "^0.15.4"
"videojs-vtt.js": "0.15.4"
},
"devDependencies": {
"@babel/core": "^7.9.0",