From a372313b2bb9ff0c07e329a77111ec14262fb08f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 5 Mar 2019 23:59:45 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 0.6.0 to 0.6.1 Bumps [marked](https://github.com/markedjs/marked) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.0...v0.6.1) Signed-off-by: dependabot[bot] --- web3.js/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index fb435d7bf5..6cb4fae3ca 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -11492,9 +11492,9 @@ } }, "marked": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.0.tgz", - "integrity": "sha512-HduzIW2xApSXKXJSpCipSxKyvMbwRRa/TwMbepmlZziKdH8548WSoDP4SxzulEKjlo8BE39l+2fwJZuRKOln6g==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.1.tgz", + "integrity": "sha512-+H0L3ibcWhAZE02SKMqmvYsErLo4EAVJxu5h3bHBBDvvjeWXtl92rGUSBYHL2++5Y+RSNgl8dYOAXcYe7lp1fA==", "dev": true }, "marked-terminal": {