From 85a0d6037e8a99ee6cc4ce3bc1a72600e75f11fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 14:14:21 +0100 Subject: [PATCH] Bump marked from 1.2.3 to 1.2.4 (#449) Bumps [marked](https://github.com/markedjs/marked) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.3...v1.2.4) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5026d6e..988f6512 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8972,9 +8972,9 @@ "dev": true }, "marked": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.3.tgz", - "integrity": "sha512-RQuL2i6I6Gn+9n81IDNGbL0VHnta4a+8ZhqvryXEniTb/hQNtf3i26hi1XWUhzb9BgVyWHKR3UO8MaHtKoYibw==" + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.4.tgz", + "integrity": "sha512-6x5TFGCTKSQBLTZtOburGxCxFEBJEGYVLwCMTBCxzvyuisGcC20UNzDSJhCr/cJ/Kmh6ulfJm10g6WWEAJ3kvg==" }, "material-design-icons-iconfont": { "version": "6.1.0", diff --git a/package.json b/package.json index 90cec2ad..573e27bc 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "iso-639-1": "^2.1.4", "lodash.groupby": "^4.6.0", "lodash.sortby": "^4.7.0", - "marked": "^1.2.3", + "marked": "^1.2.4", "material-design-icons-iconfont": "^6.1.0", "vue": "^2.6.12", "vue-agile": "^1.1.3",