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
This commit is contained in:
Jonathan Desrosiers
2021-03-18 19:18:12 +00:00
parent e467e6867e
commit 2111085dff
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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"
},