diff --git a/website/client/package-lock.json b/website/client/package-lock.json index 170fa30d40..54fe98c995 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -11562,9 +11562,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", diff --git a/website/client/package.json b/website/client/package.json index 9b97e9d49b..df7b56f865 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -36,7 +36,7 @@ "eslint-config-habitrpg": "^6.2.0", "eslint-plugin-mocha": "^5.3.0", "eslint-plugin-vue": "^6.2.2", - "habitica-markdown": "^2.0.0", + "habitica-markdown": "^2.0.2", "hellojs": "^1.18.4", "inspectpack": "^4.5.2", "intro.js": "^2.9.3",