Browse Source

Bump emoji-regex from 8.0.0 to 9.0.0

Bumps [emoji-regex](https://github.com/mathiasbynens/emoji-regex) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/mathiasbynens/emoji-regex/releases)
- [Commits](https://github.com/mathiasbynens/emoji-regex/compare/v8.0.0...v9.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/3311/head
dependabot-preview[bot] 6 years ago
committed by GitHub
parent
commit
46e54c9164
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      package-lock.json
  2. 2
      package.json

22
package-lock.json

@ -3762,6 +3762,14 @@
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"dependencies": {
"emoji-regex": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
"dev": true
}
}
},
"strip-ansi": {
@ -6310,6 +6318,14 @@
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"dependencies": {
"emoji-regex": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
"dev": true
}
}
},
"strip-ansi": {
@ -7953,9 +7969,9 @@
}
},
"emoji-regex": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.0.0.tgz",
"integrity": "sha512-6p1NII1Vm62wni/VR/cUMauVQoxmLVb9csqQlvLz+hO2gk8U2UYDfXHQSUYIBKmZwAKz867IDqG7B+u0mj+M6w=="
},
"emojis-list": {
"version": "2.1.0",

2
package.json

@ -29,7 +29,7 @@
"attachmediastream": "^2.1.0",
"crypto-js": "^4.0.0",
"debounce": "^1.2.0",
"emoji-regex": "^8.0.0",
"emoji-regex": "^9.0.0",
"escape-html": "^1.0.3",
"hark": "^1.2.3",
"lodash": "^4.17.15",

Loading…
Cancel
Save