From dfdeb82caa0c74678fd72a380ef00be553c21fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:03:19 +0000 Subject: [PATCH] Bump marked from 1.2.0 to 2.0.7 Bumps [marked](https://github.com/markedjs/marked) from 1.2.0 to 2.0.7. - [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.7) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... 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..a18c2065 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.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.7.tgz", + "integrity": "sha512-BJXxkuIfJchcXOJWTT2DOL+yFWifFv2yGYOUzvXg8Qz610QKw+sHCvTMYwA+qWGhlA2uivBezChZ/pBy1tWdkQ==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index 1bd65786..394c820c 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.7", "vue": "^2.6.10", "vue-router": "^3.4.5", "vuex": "^3.3.0"