From 1df4e687f10e3f82ee60c8960a1e7891356d3ee5 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 10 Jun 2020 14:57:57 +0200 Subject: [PATCH] fix(mentions): do not fill empty mentions with following username, fixes #12272 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2154867ac0..08cdc6efe4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7340,9 +7340,9 @@ } }, "habitica-markdown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/habitica-markdown/-/habitica-markdown-2.0.0.tgz", - "integrity": "sha512-70Kl/d7v1d2Rz6TFkQQ9hYcBYGAHnIPbRgS3PrW/dD/GGpN42q6gT3sCLsIpLqEXbN0EWjVscGs2qKWYLc6BMQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/habitica-markdown/-/habitica-markdown-2.0.2.tgz", + "integrity": "sha512-GGzWuDKbFBMI+GqmQnSPUD5Zi/WPZDDuC2dC2La6uvu1zVNW7uHyQG0lxwCO43t5EdYXtOoOPin1rhhLdTuZfA==", "requires": { "habitica-markdown-emoji": "1.2.4", "markdown-it": "10.0.0", @@ -7351,9 +7351,9 @@ }, "dependencies": { "entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz", - "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==" + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" }, "markdown-it": { "version": "10.0.0", diff --git a/package.json b/package.json index eee650c6eb..d4b5a27a84 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gulp-imagemin": "^6.2.0", "gulp-nodemon": "^2.5.0", "gulp.spritesmith": "^6.9.0", - "habitica-markdown": "^2.0.0", + "habitica-markdown": "^2.0.2", "helmet": "^3.22.0", "image-size": "^0.8.3", "in-app-purchase": "^1.11.3",