diff --git a/app/soapbox/features/compose/components/emoji_picker_dropdown.js b/app/soapbox/features/compose/components/emoji_picker_dropdown.js index 27aae71a93..04fb5c6cec 100644 Binary files a/app/soapbox/features/compose/components/emoji_picker_dropdown.js and b/app/soapbox/features/compose/components/emoji_picker_dropdown.js differ diff --git a/package.json b/package.json index a3c572901a..9988683ce4 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "cssnano": "^4.1.10", "detect-passive-events": "^2.0.0", "dotenv": "^8.0.0", - "emoji-datasource": "4.0.4", + "emoji-datasource": "5.0.0", "emoji-mart": "^3.0.1", "es6-symbol": "^3.1.1", "escape-html": "^1.0.3", diff --git a/webpack/development.js b/webpack/development.js index 7fbde09c75..396ff7519d 100644 Binary files a/webpack/development.js and b/webpack/development.js differ diff --git a/webpack/production.js b/webpack/production.js index 808b754c7d..e059525d8d 100644 Binary files a/webpack/production.js and b/webpack/production.js differ diff --git a/webpack/shared.js b/webpack/shared.js index 2feeec89ec..540af95f8d 100644 Binary files a/webpack/shared.js and b/webpack/shared.js differ diff --git a/yarn.lock b/yarn.lock index 0b4a1211ac..5ac4baf918 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4973,10 +4973,10 @@ elliptic@^6.0.0: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.0" -emoji-datasource@4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/emoji-datasource/-/emoji-datasource-4.0.4.tgz#516b9ab2f34569e468e4e3753a34a47a0b2b5aa3" - integrity sha1-UWuasvNFaeRo5ON1OjSkegsrWqM= +emoji-datasource@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/emoji-datasource/-/emoji-datasource-5.0.0.tgz#1522fdba3c52223a1cf5a1c1fc282935400eaa06" + integrity sha512-LuvLWFnxznTH++GytEzpzOPUo1SB+6CUFqIlVETJJ3x9fpyMCKFfyqberbhMLOpT1qcNe+km+zoyBeUSC3u5Rw== emoji-mart@^3.0.1: version "3.0.1"