From def62d571656b391a18ccf19a0f52fa4da56bc64 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:57:37 +0200 Subject: [PATCH] build(deps): bump habitica-markdown in /website/client (#12302) Bumps [habitica-markdown](https://github.com/HabitRPG/habitica-markdown) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/HabitRPG/habitica-markdown/releases) - [Commits](https://github.com/HabitRPG/habitica-markdown/commits/v2.0.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- website/client/package-lock.json | 6 +++--- website/client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",