From 54825dec03570deda77788aa9bb7c2d0af83f768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 21:06:57 +0000 Subject: [PATCH] Bump marked from 1.2.0 to 2.0.6 Bumps [marked](https://github.com/markedjs/marked) from 1.2.0 to 2.0.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.0...v2.0.6) Signed-off-by: dependabot[bot] --- 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 fd8d314c..8244677c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3165,9 +3165,9 @@ } }, "marked": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz", - "integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==" + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.6.tgz", + "integrity": "sha512-S2mYj0FzTQa0dLddssqwRVW4EOJOVJ355Xm2Vcbm+LU7GQRGWvwbO5K87OaPSOux2AwTSgtPPaXmc8sDPrhn2A==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index 1bd65786..3535a6ae 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "axios": "^0.19.2", "buefy": "^0.7.3", "localforage": "^1.9.0", - "marked": "^1.2.0", + "marked": "^2.0.6", "vue": "^2.6.10", "vue-router": "^3.4.5", "vuex": "^3.3.0"