MM-10180 Better handle characters after periods in URLs (#1603)

This commit is contained in:
Harrison Healey 2018-04-24 17:12:52 -04:00 committed by Elias Nahum
parent 67a19e6c2b
commit 81b61b8bb7
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -3179,7 +3179,7 @@
"integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
},
"commonmark": {
"version": "github:mattermost/commonmark.js#1496b5d11f245e00aae51f8fa1b2c4f12b4ddd7b",
"version": "github:mattermost/commonmark.js#c9c29834005af6eedd1a979d913b75e34f16a83b",
"requires": {
"entities": "1.1.1",
"mdurl": "1.0.1",

View file

@ -10,7 +10,7 @@
"analytics-react-native": "1.2.0",
"babel-polyfill": "6.26.0",
"base-64": "0.1.0",
"commonmark": "mattermost/commonmark.js#1496b5d11f245e00aae51f8fa1b2c4f12b4ddd7b",
"commonmark": "github:mattermost/commonmark.js#c9c29834005af6eedd1a979d913b75e34f16a83b",
"commonmark-react-renderer": "mattermost/commonmark-react-renderer#86fa63f898802953842526c2030f3b63c5d1ae7a",
"deep-equal": "1.0.1",
"fuse.js": "^3.2.0",