From 828d83aea3098d9a988bf0e9fabb4087ec1846fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 15:59:14 +0100 Subject: [PATCH] Bump marked from 1.2.5 to 1.2.6 (#476) Bumps [marked](https://github.com/markedjs/marked) from 1.2.5 to 1.2.6. - [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.5...v1.2.6) 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 66e6efae..00f86753 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9166,9 +9166,9 @@ "dev": true }, "marked": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.5.tgz", - "integrity": "sha512-2AlqgYnVPOc9WDyWu7S5DJaEZsfk6dNh/neatQ3IHUW4QLutM/VPSH9lG7bif+XjFWc9K9XR3QvR+fXuECmfdA==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.6.tgz", + "integrity": "sha512-7vVuSEZ8g/HH3hK/BH/+7u/NJj7x9VY4EHzujLDcqAQLiOUeFJYAsfSAyoWtR17lKrx7b08qyIno4lffwrzTaA==" }, "material-design-icons-iconfont": { "version": "6.1.0", diff --git a/package.json b/package.json index 0022bf64..c23c98a4 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.5", + "marked": "^1.2.6", "material-design-icons-iconfont": "^6.1.0", "vue": "^2.6.12", "vue-agile": "^1.1.3",