diff --git a/package-lock.json b/package-lock.json index ffb8dd4ff1..4e62bfad9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7056,9 +7056,9 @@ } }, "habitica-markdown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/habitica-markdown/-/habitica-markdown-2.0.2.tgz", - "integrity": "sha512-GGzWuDKbFBMI+GqmQnSPUD5Zi/WPZDDuC2dC2La6uvu1zVNW7uHyQG0lxwCO43t5EdYXtOoOPin1rhhLdTuZfA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/habitica-markdown/-/habitica-markdown-3.0.0.tgz", + "integrity": "sha512-rw1LJ5Vsjx8sfjNa4e2wFuZf5eqqyb5/kfZXPxqfMMgJCCgIhWStDqY3nIclnpGWpemlKd+qbdh2rLiLgm9kng==", "requires": { "habitica-markdown-emoji": "1.2.4", "markdown-it": "10.0.0", diff --git a/package.json b/package.json index bb4702d8a3..6b8589a6ea 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gulp-imagemin": "^7.1.0", "gulp-nodemon": "^2.5.0", "gulp.spritesmith": "^6.9.0", - "habitica-markdown": "^2.0.2", + "habitica-markdown": "^3.0.0", "helmet": "^3.23.3", "image-size": "^0.8.3", "in-app-purchase": "^1.11.3",