From ce72fd874fd41514f39c8d9c1620d20ff838a03b Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 8 Apr 2022 10:01:44 -0400 Subject: [PATCH] [v1] Upgrade Commonmark (#6145) * upgrade commonmark * Fix messages with markdown being potentially cut off * Fix messages with markdown from potentially being cut off --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c47f63736..16e5a5a38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,6 @@ "requires": true, "packages": { "": { - "name": "mattermost-mobile", "version": "1.51.0", "hasInstallScript": true, "license": "Apache 2.0", @@ -28,7 +27,7 @@ "array.prototype.flat": "1.2.5", "base-64": "1.0.0", "buffer": "6.0.3", - "commonmark": "github:mattermost/commonmark.js#90a62d97ed2dbd2d4711a5adda327128f5827983", + "commonmark": "github:mattermost/commonmark.js#d1003be97d15414af6c21894125623c45e3f5096", "commonmark-react-renderer": "github:mattermost/commonmark-react-renderer#4e52e1725c0ef5b1e2ecfe9883220ec36c2eb67d", "deep-equal": "2.0.5", "deepmerge": "4.2.2", @@ -7212,7 +7211,8 @@ }, "node_modules/commonmark": { "version": "0.30.0", - "resolved": "git+ssh://git@github.com/mattermost/commonmark.js.git#90a62d97ed2dbd2d4711a5adda327128f5827983", + "resolved": "git+ssh://git@github.com/mattermost/commonmark.js.git#d1003be97d15414af6c21894125623c45e3f5096", + "integrity": "sha512-80VOWbVPw7LzPokYFKLVDsB9xdbfb3o4vBE0fPPronTJX84vDI37iqeud20Th6r4DZtghRkR9AJjBhYmC2jlsg==", "license": "BSD-2-Clause", "dependencies": { "entities": "~3.0.1", @@ -29214,8 +29214,9 @@ "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" }, "commonmark": { - "version": "git+ssh://git@github.com/mattermost/commonmark.js.git#90a62d97ed2dbd2d4711a5adda327128f5827983", - "from": "commonmark@github:mattermost/commonmark.js#90a62d97ed2dbd2d4711a5adda327128f5827983", + "version": "git+ssh://git@github.com/mattermost/commonmark.js.git#d1003be97d15414af6c21894125623c45e3f5096", + "integrity": "sha512-80VOWbVPw7LzPokYFKLVDsB9xdbfb3o4vBE0fPPronTJX84vDI37iqeud20Th6r4DZtghRkR9AJjBhYmC2jlsg==", + "from": "commonmark@github:mattermost/commonmark.js#d1003be97d15414af6c21894125623c45e3f5096", "requires": { "entities": "~3.0.1", "mdurl": "~1.0.1", diff --git a/package.json b/package.json index 76ce48d8d..53baa1426 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "array.prototype.flat": "1.2.5", "base-64": "1.0.0", "buffer": "6.0.3", - "commonmark": "github:mattermost/commonmark.js#90a62d97ed2dbd2d4711a5adda327128f5827983", + "commonmark": "github:mattermost/commonmark.js#d1003be97d15414af6c21894125623c45e3f5096", "commonmark-react-renderer": "github:mattermost/commonmark-react-renderer#4e52e1725c0ef5b1e2ecfe9883220ec36c2eb67d", "deep-equal": "2.0.5", "deepmerge": "4.2.2",