mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
Bump @videojs/themes from 1.0.0 to 1.0.1 in /build/javascript (#302)
Bumps @videojs/themes from 1.0.0 to 1.0.1. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e5b80af595
commit
e17c26bead
2 changed files with 4 additions and 21 deletions
23
build/javascript/package-lock.json
generated
23
build/javascript/package-lock.json
generated
|
@ -168,9 +168,9 @@
|
|||
}
|
||||
},
|
||||
"@videojs/themes": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@videojs/themes/-/themes-1.0.0.tgz",
|
||||
"integrity": "sha512-DbRFpO7O0xPLRL4v7dJCcsfdP8Bpwd7jADzIKh/jpGViCl4u6ECmLquBi2OjGLWrqBv5uXMkKtK7RumrHeEyfw==",
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@videojs/themes/-/themes-1.0.1.tgz",
|
||||
"integrity": "sha512-2b6YIIIz5x+/eSFdkSZ2RZJfHIMfP7bGODR3wDzLTqFF2kEKnJVIXxBUNzdZC/qiVETqAA2Ba6mCp+iXTUYt4A==",
|
||||
"requires": {
|
||||
"postcss-inline-svg": "^4.1.0"
|
||||
}
|
||||
|
@ -1996,23 +1996,6 @@
|
|||
"htmlparser2": "^3.10.1",
|
||||
"postcss": "^7.0.17",
|
||||
"postcss-value-parser": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"postcss": {
|
||||
"version": "7.0.35",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz",
|
||||
"integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==",
|
||||
"requires": {
|
||||
"chalk": "^2.4.2",
|
||||
"source-map": "^0.6.1",
|
||||
"supports-color": "^6.1.0"
|
||||
}
|
||||
},
|
||||
"source-map": {
|
||||
"version": "0.6.1",
|
||||
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
||||
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"postcss-js": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"dependencies": {
|
||||
"@joeattardi/emoji-button": "^4.2.0",
|
||||
"@justinribeiro/lite-youtube": "^0.9.1",
|
||||
"@videojs/themes": "^1.0.0",
|
||||
"@videojs/themes": "^1.0.1",
|
||||
"htm": "^3.0.4",
|
||||
"preact": "^10.5.5",
|
||||
"tailwindcss": "^1.9.6",
|
||||
|
|
Loading…
Reference in a new issue