From e3a89dd8c8e125260f29caf1d72aea316ee20cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:48:43 +0000 Subject: [PATCH] build(deps): bump marked from 0.6.1 to 0.7.0 in /documentation Bumps [marked](https://github.com/markedjs/marked) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.1...v0.7.0) Signed-off-by: dependabot[bot] --- documentation/package-lock.json | 6 +++--- documentation/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/package-lock.json b/documentation/package-lock.json index 83d6bfd..8b93dce 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -11,9 +11,9 @@ "dev": true }, "marked": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.1.tgz", - "integrity": "sha512-+H0L3ibcWhAZE02SKMqmvYsErLo4EAVJxu5h3bHBBDvvjeWXtl92rGUSBYHL2++5Y+RSNgl8dYOAXcYe7lp1fA==" + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", + "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" } } } diff --git a/documentation/package.json b/documentation/package.json index 353b2b0..8a2a4ff 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -11,7 +11,7 @@ "build": "gulp --gulpfile=../../../../../scripts/pluginGulpfile.js --cwd=." }, "dependencies": { - "marked": "^0.6.1" + "marked": "^0.7.0" }, "devDependencies": { "@types/marked": "^0.6.2"