From d4a925feb66ca97dac6558dcd97248630d13fa69 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 13:22:01 +0000 Subject: [PATCH] Bump marked from 1.0.0 to 1.1.0 Bumps [marked](https://github.com/markedjs/marked) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v1.0.0...v1.1.0) Signed-off-by: dependabot-preview[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 d5b7858629..6f8ea91e6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8143,9 +8143,9 @@ "dev": true }, "marked": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.0.0.tgz", - "integrity": "sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.0.tgz", + "integrity": "sha512-EkE7RW6KcXfMHy2PA7Jg0YJE1l8UPEZE8k45tylzmZM30/r1M1MUXWQfJlrSbsTeh7m/XTwHbWUENvAJZpp1YA==", "dev": true }, "md5.js": { diff --git a/package.json b/package.json index 860467488d..f0ab2e638e 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^4.0.0-rc.2", "loglevelnext": "^4.0.1", - "marked": "1.0.0", + "marked": "1.1.0", "mocha": "7.1.2", "pixelmatch": "^5.1.0", "pngjs": "^5.0.0",