From 7a835af4b888e17cb8d4bc10976fdcf764d892fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 12:34:37 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 0.8.2 to 1.1.0 Bumps [marked](https://github.com/markedjs/marked) from 0.8.2 to 1.1.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.8.2...v1.1.0) Signed-off-by: dependabot-preview[bot] --- web3.js/package-lock.json | 6 +++--- web3.js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index b653040109..d6a895d5fd 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -13793,9 +13793,9 @@ } }, "marked": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.2.tgz", - "integrity": "sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.0.tgz", + "integrity": "sha512-EkE7RW6KcXfMHy2PA7Jg0YJE1l8UPEZE8k45tylzmZM30/r1M1MUXWQfJlrSbsTeh7m/XTwHbWUENvAJZpp1YA==", "dev": true }, "marked-terminal": { diff --git a/web3.js/package.json b/web3.js/package.json index aa21ef62da..e87c5838a2 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -120,7 +120,7 @@ "flow-typed": "3.1.0", "fs-file-tree": "1.1.0", "jest": "26.0.1", - "marked": "^0.8.0", + "marked": "^1.1.0", "prettier": "^2.0.0", "rimraf": "3.0.2", "rollup": "2.7.6",