From 132be27b4b531d8cf2e421e3e2c9bd8ce608230b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 01:03:46 +0000 Subject: [PATCH] Bump marked from 0.6.3 to 1.1.1 Bumps [marked](https://github.com/markedjs/marked) from 0.6.3 to 1.1.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.3...v1.1.1) Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0085c77..9944690 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "peerDependencies": { "markdown-ime": "^1.0.3", - "marked": "^0.6.2", + "marked": "^1.1.1", "turndown": "^5.0.3", "turndown-plugin-gfm": "^1.0.2" }, @@ -64,7 +64,7 @@ "eslint": "^5.16.0", "husky": "^2.3.0", "markdown-ime": "^1.0.3", - "marked": "^0.6.2", + "marked": "^1.1.1", "mocha": "^6.1.4", "open-cli": "^5.0.0", "prettier": "^1.17.1",