chore: update emoji-regex to latest (#877)

This commit is contained in:
Nolan Lawson 2019-01-12 13:13:05 -08:00 committed by GitHub
parent 14faed41e5
commit dfd53c056d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3553,9 +3553,9 @@
"from": "github:nolanlawson/emoji-mart#for-pinafore-1"
},
"emoji-regex": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.1.tgz",
"integrity": "sha512-cjx7oFbFIyZMpmWaEBnKeJXWAVzjXwK6yHiz/5X73A2Ww4pnabw+4ZaA/MxLroIQQrB3dL6XzEz8P3aZsSdj8Q=="
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
"integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA=="
},
"emojis-list": {
"version": "2.1.0",

View File

@ -54,7 +54,7 @@
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"emoji-mart": "github:nolanlawson/emoji-mart#for-pinafore-1",
"emoji-regex": "^7.0.1",
"emoji-regex": "^7.0.3",
"encoding": "^0.1.12",
"escape-html": "^1.0.3",
"esm": "^3.0.84",