PLT-7250 Updated commonmark.js to better handle trailing periods on URLs (#814)

This commit is contained in:
Harrison Healey 2017-08-02 11:04:56 -04:00 committed by enahum
parent bdaecfc8dd
commit 9c0ff207ab
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
"private": true,
"dependencies": {
"babel-polyfill": "6.23.0",
"commonmark": "hmhealey/commonmark.js#10bc18c0c8054088c0ec4737a8766c6b5794a323",
"commonmark": "hmhealey/commonmark.js#57e6f0244a474a0e7d990f868531af5d98a57316",
"commonmark-react-renderer": "hmhealey/commonmark-react-renderer#11bf3a089900eda6f3e951f8b8c80663cff4d6a3",
"deep-equal": "1.0.1",
"intl": "1.2.5",

View file

@ -1522,9 +1522,9 @@ commonmark-react-renderer@hmhealey/commonmark-react-renderer#11bf3a089900eda6f3e
pascalcase "^0.1.1"
xss-filters "^1.2.6"
commonmark@hmhealey/commonmark.js#10bc18c0c8054088c0ec4737a8766c6b5794a323:
commonmark@hmhealey/commonmark.js#57e6f0244a474a0e7d990f868531af5d98a57316:
version "0.27.0"
resolved "https://codeload.github.com/hmhealey/commonmark.js/tar.gz/10bc18c0c8054088c0ec4737a8766c6b5794a323"
resolved "https://codeload.github.com/hmhealey/commonmark.js/tar.gz/57e6f0244a474a0e7d990f868531af5d98a57316"
dependencies:
entities "~ 1.1.1"
mdurl "~ 1.0.1"