From fd5562fb2d8e1ef91b8187801683fc2baa76bf65 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 27 Mar 2018 06:36:08 -0400 Subject: [PATCH] MM-9940 Updated CommonMark to not use String.prototype.startsWith (#1543) --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 760bb786e..a7b1ca108 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1872,7 +1872,7 @@ commonmark-react-renderer@hmhealey/commonmark-react-renderer: commonmark@hmhealey/commonmark.js: version "0.28.0" - resolved "https://codeload.github.com/hmhealey/commonmark.js/tar.gz/bcd754c640ed8192fa959f2416f183acf9e1cfaf" + resolved "https://codeload.github.com/hmhealey/commonmark.js/tar.gz/7c20ebc1b60f5bb56c1ed9ad3239f53293278d5c" dependencies: entities "~ 1.1.1" mdurl "~ 1.0.1"