From 2111085dff18c58d82f8cbdd769ad1053422aa11 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 18 Mar 2021 19:18:12 +0000 Subject: [PATCH] Emoji: Update the Twemoji library to version 13.0.2. This point release does not add any new Emoji and only slightly modifies 14 existing Emoji without changing their meanings. Because of this, the same CDN location (currently `/images/core/emoji/13.0.1`) can be updated with the new versions and sites running WordPress 5.6 or higher will start using the updated versions once their cache expires. See #52852. git-svn-id: https://develop.svn.wordpress.org/trunk@50548 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4051eee1a..adcc97f44a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22725,9 +22725,9 @@ "dev": true }, "twemoji": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/twemoji/-/twemoji-13.0.1.tgz", - "integrity": "sha512-mrTBq+XpCLM4zm76NJOjLHoQNV9mHdBt3Cba/T5lS1rxn8ArwpqE47mqTocupNlkvcLxoeZJjYSUW0DU5ZwqZg==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/twemoji/-/twemoji-13.0.2.tgz", + "integrity": "sha512-R9tDS4pEVczjVYM5SvoAJ0AcZ4EgG1h3yw1oi1m/yrXOH17OOjaaRxZU4r5TIHEy3xYbuZQLB/tJZyC6rpQVmA==", "requires": { "fs-extra": "^8.0.1", "jsonfile": "^5.0.0", diff --git a/package.json b/package.json index 42b598e7d4..29a18de3aa 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "polyfill-library": "3.42.0", "react": "16.13.1", "react-dom": "16.13.1", - "twemoji": "13.0.1", + "twemoji": "13.0.2", "underscore": "1.8.3", "whatwg-fetch": "3.0.0" },