Browse Source

Bump @joeattardi/emoji-button from 4.3.0 to 4.4.0 in /build/javascript (#367)

* Bump @joeattardi/emoji-button from 4.3.0 to 4.4.0 in /build/javascript

Bumps [@joeattardi/emoji-button](https://github.com/joeattardi/emoji-button) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/joeattardi/emoji-button/releases)
- [Commits](https://github.com/joeattardi/emoji-button/compare/v4.3.0...v4.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Commit updated Javascript packages

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>
pull/371/head
dependabot[bot] 5 years ago committed by GitHub
parent
commit
4f4a13540f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      build/javascript/package-lock.json
  2. 2
      build/javascript/package.json
  3. 4
      webroot/js/web_modules/@joeattardi/emoji-button.js

12
build/javascript/package-lock.json generated

@ -89,14 +89,15 @@ @@ -89,14 +89,15 @@
}
},
"@joeattardi/emoji-button": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/@joeattardi/emoji-button/-/emoji-button-4.3.0.tgz",
"integrity": "sha512-gAyJROPAdNRmR86o446SrxgsAOHpAXnIMj9H4Y5bg2Khlf2NNUk1+Z9TJaJyjwRc817C9RIo+1tQ4fxNoOaQNA==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@joeattardi/emoji-button/-/emoji-button-4.4.0.tgz",
"integrity": "sha512-TOrGWGvR4L7PPQg0VVwHcnUEJiC/okIcqgnnHGYbKycjzO2wtTToTUsj/JIEC0u2USdvnPmKskxgrXssyXYdCg==",
"requires": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@popperjs/core": "^2.4.0",
"@types/twemoji": "^12.1.1",
"focus-trap": "^5.1.0",
"fuzzysort": "^1.1.4",
"tiny-emitter": "^2.1.0",
@ -152,6 +153,11 @@ @@ -152,6 +153,11 @@
"integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==",
"dev": true
},
"@types/twemoji": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@types/twemoji/-/twemoji-12.1.1.tgz",
"integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A=="
},
"@videojs/http-streaming": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.3.0.tgz",

2
build/javascript/package.json

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
"description": "Javascript dependencies for Owncast web app",
"main": "index.js",
"dependencies": {
"@joeattardi/emoji-button": "^4.3.0",
"@joeattardi/emoji-button": "^4.4.0",
"@justinribeiro/lite-youtube": "^0.9.1",
"@videojs/themes": "^1.0.1",
"htm": "^3.0.4",

4
webroot/js/web_modules/@joeattardi/emoji-button.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save