about summary refs log tree commit diff
path: root/yarn.lock
diff options
context:
space:
mode:
authorNolan Lawson <nolan@nolanlawson.com>2017-10-03 04:11:22 -0700
committerEugen Rochko <eugen@zeonfederated.com>2017-10-03 13:11:22 +0200
commit334a446313d504ef9bb80ce213be32729aa3d2b8 (patch)
tree898a27c7b1db5cc63137721e4851e4394099b8cb /yarn.lock
parentecacb15cd50609fb3d749ecac89835a43255fb34 (diff)
Fix emoji sequence bug in substring-trie (#5191)
Fixes #5188
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/yarn.lock b/yarn.lock
index 95cd2b06e..3aa39a415 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6581,9 +6581,9 @@ style-loader@^0.18.2:
     loader-utils "^1.0.2"
     schema-utils "^0.3.0"
 
-substring-trie@^1.0.1:
-  version "1.0.1"
-  resolved "https://registry.yarnpkg.com/substring-trie/-/substring-trie-1.0.1.tgz#1a5f07f774a91524eb067cb318dd4f3a3037bee0"
+substring-trie@^1.0.2:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/substring-trie/-/substring-trie-1.0.2.tgz#7b42592391628b4f2cb17365c6cce4257c7b7af5"
 
 sugarss@^1.0.0:
   version "1.0.0"