Emoji: Upgrade Twemoji to 12.1.3.

This point release does not add any images and only slightly modifies a few images without changing their meanings. Because of this, the same CDN location can be used and has been updated.

Props matstars, desrosj, Otto42, pento.
Fixes #48293.

git-svn-id: https://develop.svn.wordpress.org/trunk@46665 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2019-11-05 22:02:03 +00:00
parent ed4b67b17e
commit 1842040204
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -19935,9 +19935,9 @@
"dev": true
},
"twemoji": {
"version": "12.1.2",
"resolved": "https://registry.npmjs.org/twemoji/-/twemoji-12.1.2.tgz",
"integrity": "sha512-myi1YKL4nXBWorlmHDxHxHTCpel0e0jGtWQwwab0XyCAf3r9PnkZX0c+IAnPW+K6+TKXBJulMRPifeMhiPKYuw==",
"version": "12.1.3",
"resolved": "https://registry.npmjs.org/twemoji/-/twemoji-12.1.3.tgz",
"integrity": "sha512-Y5mC7vVovHZvCzdXDepJaU6FHPd7PaW6ZTBMWy9sGYafLBn1x0h2T6aGA3cpnz3WgWWg2QI+3D+9Rn4Z/ViitQ==",
"requires": {
"fs-extra": "^8.0.1",
"jsonfile": "^5.0.0",
@ -19966,9 +19966,9 @@
}
},
"graceful-fs": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.1.tgz",
"integrity": "sha512-b9usnbDGnD928gJB3LrCmxoibr3VE4U2SMo5PBuBnokWyDADTqDPXg4YpwKF1trpH+UbGp7QLicO3+aWEy0+mw=="
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
"integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ=="
},
"jsonfile": {
"version": "5.0.0",

View File

@ -128,7 +128,7 @@
"polyfill-library": "3.27.4",
"react": "16.9.0",
"react-dom": "16.9.0",
"twemoji": "12.1.2",
"twemoji": "12.1.3",
"underscore": "1.8.3",
"whatwg-fetch": "3.0.0"
},